|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.inspect.swingui.ObjectBrowser
class ObjectBrowser
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)
.
Property Summary | |
---|---|
def |
fieldTable
|
def |
frame
|
def |
inspector
|
def |
itemTable
|
def |
mapTable
|
def |
methodTable
|
def |
swing
|
Method Summary | |
---|---|
void
|
addSorter(def table)
|
static void
|
inspect(def objectUnderInspection)
|
static void
|
main(def args)
|
void
|
run()
|
void
|
showAbout(EventObject evt)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
def fieldTable
def frame
def inspector
def itemTable
def mapTable
def methodTable
def swing
Method Detail |
---|
void addSorter(def table)
static void inspect(def objectUnderInspection)
static void main(def args)
void run()
void showAbout(EventObject evt)
Copyright © 2003-2013 The Codehaus. All rights reserved.