java.lang.Object
edu.stanford.genetics.treeview.app.TreeViewApp
edu.stanford.genetics.treeview.app.KnnViewApp
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.WindowListener
- public class KnnViewApp
- extends TreeViewApp
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
.
- Version:
- $Revision: 1.5 $ $Date: 2003/09/23 17:43:47 $
Constructor Summary |
KnnViewApp()
Constructor for the KnnViewApp object |
Methods inherited from class edu.stanford.genetics.treeview.app.TreeViewApp |
closeAllWindows, getGlobalConfig, getUpdateUrl, getVersionTag, rebuildWindowMenus, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnnViewApp
public KnnViewApp()
- Constructor for the KnnViewApp object
openNew
public void openNew()
- opens a TreeViewFrame window
- Overrides:
openNew
in class TreeViewApp
openNew
public void openNew(edu.stanford.genetics.treeview.FileSet fileSet)
throws edu.stanford.genetics.treeview.LoadException
- Open a new window with the given fileset loaded in it.
- Overrides:
openNew
in class TreeViewApp
main
public static void main(java.lang.String[] astring)
- Starts KnnView application with an empty window.