Class OBrowser
- public class OBrowser
A simple object browser.
- Version:
- $Id: OBrowser.java,v 1.5 2001/04/16 05:15:50 administrator Exp $
- Author:
- Ben Dugan
- See Also:
- Serialized Form
OBrowser
public OBrowser(java.lang.Object o,
java.lang.String title)
- Make a new OBrowser. This constructor does everything: allocates
the windowing resources, and builds the JTree, etc.
inspect
public static void inspect(java.lang.Object o)
- Convenience factory method that creates a new OBrowser to inspect
the provided Object.
inspect
public static void inspect(double x)
- Convenience factory method that creates a new OBrowser to inspect
the provided double.
inspect
public static void inspect(long x)
- Convenience factory method that creates a new OBrowser to inspect
the provided long.
inspect
public static void inspect(char x)
- Convenience factory method that creates a new OBrowser to inspect
the provided character.
inspect
public static void inspect(boolean x)
- Convenience factory method that creates a new OBrowser to inspect
the provided boolean value.
refresh
public void refresh()
main
public static void main(java.lang.String[] args)