xbneditor
Class Standalone

java.lang.Object
  |
  +--xbneditor.Standalone

public class Standalone
extends java.lang.Object

This class provides the ability for the Viewer to be run in a Standalone version. It make it easy to do component testing.


Constructor Summary
Standalone()
           
 
Method Summary
static void main(java.lang.String[] args)
          Creates a standalone instance of the class, ignoring any command line arguements that were passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Standalone

public Standalone()
Method Detail

main

public static void main(java.lang.String[] args)
Creates a standalone instance of the class, ignoring any command line arguements that were passed in.