Packages
org.vrjuggler.tweek Contains the top-level classes that start the Tweek GUI and handle data routing between components.
org.vrjuggler.tweek.beandelivery Contains the classes relating to the transfer of JavaBeans across the network via CORBA.
org.vrjuggler.tweek.beans Contains the core elements of the Tweek JavaBean management code.
org.vrjuggler.tweek.beans.loader Contains the code that handles all the loading of dynamically discovered JavaBeans.
org.vrjuggler.tweek.event Contains the events that may be generated by the Tweek GUI and delivered to dynamically loaded JavaBeans.
org.vrjuggler.tweek.gui Contains all classes that relate to the basic Tweek GUI into which Viewer Beans and Panel Beans are loaded.
org.vrjuggler.tweek.iconviewer  
org.vrjuggler.tweek.net Contains the basic abstract interfaces and exception types relating to the Tweek networking code.
org.vrjuggler.tweek.net.corba Contains the CORBA classes that provide the backbone of the communication path between Tweek and remote applications.
org.vrjuggler.tweek.services Contains the basic Service Beans defined and used by the Tweek GUI.
org.vrjuggler.tweek.text Contains the code for the handling of text events in the Tweek GUI.
org.vrjuggler.tweek.treeviewer