A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

accept(File) - Method in GroovyFileFilter
actionPerformed(ActionEvent) - Method in AutoIndentAction
add(TextNode) - Method in TextNode
addClasspathDir(EventObject) - Method in Console
addClasspathJar(EventObject) - Method in Console
addListener(Console) - Method in ConsoleIvyPlugin
addNotify() - Method in TextEditor
addPropertyChangeListener(PropertyChangeListener) - Method in TextUndoManager
addSorter(def) - Method in ObjectBrowser
addStylesToDocument(JTextPane) - Method in ConsoleSupport
addTextListener(TextListener) - Method in FindReplaceUtility
addToHistory(def) - Method in Console
ALIGN_CENTER - Field in StructuredSyntaxHandler
ALIGN_JUSTIFIED - Field in StructuredSyntaxHandler
ALIGN_LEFT - Field in StructuredSyntaxHandler
ALIGN_RIGHT - Field in StructuredSyntaxHandler
ALIGNMENT - Field in StructuredSyntaxHandler
appendOutput(Icon, AttributeSet) - Method in Console
appendOutputLines(def, def) - Method in Console
appendOutputNl(def, def) - Method in Console
appendStacktrace(def) - Method in Console
askToInterruptScript() - Method in Console
askToSaveFile() - Method in Console
AstBrowser - Class in groovy.inspect.swingui
This object is a GUI for looking at the AST that Groovy generates.
AstBrowser(def, def, def, def) - Constructor in AstBrowser
AstBrowserNodeMaker - Interface in groovy.inspect.swingui
This interface is used to create tree nodes of various types
AstBrowserUiPreferences - Class in groovy.inspect.swingui
This class sets and restores control positions in the browser.
AstBrowserUiPreferences() - Constructor in AstBrowserUiPreferences
AstNodeToScriptAdapter - Class in groovy.inspect.swingui
This class takes Groovy source code, compiles it to a specific compile phase, and then decompiles it back to the groovy source.
AstNodeToScriptVisitor - Class in groovy.inspect.swingui
An adapter from ASTNode tree to source code.
AstNodeToScriptVisitor(Writer, boolean, boolean) - Constructor in AstNodeToScriptVisitor
AUTO_INDENT - Field in TextEditor
autoClearOutput(EventObject) - Method in Console
AutoIndentAction - Class in groovy.ui.text

B

BACKGROUND - Field in StructuredSyntaxHandler
BasicContentPane - Script in groovy.ui.view
beep() - Method in Console
BIDI_LEVEL - Field in StructuredSyntaxHandler
BINARY_INTEGER_LITERAL - Field in GroovyFilter
bindResults() - Method in Console
BOLD - Field in StructuredSyntaxHandler
ButtonOrDefaultRenderer - Class in groovy.inspect.swingui
A table cell renderer that will return a component instead of drawing it, or call the default in the case of a non component object.
ButtonOrTextEditor - Class in groovy.inspect.swingui
A table cell editor that will return a button automatically if it is the cell value, a text field if the value exists, or null otherwise (non editable cell).
BytecodeCollector - Class in groovy.inspect.swingui
BytecodeCollector(ClassCollector, Map<String, byte[]>) - Constructor in BytecodeCollector

C

call(SourceUnit, GeneratorContext, ClassNode) - Method in AstNodeToScriptVisitor
call(SourceUnit, GeneratorContext, ClassNode) - Method in TreeNodeBuildingNodeOperation
captureStdErr(EventObject) - Method in Console
captureStdOut(EventObject) - Method in Console
caretUpdate(CaretEvent) - Method in Console
characters(char[], int, int) - Method in StructuredSyntaxHandler
clearBytecodeTable() - Method in GeneratedBytecodeAwareGroovyClassLoader
clearContext(EventObject) - Method in Console
clearOutput(EventObject) - Method in Console
clipBoardAvailable() - Method in ConsoleTextEditor
CLOSE_ACTION_COMMAND - Field in FindReplaceUtility
closeOutputPrintWriter() - Method in Console
comment(EventObject) - Method in Console
COMMENT - Field in GroovyFilter
compile(def, String, int) - Method in AstBrowser
compile(String, int, boolean) - Method in ScriptToTreeNodeAdapter
Performs the conversion from script to TreeNode.
compileFinishNormal() - Method in Console
CompilePhaseAdapter - Enum in groovy.inspect.swingui
An adapter for the CompilePhase enum that can be entered into a Swing combobox.
CompilePhaseAdapter(int, String) - Constructor in CompilePhaseAdapter
compileScript(EventObject) - Method in Console
compileToScript(String, int, ClassLoader, boolean, boolean, CompilerConfiguration) - Method in AstNodeToScriptAdapter
This method takes source code, compiles it, then reverses it back to source.
COMPONENT_ATTRIBUTE - Field in StructuredSyntaxHandler
COMPONENT_ELEMENT_NAME - Field in StructuredSyntaxHandler
componentHidden(ComponentEvent) - Method in Console
componentMoved(ComponentEvent) - Method in Console
componentResized(ComponentEvent) - Method in Console
componentShown(ComponentEvent) - Method in Console
COMPOSED_TEXT_ATTRIBUTE - Field in StructuredSyntaxHandler
Console - Class in groovy.ui
Groovy Swing console.
Console(ClassLoader, Binding, CompilerConfiguration) - Constructor in Console
ConsoleApplet - Class in groovy.ui
ConsoleApplet
ConsoleIvyPlugin - Class in groovy.ui
Groovy Swing console.
ConsolePreferences - Class in groovy.ui
ConsolePreferences(def) - Constructor in ConsolePreferences
ConsoleSupport - Class in groovy.ui
Base class for console
ConsoleTextEditor - Class in groovy.ui
Component which provides a styled editor for the console.
ConsoleTextEditor() - Method in ConsoleTextEditor
Creates a new instance of ConsoleTextEditor
ConsoleView - Script in groovy.ui
copy(EventObject) - Method in Console
createClass(byte[], ClassNode) - Method in BytecodeCollector
createCollector(CompilationUnit, SourceUnit) - Method in GeneratedBytecodeAwareGroovyClassLoader
createLexerNode() - Method in StructuredSyntaxDocumentFilter
Create a new LexerNode for adding to root.
createOutputPrintWriter(File) - Method in Console
cut(EventObject) - Method in Console

D

DECIMAL_FLOATING_POINT_LITERAL - Field in GroovyFilter
DECIMAL_INTEGER_LITERAL - Field in GroovyFilter
decompile(def, def) - Method in AstBrowser
Defaults - Script in groovy.ui.view
detachedOutput(EventObject) - Method in Console
die() - Method in TextUndoManager
DIGIT - Field in GroovyFilter
discardAllEdits() - Method in TextUndoManager
dispose() - Method in FindReplaceUtility
doInterrupt(EventObject) - Method in Console

E

EDITOR_FONT - Field in StructuredSyntaxResources
editorComponent - Field in ButtonOrTextEditor
The Swing component being edited.
end() - Method in StructuredSyntaxDocumentFilter.MultiLineRun
endDocument() - Method in StructuredSyntaxHandler
endElement(String, String, String) - Method in StructuredSyntaxHandler
error(SAXParseException) - Method in StructuredSyntaxHandler
evaluate(String) - Method in ConsoleSupport
exit$$bridge(EventObject) - Method in Console
exit(EventObject) - Method in Console
exitDesktop(EventObject, def) - Method in Console
extendMethodNodePropertyTable(List<List<String>>, MethodNode) - Method in ScriptToTreeNodeAdapter
Extends the method node property table by adding custom properties.

F

fileNewFile(EventObject) - Method in Console
fileNewWindow(EventObject) - Method in Console
fileOpen(EventObject) - Method in Console
fileSave(EventObject) - Method in Console
fileSaveAs(EventObject) - Method in Console
FIND_ACTION_COMMAND - Field in FindReplaceUtility
FIND_ACTION - Field in FindReplaceUtility
find(EventObject) - Method in Console
FIND_NEXT - Field in StructuredSyntaxResources
FIND_NEXT - Field in TextEditor
FIND_PREVIOUS - Field in TextEditor
FIND - Field in StructuredSyntaxResources
FIND - Field in TextEditor
findNext(EventObject) - Method in Console
findPrevious(EventObject) - Method in Console
FindReplaceUtility - Class in groovy.ui.text
finishException(Throwable, boolean) - Method in Console
finishNormal(Object) - Method in Console
firePropertyChangeEvent(String, boolean, boolean) - Method in TextUndoManager
FIRST_LINE_INDENT - Field in StructuredSyntaxHandler
focusGained(FocusEvent) - Method in Console
focusLost(FocusEvent) - Method in Console
FONT_FAMILY - Field in StructuredSyntaxHandler
FONT_SIZE - Field in StructuredSyntaxHandler
FOREGROUND - Field in StructuredSyntaxHandler
fullStackTraces(EventObject) - Method in Console

G

GeneratedBytecodeAwareGroovyClassLoader - Class in groovy.inspect.swingui
GeneratedBytecodeAwareGroovyClassLoader(GroovyClassLoader) - Constructor in GeneratedBytecodeAwareGroovyClassLoader
getBytecode(String) - Method in GeneratedBytecodeAwareGroovyClassLoader
getCellEditorValue() - Method in ButtonOrTextEditor
getCommandStyle() - Method in ConsoleSupport
getConsoleId() - Method in Console
getDefaultFamily() - Method in ConsoleTextEditor
getDefaultStyle() - Method in StructuredSyntaxDocumentFilter.LexerNode
getDelimeterSize() - Method in StructuredSyntaxDocumentFilter.MultiLineRun
getDescription() - Method in GroovyFileFilter
getExtension(File) - Method in GroovyFileFilter
getLastAction() - Method in FindReplaceUtility
@return the last action
getLastResult() - Method in Console
getLocalTransforms$$bridge() - Method in OutputTransforms
getNumberOfPages() - Method in TextEditor
getOutputStyle() - Method in ConsoleSupport
getPageFormat(int) - Method in TextEditor
getPrintable(int) - Method in TextEditor
getPrintAction() - Method in ConsoleTextEditor
getPromptStyle() - Method in ConsoleSupport
getPropertyValue(String) - Method in TreeNodeWithProperties
getRedoAction() - Method in ConsoleTextEditor
getReplacementCount() - Method in FindReplaceUtility
@return the replacement count
getRootNode() - Method in StructuredSyntaxDocumentFilter
Get the root node for lexing the document.
getScrollableTracksViewportWidth() - Method in TextEditor
getSearchText() - Method in FindReplaceUtility
@return the search text
getShell() - Method in ConsoleSupport
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in ButtonOrTextEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in ButtonOrDefaultRenderer
getTextEditor() - Method in ConsoleTextEditor
getTextToRun(boolean) - Method in HistoryRecord
getUndoAction() - Method in ConsoleTextEditor
getValue() - Method in HistoryRecord
GroovyFileFilter - Class in groovy.ui
GroovyFilter - Class in groovy.ui.text
GroovyFilter(DefaultStyledDocument) - Constructor in GroovyFilter
Creates a new instance of GroovyFilter
GTKDefaults - Script in groovy.ui.view

H

handleException(String, Exception) - Method in ConsoleSupport
hasChanged() - Method in TextUndoManager
HEX_INTEGER_LITERAL - Field in GroovyFilter
HEXADECIMAL_FLOATING_POINT_LITERAL - Field in GroovyFilter
hideAndClearOutputWindow(EventObject) - Method in Console
hideOutputWindow(EventObject) - Method in Console
historyNext(EventObject) - Method in Console
historyPrev(EventObject) - Method in Console
HistoryRecord - Class in groovy.ui
hyperlinkUpdate(HyperlinkEvent) - Method in Console

I

ICON_ATTRIBUTE - Field in StructuredSyntaxHandler
ICON_ELEMENT_NAME - Field in StructuredSyntaxHandler
ICON_PATH - Field in Console
IDENT - Field in GroovyFilter
indented(Closure) - Method in AstNodeToScriptVisitor
indy(EventObject) - Method in Console
initActions() - Method in ConsoleTextEditor
initAuxViews() - Method in AstBrowser
insertString(Document, int, String, AttributeSet, boolean) - Method in Console
insertString(FilterBypass, int, String, AttributeSet) - Method in StructuredSyntaxDocumentFilter
Insert a string into the document, and then parse it if the parser has been set.
inspect(def) - Method in ObjectBrowser
inspectAst(EventObject) - Method in Console
inspectLast(EventObject) - Method in Console
inspectTokens(EventObject) - Method in Console
inspectVariables(EventObject) - Method in Console
installAutoTabAction(JTextComponent) - Method in GroovyFilter
installInterceptor() - Method in Console
invokeTextAction(def, def, def) - Method in Console
isClassNode() - Method in TreeNodeWithProperties
isInitialized() - Method in StructuredSyntaxDocumentFilter.LexerNode
@return true if initialised
isMethodNode() - Method in TreeNodeWithProperties
isMultiLineTabbed(boolean) - Method in TextEditor
@param multiLineTab the new multiLine tab value
isOvertypeMode() - Method in TextEditor
@return true if overtype mode is active, false for insert mode
isTabsAsSpaces(boolean) - Method in TextEditor
@param tabsAsSpaces whether tabs are converted to spaces
isUnwrapped() - Method in TextEditor
@return true if text wrapping is disabled
ITALIC - Field in StructuredSyntaxHandler

J

K

L

LARGE_FONT - Field in StructuredSyntaxResources
largerFont(EventObject) - Method in AstBrowser
largerFont(EventObject) - Method in Console
LEFT_INDENT - Field in StructuredSyntaxHandler
LEFT_PARENS - Field in GroovyFilter
length() - Method in StructuredSyntaxDocumentFilter.MultiLineRun
lexer - Field in StructuredSyntaxDocumentFilter
The root of the lexical parsing tree.
LINE_SPACING - Field in StructuredSyntaxHandler
listClasspath(EventObject) - Method in Console
loadMaxOutputChars() - Method in Console
loadOutputTransforms$$bridge() - Method in OutputTransforms
loadOutputTransforms() - Method in OutputTransforms
loadScriptFile(File) - Method in Console

M

MacOSXDefaults - Script in groovy.ui.view
MacOSXMenuBar - Script in groovy.ui.view
main(def) - Method in AstBrowser
main(String) - Method in AstNodeToScriptAdapter
Run this class as a script to compile a groovy file and print out the resulting source.
main(String) - Method in BasicContentPane
Implicit main method for Groovy Scripts
main(def) - Method in Console
main(def) - Method in ConsolePreferences
main(String) - Method in ConsoleView
Implicit main method for Groovy Scripts
main(String) - Method in Defaults
Implicit main method for Groovy Scripts
main(String) - Method in GTKDefaults
Implicit main method for Groovy Scripts
main(String) - Method in MacOSXDefaults
Implicit main method for Groovy Scripts
main(String) - Method in MacOSXMenuBar
Implicit main method for Groovy Scripts
main(def) - Method in ObjectBrowser
main(String) - Method in WindowsDefaults
Implicit main method for Groovy Scripts
make(MethodNode) - Method in ScriptToTreeNodeAdapter
makeClosureClassTreeNodes(ClassNode) - Method in TreeNodeBuildingNodeOperation
makeNode(Object) - Method in AstBrowserNodeMaker
makeNode(Object) - Method in SwingTreeNodeMaker
makeNode(Object) - Method in TextTreeNodeMaker
makeNodeWithProperties(Object, List<List<String>>) - Method in AstBrowserNodeMaker
makeNodeWithProperties(Object, List<List<String>>) - Method in SwingTreeNodeMaker
makeNodeWithProperties(Object, List<List<String>>) - Method in TextTreeNodeMaker
MEDIUM_FONT - Field in StructuredSyntaxResources
mlTextRunSet - Field in StructuredSyntaxDocumentFilter
The position tree of multi-line comments.
MODEL_ATTRIBUTE - Field in StructuredSyntaxHandler

N

NAME_ATTRIBUTE - Field in StructuredSyntaxHandler
newScript(ClassLoader, Binding) - Method in Console
NODE_ICON_PATH - Field in Console
notifySystemErr(int, String) - Method in Console
notifySystemOut(int, String) - Method in Console

O

ObjectBrowser - Class in groovy.inspect.swingui
A little GUI to show some of the Inspector capabilities.
OCTAL_INTEGER_LITERAL - Field in GroovyFilter
OPERATION - Field in GroovyFilter
ORIENTATION - Field in StructuredSyntaxHandler
orientationVertical(EventObject) - Method in Console
OutputTransforms - Class in groovy.ui

P

parse(CharBuffer, int, int) - Method in StructuredSyntaxDocumentFilter.LexerNode
@param buffer
parseDocument(int, int) - Method in StructuredSyntaxDocumentFilter
Parse the Document to update the character styles given an initial start position.
paste(EventObject) - Method in Console
preferences(EventObject) - Method in Console
print(def) - Method in AstNodeToScriptVisitor
print(EventObject) - Method in Console
PRINT - Field in StructuredSyntaxResources
print(Graphics, PageFormat, int) - Method in TextEditor
printDoubleBreak() - Method in AstNodeToScriptVisitor
printLineBreak() - Method in AstNodeToScriptVisitor
println(def) - Method in AstNodeToScriptVisitor
processKeyEvent(KeyEvent) - Method in TextEditor
putChild(String, StructuredSyntaxDocumentFilter.LexerNode) - Method in StructuredSyntaxDocumentFilter.LexerNode
@param regexps
putStyle(String, Style) - Method in StructuredSyntaxDocumentFilter.LexerNode
@param regexps

Q

QUOTES - Field in GroovyFilter

R

redo(EventObject) - Method in Console
REDO - Field in StructuredSyntaxResources
redo() - Method in TextUndoManager
redoTo(UndoableEdit) - Method in TextUndoManager
REGEXP - Field in StructuredSyntaxHandler
registerTextComponent(JTextComponent) - Method in FindReplaceUtility
@param textComponent the text component to listen to
remove(FilterBypass, int, int) - Method in StructuredSyntaxDocumentFilter
Remove a string from the document, and then parse it if the parser has been set.
removeChild(String) - Method in StructuredSyntaxDocumentFilter.LexerNode
@param regexp
removeConsoleId() - Method in SystemOutputInterceptor
Threads executing a script should call this method after execution completes in order to unregister the consoleId.
removeNotify() - Method in TextEditor
removePropertyChangeListener(PropertyChangeListener) - Method in TextUndoManager
removeStyle(String) - Method in StructuredSyntaxDocumentFilter.LexerNode
@param regexps
removeTextListener(TextListener) - Method in FindReplaceUtility
REPLACE_ACTION_COMMAND - Field in FindReplaceUtility
REPLACE_ALL_ACTION_COMMAND - Field in FindReplaceUtility
replace(EventObject) - Method in Console
replace(FilterBypass, int, int, String, AttributeSet) - Method in StructuredSyntaxDocumentFilter
Replace a string in the document, and then parse it if the parser has been set.
REPLACE - Field in StructuredSyntaxResources
REPLACE - Field in TextEditor
replaceSelection(String) - Method in TextEditor
RESERVED_WORD - Field in GroovyFilter
RESERVED_WORDS - Field in GroovyFilter
reset() - Method in TextUndoManager
RESOLVE_ATTRIBUTE - Field in StructuredSyntaxHandler
RIGHT_INDENT - Field in StructuredSyntaxHandler
run(Closure, String) - Method in AstBrowser
run(Map) - Method in Console
run() - Method in ObjectBrowser
runScript(EventObject) - Method in Console
runSelectedScript(EventObject) - Method in Console

S

save(def, def, def, def, def, def, CompilePhaseAdapter, def, def) - Method in AstBrowserUiPreferences
saveOnRun(EventObject) - Method in Console
ScriptToTreeNodeAdapter - Class in groovy.inspect.swingui
This class controls the conversion from a Groovy script as a String into a tree representation of the AST of that script.
ScriptToTreeNodeAdapter(def, def, def, def, def, def) - Constructor in ScriptToTreeNodeAdapter
selectAll(EventObject) - Method in Console
selectBlock(EventObject) - Method in Console
selectFilename(def) - Method in Console
setBounds(int, int, int, int) - Method in TextEditor
setConsoleId(int) - Method in SystemOutputInterceptor
Threads executing a script should call this method at the start of execution in order to set the id of the console that is hosting the thread of execution.
setDefaultFamily(String) - Method in ConsoleTextEditor
setDefaultStyle(Style) - Method in StructuredSyntaxDocumentFilter.LexerNode
setDirty(boolean) - Method in Console
setEditable(boolean) - Method in ConsoleTextEditor
setOutputPreferences(boolean, File) - Method in Console
setOvertypeMode(boolean) - Method in TextEditor
Set the caret to use depending on overtype/insert mode
setParent(TextNode) - Method in TextNode
setRowNumAndColNum() - Method in Console
setShowLineNumbers(boolean) - Method in ConsoleTextEditor
setUnwrapped(boolean) - Method in TextEditor
@param unwrapped the new unwrapped value
setVariable(String, Object) - Method in Console
show() - Method in ConsolePreferences
showAbout(EventObject) - Method in AstBrowser
showAbout(EventObject) - Method in Console
showAbout(EventObject) - Method in ObjectBrowser
showClosureClasses(EventObject) - Method in AstBrowser
showCompilingMessage() - Method in Console
showDialog(boolean) - Method in FindReplaceUtility
@param isReplace show a replace dialog rather than a find dialog if true
showExecutingMessage() - Method in Console
showIndyBytecode(EventObject) - Method in AstBrowser
showMessage(String) - Method in Console
showOutputWindow(EventObject) - Method in Console
showScriptClass(EventObject) - Method in AstBrowser
showScriptFreeForm(EventObject) - Method in AstBrowser
showScriptInOutput(EventObject) - Method in Console
showToolbar(EventObject) - Method in Console
showTreeView(EventObject) - Method in AstBrowser
SINGLE_QUOTES - Field in GroovyFilter
SLASH_SLASH_COMMENT - Field in GroovyFilter
SLASH_STAR_COMMENT - Field in GroovyFilter
SLASHY_QUOTES - Field in GroovyFilter
SMALL_FONT - Field in StructuredSyntaxResources
smallerFont(EventObject) - Method in AstBrowser
smallerFont(EventObject) - Method in Console
SPACE_ABOVE - Field in StructuredSyntaxHandler
SPACE_BELOW - Field in StructuredSyntaxHandler
start() - Method in ConsoleApplet
start() - Method in StructuredSyntaxDocumentFilter.MultiLineRun
start() - Method in SystemOutputInterceptor
Starts intercepting System.out/System.err
startDocument() - Method in StructuredSyntaxHandler
startElement(String, String, String, Attributes) - Method in StructuredSyntaxHandler
stop() - Method in ConsoleApplet
stop() - Method in SystemOutputInterceptor
Stops intercepting System.out/System.err, sending output to wherever it was going when this interceptor was created.
STRIKE_THROUGH - Field in StructuredSyntaxHandler
StructuredSyntaxDocumentFilter - Class in groovy.ui.text
StructuredSyntaxDocumentFilter.LexerNode - Class in groovy.ui.text
StructuredSyntaxDocumentFilter.MultiLineRun - Class in groovy.ui.text
StructuredSyntaxDocumentFilter.MultiLineRun(int, int, int) - Constructor in StructuredSyntaxDocumentFilter.MultiLineRun
StructuredSyntaxDocumentFilter(DefaultStyledDocument) - Constructor in StructuredSyntaxDocumentFilter
Creates a new instance of StructuredSyntaxDocumentFilter
StructuredSyntaxHandler - Class in groovy.ui.text
StructuredSyntaxHandler(StructuredSyntaxDocumentFilter) - Constructor in StructuredSyntaxHandler
Creates a new instance of MasterFrameHandler
StructuredSyntaxResources - Class in groovy.ui.text
Contains all the basic resources and values used by the utility frame work framework.
STYLE - Field in StructuredSyntaxHandler
styledDocument - Field in StructuredSyntaxDocumentFilter
SUBSCRIPT - Field in StructuredSyntaxHandler
SUPERSCRIPT - Field in StructuredSyntaxHandler
SwingTreeNodeMaker - Class in groovy.inspect.swingui
Creates tree nodes for swing UI
SYSTEM_CLIPBOARD - Field in StructuredSyntaxResources
SystemOutputInterceptor - Class in groovy.ui
Intercepts System.out/System.err.
SystemOutputInterceptor(Closure, boolean) - Constructor in SystemOutputInterceptor
Constructor

T

TAB_REPLACEMENT - Field in StructuredSyntaxDocumentFilter
TAB_SET - Field in StructuredSyntaxHandler
TextEditor - Class in groovy.ui.text
A simple text pane that is printable and wrapping is optional.
TextEditor(boolean, boolean, boolean) - Constructor in TextEditor
Creates a new instance of TextEditor
TextNode - Class in groovy.inspect
Represents a plain text node for use in the AST tree made by ASTBrowser
TextNode(Object, List<List<String>>) - Constructor in TextNode
TextTreeNodeMaker - Class in groovy.inspect
A factory class for plain text nodes for use in the AST tree made by ASTBrowser
TextUndoManager - Class in groovy.ui.text
To use this, simply drop this as an UndoableEditListener into your document, and then create actions to call undo/redo as needed (checking can undo/redo first, of course).
TextUndoManager() - Constructor in TextUndoManager
Creates a new instance of TextUndoManager.
threadInterruption(EventObject) - Method in Console
toString() - Method in CompilePhaseAdapter
toString() - Method in StructuredSyntaxDocumentFilter.MultiLineRun
toString() - Method in TextNode
transformResult(def, List<Closure>) - Method in OutputTransforms
TreeNodeBuildingNodeOperation - Class in groovy.inspect.swingui
This Node Operation builds up a root tree node for the viewer.
TreeNodeBuildingNodeOperation(ScriptToTreeNodeAdapter, def, def, def) - Constructor in TreeNodeBuildingNodeOperation
TreeNodeWithProperties - Class in groovy.inspect.swingui
This class is a TreeNode and you can store additional properties on it.
TreeNodeWithProperties(def, List<List<String>>) - Constructor in TreeNodeWithProperties
Creates a tree node and attaches properties to it.
trimEdits(int, int) - Method in TextUndoManager

U

UNDERLINE - Field in StructuredSyntaxHandler
undo(EventObject) - Method in Console
UNDO - Field in StructuredSyntaxResources
undo() - Method in TextUndoManager
undoableEditHappened(UndoableEditEvent) - Method in TextUndoManager
unregisterTextComponent(JTextComponent) - Method in FindReplaceUtility
@param textComponent the text component to stop listening to
updateTitle() - Method in Console

V

visitAnnotationNode(AnnotationNode) - Method in AstNodeToScriptVisitor
visitArgumentlistExpression(ArgumentListExpression, boolean) - Method in AstNodeToScriptVisitor
visitArrayExpression(ArrayExpression) - Method in AstNodeToScriptVisitor
visitAssertStatement(AssertStatement) - Method in AstNodeToScriptVisitor
visitAttributeExpression(AttributeExpression) - Method in AstNodeToScriptVisitor
visitBinaryExpression(BinaryExpression) - Method in AstNodeToScriptVisitor
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in AstNodeToScriptVisitor
visitBlockStatement(BlockStatement) - Method in AstNodeToScriptVisitor
visitBooleanExpression(BooleanExpression) - Method in AstNodeToScriptVisitor
visitBreakStatement(BreakStatement) - Method in AstNodeToScriptVisitor
visitBytecodeExpression(BytecodeExpression) - Method in AstNodeToScriptVisitor
visitCaseStatement(CaseStatement) - Method in AstNodeToScriptVisitor
visitCastExpression(CastExpression) - Method in AstNodeToScriptVisitor
visitCatchStatement(CatchStatement) - Method in AstNodeToScriptVisitor
visitClass(ClassNode) - Method in AstNodeToScriptVisitor
visitClassExpression(ClassExpression) - Method in AstNodeToScriptVisitor
visitClosureExpression(ClosureExpression) - Method in AstNodeToScriptVisitor
visitClosureListExpression(ClosureListExpression) - Method in AstNodeToScriptVisitor
visitConstantExpression(ConstantExpression, boolean) - Method in AstNodeToScriptVisitor
visitConstructor(ConstructorNode) - Method in AstNodeToScriptVisitor
visitConstructorCallExpression(ConstructorCallExpression) - Method in AstNodeToScriptVisitor
visitContinueStatement(ContinueStatement) - Method in AstNodeToScriptVisitor
visitDeclarationExpression(DeclarationExpression) - Method in AstNodeToScriptVisitor
visitDoWhileLoop(DoWhileStatement) - Method in AstNodeToScriptVisitor
visitExpressionStatement(ExpressionStatement) - Method in AstNodeToScriptVisitor
visitField(FieldNode) - Method in AstNodeToScriptVisitor
visitFieldExpression(FieldExpression) - Method in AstNodeToScriptVisitor
visitForLoop(ForStatement) - Method in AstNodeToScriptVisitor
visitGStringExpression(GStringExpression) - Method in AstNodeToScriptVisitor
visitIfElse(IfStatement) - Method in AstNodeToScriptVisitor
visitImport(ImportNode) - Method in AstNodeToScriptVisitor
visitListExpression(ListExpression) - Method in AstNodeToScriptVisitor
visitMapEntryExpression(MapEntryExpression) - Method in AstNodeToScriptVisitor
visitMapExpression(MapExpression) - Method in AstNodeToScriptVisitor
visitMethod(MethodNode) - Method in AstNodeToScriptVisitor
visitMethodCallExpression(MethodCallExpression) - Method in AstNodeToScriptVisitor
visitMethodPointerExpression(MethodPointerExpression) - Method in AstNodeToScriptVisitor
visitNotExpression(NotExpression) - Method in AstNodeToScriptVisitor
visitPackage(PackageNode) - Method in AstNodeToScriptVisitor
visitPostfixExpression(PostfixExpression) - Method in AstNodeToScriptVisitor
visitPrefixExpression(PrefixExpression) - Method in AstNodeToScriptVisitor
visitProperty(PropertyNode) - Method in AstNodeToScriptVisitor
visitPropertyExpression(PropertyExpression) - Method in AstNodeToScriptVisitor
visitRangeExpression(RangeExpression) - Method in AstNodeToScriptVisitor
visitReturnStatement(ReturnStatement) - Method in AstNodeToScriptVisitor
visitShortTernaryExpression(ElvisOperatorExpression) - Method in AstNodeToScriptVisitor
visitSpreadExpression(SpreadExpression) - Method in AstNodeToScriptVisitor
visitSpreadMapExpression(SpreadMapExpression) - Method in AstNodeToScriptVisitor
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in AstNodeToScriptVisitor
visitSwitch(SwitchStatement) - Method in AstNodeToScriptVisitor
visitSynchronizedStatement(SynchronizedStatement) - Method in AstNodeToScriptVisitor
visitTernaryExpression(TernaryExpression) - Method in AstNodeToScriptVisitor
visitThrowStatement(ThrowStatement) - Method in AstNodeToScriptVisitor
visitTryCatchFinally(TryCatchStatement) - Method in AstNodeToScriptVisitor
visitTupleExpression(TupleExpression) - Method in AstNodeToScriptVisitor
visitType(ClassNode) - Method in AstNodeToScriptVisitor
Prints out the type, safely handling arrays.
visitUnaryMinusExpression(UnaryMinusExpression) - Method in AstNodeToScriptVisitor
visitUnaryPlusExpression(UnaryPlusExpression) - Method in AstNodeToScriptVisitor
visitVariableExpression(VariableExpression, boolean) - Method in AstNodeToScriptVisitor
visitWhileLoop(WhileStatement) - Method in AstNodeToScriptVisitor
visualizeScriptResults(EventObject) - Method in Console

W

WindowsDefaults - Script in groovy.ui.view
write(int) - Method in SystemOutputInterceptor
Intercepts output - single characters

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _