phenote.gui.selection
Class SelectionBridge

java.lang.Object
  extended by phenote.gui.selection.SelectionBridge
All Implemented Interfaces:
java.util.EventListener, org.oboedit.gui.event.SelectionListener, TermSelectionListener

public class SelectionBridge
extends java.lang.Object
implements org.oboedit.gui.event.SelectionListener, TermSelectionListener


Field Summary
protected  org.oboedit.controller.SelectionManager oboeditSelectionManager
           
protected  SelectionManager phenoteSelectionManager
           
 
Constructor Summary
SelectionBridge()
           
 
Method Summary
 void install()
           
 void selectionChanged(org.oboedit.gui.event.SelectionEvent e)
           
 void termSelected(TermSelectionEvent e)
           
 void uninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phenoteSelectionManager

protected SelectionManager phenoteSelectionManager

oboeditSelectionManager

protected org.oboedit.controller.SelectionManager oboeditSelectionManager
Constructor Detail

SelectionBridge

public SelectionBridge()
Method Detail

selectionChanged

public void selectionChanged(org.oboedit.gui.event.SelectionEvent e)
Specified by:
selectionChanged in interface org.oboedit.gui.event.SelectionListener

termSelected

public void termSelected(TermSelectionEvent e)
Specified by:
termSelected in interface TermSelectionListener

install

public void install()

uninstall

public void uninstall()