Uses of Package
phenote.gui.field

Packages that use phenote.gui.field
phenote.gui   
phenote.gui.factories   
phenote.gui.field   
phenote.main   
phenote.servlet   
 

Classes in phenote.gui.field used by phenote.gui
FieldPanel
          FieldPanel holds all the fields for the terms - Genotype, Entity/Anatomy, QUALITY.
 

Classes in phenote.gui.field used by phenote.gui.factories
FieldPanelContainer
          A component which dynamically swaps in the correct FieldPanel for the most recently focused character table.
 

Classes in phenote.gui.field used by phenote.gui.field
AbstractAutoCompList
          has a jcombobox that does auto completion - i had to do some tricks(hacks) to get it working with mouse over which doesnt come naturally to jcombobox
CharFieldGui
          fields can either be text fields for free text or combo boxes if have ontology to browse - CharFieldGui does either - with get/setText - hides the details of the gui - just a field that gives text ListSelectionListener listening to events from table selection (make inner class?) subclasses: TermCompList, FreeTextField,...
CharFieldGuiEx
           
CharFieldMatcherEditor.Mode
          Mode for filtering characters with ontology terms.
CompletionObject
          This is basically a view object for the auto completer - right now used for relations OBOProperty - but terms should also go in here as OBOObject has both OBOClass and OBOProperty as subclasses - thats the idea at least - simplify!
CompletionTerm
          This is basically a view object for the auto completer for terms/OBOClass this has been replaced by CompletionObject - i dont think its used anymore? and should probably be deleted
CompListSearcher
          An aid to completion lists.
FieldPanel
          FieldPanel holds all the fields for the terms - Genotype, Entity/Anatomy, QUALITY.
FieldPanelContainer
          A component which dynamically swaps in the correct FieldPanel for the most recently focused character table.
FreeTextField
           
OboException
           
RelationCompList
          with now common superclass OBOObject this should be merged with TermCompList I think
SearchListener
           
SearchParamPanel
          this isnt used at the moment - nicole moved search params to menu - maybe delete? or maybe this is something for the docking interface SearchParams need to get up to snuff with new interface if we bring this back
TermCompList
           
 

Classes in phenote.gui.field used by phenote.main
FieldPanel
          FieldPanel holds all the fields for the terms - Genotype, Entity/Anatomy, QUALITY.
 

Classes in phenote.gui.field used by phenote.servlet
CompletionTerm
          This is basically a view object for the auto completer for terms/OBOClass this has been replaced by CompletionObject - i dont think its used anymore? and should probably be deleted