Uses of Class
phenote.gui.field.CharFieldMatcherEditor.Mode

Packages that use CharFieldMatcherEditor.Mode
phenote.gui.field   
 

Uses of CharFieldMatcherEditor.Mode in phenote.gui.field
 

Methods in phenote.gui.field that return CharFieldMatcherEditor.Mode
 CharFieldMatcherEditor.Mode CharFieldMatcherEditor.getFilterMode()
          Returns the filter mode used for matching ontology terms.
static CharFieldMatcherEditor.Mode CharFieldMatcherEditor.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CharFieldMatcherEditor.Mode[] CharFieldMatcherEditor.Mode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in phenote.gui.field with parameters of type CharFieldMatcherEditor.Mode
 void CharFieldMatcherEditor.setFilterMode(CharFieldMatcherEditor.Mode mode)
          Sets the filter mode used for matching ontology terms.