phenote.gui
Class SelectionHistory

java.lang.Object
  extended by phenote.gui.SelectionHistory

public class SelectionHistory
extends java.lang.Object


Field Summary
 boolean isInitialized
           
 
Constructor Summary
SelectionHistory()
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
(package private)  java.lang.String getText()
           
static SelectionHistory inst()
           
static void reset()
           
(package private)  void setOboClass(org.obo.datamodel.OBOClass term)
           
 void showSwitch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isInitialized

public boolean isInitialized
Constructor Detail

SelectionHistory

public SelectionHistory()
Method Detail

inst

public static SelectionHistory inst()

reset

public static void reset()

getComponent

public javax.swing.JComponent getComponent()

showSwitch

public void showSwitch()

getText

java.lang.String getText()

setOboClass

void setOboClass(org.obo.datamodel.OBOClass term)