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 |
Constructor and description |
---|
ObjectBrowser() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
aboutAction(EventObject evt) |
|
void |
addSorter(Object table) |
|
void |
copyAction(Object table, MouseEvent me, EventObject evt) |
|
static void |
inspect(Object objectUnderInspection, String path) |
|
void |
inspectAlso(Object objectUnderInspection, String path) |
|
void |
launch(Object table, Object valueCol, boolean newWindow, Object pathClosure) |
|
void |
launchAction(Object table, Object valueCol, boolean newWindow, Object pathClosure, EventObject evt) |
|
static void |
main(Object args) |
|
Object |
mouseListener(int valueCol, Closure pathClosure) |
|
void |
run() |
|
void |
show() |
|
void |
showAction(int idx, EventObject evt) |
|
void |
usageAction(EventObject evt) |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.