Groovy 1.7.2

groovy.inspect.swingui
Class ObjectBrowser

java.lang.Object
  groovy.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) .

author:
Dierk Koenig


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

addSorter

public void addSorter(def table)


inspect

public static void inspect(def objectUnderInspection)


main

public static void main(def args)


run

public void run()


showAbout

public void showAbout(EventObject evt)


 

Copyright © 2003-2010 The Codehaus. All rights reserved.