[Groovy] Class ObjectBrowser
- 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)
.
Properties Summary
Type | Name and description |
---|---|
Object |
fieldTable |
Object |
frame |
Object |
inspector |
Object |
itemTable |
Object |
mapTable |
Object |
methodTable |
Object |
swing |
Constructor Summary
Constructor and description |
---|
ObjectBrowser
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
addSorter(Object table) | |
static void |
inspect(Object objectUnderInspection) | |
static void |
main(Object args) | |
void |
run() | |
void |
showAbout(EventObject evt) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
Object fieldTable
Object frame
Object inspector
Object itemTable
Object mapTable
Object methodTable
Object swing
Constructor Detail
ObjectBrowser()
Method Detail
void addSorter(Object table)
static void inspect(Object objectUnderInspection)
static void main(Object args)
void run()
void showAbout(EventObject evt)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/console/ui/ObjectBrowser.html