- groovy.console.ui.ObjectBrowser
-
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)
.
-
-
Methods Summary
Methods
| 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, groovy.lang.Closure pathClosure)
|
|
void |
run()
|
|
void |
show()
|
|
void |
showAction(int idx, EventObject evt)
|
|
void |
usageAction(EventObject evt)
|
-
Inherited Methods Summary
-
-
Method Detail
-
static void inspect(Object objectUnderInspection, String path)
-
Object mouseListener(int valueCol, groovy.lang.Closure pathClosure)
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.