Groovy 1.7.0

Package groovy.inspect.swingui

Classes associated with the Swing GUI for inspecting objects.

 

Class Summary
AstBrowser This object is a GUI for looking at the AST that Groovy generates.
AstBrowserProperties
AstBrowserUiPreferences This class sets and restores control positions in the browser.
ObjectBrowser A little GUI to show some of the Inspector capabilities.
ScriptToTreeNodeAdapter This class controls the conversion from a Groovy script as a String into a Swing JTree representation of the AST in that script.
TableMap In a chain of data manipulators some behaviour is common.
TableSorter A sorter for TableModels.
TreeNodeBuildingNodeOperation This Node Operation builds up a root tree node for the viewer.
TreeNodeBuildingVisitor This AST visitor builds up a TreeNode.
TreeNodeWithProperties This class is a TreeNode and you can store additional properties on it.
 


Enum Summary
CompilePhaseAdapter An adapter for the CompilePhase enum that can be entered into a Swing combobox.
 


Copyright © 2003-2009 The Codehaus. All rights reserved.