class Console
Groovy Swing console. Allows user to interactively enter and execute Groovy.
Modifiers | Name | Description |
---|---|---|
static URL |
ICON_PATH |
|
static URL |
NODE_ICON_PATH |
Type | Name and description |
---|---|
static String |
DEFAULT_SCRIPT_NAME_START |
Closure |
afterExecution |
boolean |
autoClearOutput |
Action |
autoClearOutputAction |
Closure |
beforeExecution |
Component |
blank |
static boolean |
captureStdErr |
static boolean |
captureStdOut |
int |
colNum |
Style |
commandStyle |
CompilerConfiguration |
config |
static def |
consoleControllers |
Component |
copyFromComponent |
File |
currentClasspathDir |
File |
currentClasspathJarDir |
File |
currentFileChooserDir |
int |
cursorPos |
boolean |
detachedOutput |
Action |
detachedOutputAction |
boolean |
dirty |
RootPaneContainer |
frame |
static def |
frameConsoleDelegates |
boolean |
fullStackTraces |
Action |
fullStackTracesAction |
static def |
groovyFileFilter |
Action |
hideOutputWindowAction1 |
Action |
hideOutputWindowAction2 |
Action |
hideOutputWindowAction3 |
Action |
hideOutputWindowAction4 |
List |
history |
int |
historyIndex |
Style |
hyperlinkStyle |
JTextPane |
inputArea |
ConsoleTextEditor |
inputEditor |
Action |
interruptAction |
int |
maxHistory |
int |
maxOutputChars |
Action |
nextHistoryAction |
int |
origDividerSize |
JTextPane |
outputArea |
Style |
outputStyle |
Component |
outputWindow |
HistoryRecord |
pendingRecord |
Action |
prevHistoryAction |
Style |
promptStyle |
Style |
resultStyle |
Element |
rootElement |
int |
rowNum |
JLabel |
rowNumAndColNum |
Thread |
runThread |
Action |
saveAction |
boolean |
saveOnRun |
Action |
saveOnRunAction |
def |
scriptFile |
int |
scriptNameCounter |
boolean |
scriptRunning |
Component |
scrollArea |
GroovyShell |
shell |
Action |
showOutputWindowAction |
boolean |
showScriptInOutput |
Action |
showScriptInOutputAction |
boolean |
showToolbar |
Action |
showToolbarAction |
JSplitPane |
splitPane |
boolean |
stackOverFlowError |
Style |
stacktraceStyle |
JLabel |
statusLabel |
SwingBuilder |
swing |
SystemOutputInterceptor |
systemErrorInterceptor |
SystemOutputInterceptor |
systemOutInterceptor |
int |
textSelectionEnd |
int |
textSelectionStart |
boolean |
threadInterrupt |
Action |
threadInterruptAction |
Component |
toolbar |
boolean |
useScriptClassLoaderForScriptExecution |
boolean |
visualizeScriptResults |
Action |
visualizeScriptResultsAction |
Constructor and description |
---|
Console
() |
Console
(Binding binding) |
Console
(ClassLoader parent) |
Console
(ClassLoader parent, Binding binding) |
Copyright © 2003-2014 The Codehaus. All rights reserved.