Uses of Interface
phenote.gui.selection.UseTermListener

Packages that use UseTermListener
phenote.gui   
phenote.gui.selection   
 

Uses of UseTermListener in phenote.gui
 

Methods in phenote.gui that return UseTermListener
(package private)  UseTermListener TermInfoToolbar.getUseTermListener()
           
 UseTermListener TermInfo2.getUseTermListener()
          just gets useTermListener from terminfotoolbar, which back & forward action use, which actually probably isnt right as back & forward might be hitting terms with different use term listeners but good enough for now
 

Methods in phenote.gui with parameters of type UseTermListener
 void TermInfoToolbar.setUseTermListener(UseTermListener utl)
          use term listener comes from selection events, and it listens for useTerm events, this is how UseTerm button sets terms in char field guis.
 

Uses of UseTermListener in phenote.gui.selection
 

Methods in phenote.gui.selection that return UseTermListener
 UseTermListener TermSelectionEvent.getUseTermListener()
           
 

Methods in phenote.gui.selection with parameters of type UseTermListener
 void SelectionManager.selectHistoryTerm(java.lang.Object source, org.obo.datamodel.OBOClass oboClass, UseTermListener l)
           
 void SelectionManager.selectMouseOverTerm(java.lang.Object source, org.obo.datamodel.OBOClass oboClass, UseTermListener l)
           
 

Constructors in phenote.gui.selection with parameters of type UseTermListener
TermSelectionEvent(java.lang.Object source, org.obo.datamodel.OBOClass oboClass, UseTermListener utl, boolean isMouse, boolean isHyperlink)