Groovy 1.7.5

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.
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.
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-2010 The Codehaus. All rights reserved.