net.sf.arise.inspector
Class Inspector

java.lang.Object
  |
  +--net.sf.arise.inspector.Inspector

public class Inspector
extends java.lang.Object

Author:
Maja S Bratseth

Constructor Summary
Inspector()
           
 
Method Summary
static void inspect(java.lang.Object value)
           
static void inspect(java.lang.String engineName, java.lang.Object value)
           
static void inspect(java.lang.String engineName, java.lang.Object value, java.awt.Font font)
           
static void main(java.lang.String[] args)
           
static void startWithRoot(InspectorNode node, boolean remote)
           
static void startWithRoot(java.lang.String engineName, InspectorNode node, boolean remote)
           
static void startWithRoot(java.lang.String engineName, InspectorNode node, java.awt.Font font, boolean remote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inspector

public Inspector()
Method Detail

startWithRoot

public static void startWithRoot(InspectorNode node,
                                 boolean remote)
                          throws java.lang.Exception
java.lang.Exception

startWithRoot

public static void startWithRoot(java.lang.String engineName,
                                 InspectorNode node,
                                 boolean remote)
                          throws java.lang.Exception
java.lang.Exception

startWithRoot

public static void startWithRoot(java.lang.String engineName,
                                 InspectorNode node,
                                 java.awt.Font font,
                                 boolean remote)
                          throws java.lang.Exception
java.lang.Exception

inspect

public static void inspect(java.lang.Object value)
                    throws java.lang.Exception
java.lang.Exception

inspect

public static void inspect(java.lang.String engineName,
                           java.lang.Object value)
                    throws java.lang.Exception
java.lang.Exception

inspect

public static void inspect(java.lang.String engineName,
                           java.lang.Object value,
                           java.awt.Font font)
                    throws java.lang.Exception
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth