|
Groovy 1.7.2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.inspect.swingui.ObjectBrowser
public 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)
.
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, hashCode, getClass, equals, toString, notify, notifyAll |
Method Detail |
---|
public void addSorter(def table)
public static void inspect(def objectUnderInspection)
public static void main(def args)
public void run()
public void showAbout(EventObject evt)
Copyright © 2003-2010 The Codehaus. All rights reserved.