|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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)
.
Field Summary | |
---|---|
def |
fieldTable
|
def |
frame
|
def |
inspector
|
def |
itemTable
|
def |
mapTable
|
def |
methodTable
|
def |
swing
|
Constructor Summary | |
ObjectBrowser()
|
Method Summary | |
---|---|
void |
addSorter(def table)
|
static void |
inspect(def objectUnderInspection)
|
static void |
main(def args)
|
void |
run()
|
void |
showAbout(EventObject evt)
|
Constructor Detail |
---|
ObjectBrowser()
Method Detail |
---|
void addSorter(def table)
public static void inspect(def objectUnderInspection)
public static void main(def args)
void run()
void showAbout(EventObject evt)