Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.stanford.genetics.treeview.app
Class KnnViewApp  view KnnViewApp download KnnViewApp.java

java.lang.Object
  extended byedu.stanford.genetics.treeview.app.TreeViewApp
      extended byedu.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 $

Field Summary
 
Fields inherited from class edu.stanford.genetics.treeview.app.TreeViewApp
updateUrl, versionTag, windows
 
Constructor Summary
KnnViewApp()
          Constructor for the KnnViewApp object
 
Method Summary
static void main(java.lang.String[] astring)
          Starts KnnView application with an empty window.
 void openNew()
          opens a TreeViewFrame window
 void openNew(edu.stanford.genetics.treeview.FileSet fileSet)
          Open a new window with the given fileset loaded in it.
 
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
 

Constructor Detail

KnnViewApp

public KnnViewApp()
Constructor for the KnnViewApp object

Method Detail

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.