Home >> All >> edu >> stanford >> genetics >> treeview >> [ app Javadoc ] |
edu.stanford.genetics.treeview.app: Javadoc index of package edu.stanford.genetics.treeview.app.
Package Samples:
edu.stanford.genetics.treeview.app
edu.stanford.genetics.treeview.applet
Classes:
TreeViewApp: This class defines the treeview application. The actual Gui handling of a given window is done by TreeViewFrame, which represents a single document. Because multiple documents can be open at a given time, there can be multiple TVFrame objects. however, there can be only one TreeView object. what this really means is that TreeView itself just manages two resources, the window list and the global config. Anything that effects these resources should bottleneck through TreeView. 1/16/2003 by popular demand (with the exception of my advisor) I have decided to try and make an applet version. as a first ...
TreeViewAppX: This class defines the treeview application. The actual Gui handling of a given window is done by TreeViewFrame, which represents a single document. Because multiple documents can be open at a given time, there can be multiple TVFrame objects. however, there can be only one TreeView object. what this really means is that TreeView itself just manages two resources, the window list and the global config. Anything that effects these resources should bottleneck through TreeView. 1/16/2003 by popular demand (with the exception of my advisor) I have decided to try and make an applet version. as a first ...
Daemon: A daemon is a thread that waits for request and forward to a RequestHandler in this case, the TreeViewApp The intention of this : If an instance of the program is running, it shall starts a daemon which waits for requests. When another instance of the program is started, the new program will first try to contact the daemons. If any exists, the new program will ask the daemon to do the task. daemon will delegate the task to the RequestHandler.
KnnViewApp: This class defines the knnview application. The actual Gui handling of a given window is currently done by KnnViewFrame, which represents a single document. The main difference between the apps is which ViewFrame they use. KnnViewApp uses KnnViewFrame .
LinkedViewApp: Main class of LinkedView application. Mostly manages windows, and communication between windows, as well as communication between them. The main difference between the apps is which ViewFrame they use. LinkedViewApp uses LinkedViewFrame .
AppletViewFrame: A subclass of ViewFrame designed to run in a browser. Very similar to TreeViewFrame.
ButtonApplet
Home | Contact Us | Privacy Policy | Terms of Service |