public abstract class ConsoleSupport
Base class for console
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected void | 
                            addStylesToDocument(JTextPane outputArea) | 
                        
 | 
                            protected Object | 
                            evaluate(String text) | 
                        
 | 
                            public Style | 
                            getCommandStyle() | 
                        
 | 
                            public Style | 
                            getOutputStyle() | 
                        
 | 
                            public Style | 
                            getPromptStyle() | 
                        
 | 
                            public GroovyShell | 
                            getShell() | 
                        
 | 
                            protected abstract void | 
                            handleException(String text, Exception e) |