class ObjectBrowser extends Object
A little GUI to show some of the Inspector capabilities.
Starting this script opens the ObjectBrowser on "some String".
Use it in groovysh or groovyConsole to inspect your object of interest with:
ObjectBrowser.inspect(myObject)
.
Modifiers | Name | Description |
---|---|---|
class |
ObjectBrowser.1 |
Type | Name and description |
---|---|
Object |
arrayTable |
Object |
collectionTable |
Object |
fieldTable |
Object |
frame |
Object |
inspector |
Object |
mapTable |
Object |
methodTable |
Object |
path |
Object |
swing |
Constructor and description |
---|
ObjectBrowser
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addSorter(Object table) |
|
void |
closeFrameIfAltDoubleClick(MouseEvent e) |
|
static void |
inspect(Object objectUnderInspection, String path) |
|
static void |
main(Object args) |
|
Object |
makeClickAdapter(Object table, int valueCol, Closure pathClosure) |
|
void |
run() |
|
void |
showAbout(EventObject evt) |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.