Uses of Interface
phenote.gui.selection.IDSelectionListener

Packages that use IDSelectionListener
phenote.gui.field   
phenote.gui.selection   
 

Uses of IDSelectionListener in phenote.gui.field
 

Classes in phenote.gui.field that implement IDSelectionListener
(package private)  class IdFieldGui
          for now this is just a free text field that checks if theres a ":" present eventually may get more savvy with option of prepending an id prefix and using OBOInstance instead of String
 

Uses of IDSelectionListener in phenote.gui.selection
 

Methods in phenote.gui.selection with parameters of type IDSelectionListener
 void SelectionManager.addIDSelectionListener(IDSelectionListener l)
           
 void SelectionManager.removeIDSelectionListener(IDSelectionListener l)