Uses of Class
net.coderazzi.filters.gui.AutoChoices

Packages that use AutoChoices
net.coderazzi.filters.gui   
 

Uses of AutoChoices in net.coderazzi.filters.gui
 

Fields in net.coderazzi.filters.gui declared as AutoChoices
static AutoChoices FilterSettings.autoChoices
          If and how to provide content to the editor field's choices.
 

Methods in net.coderazzi.filters.gui that return AutoChoices
 AutoChoices FiltersHandler.getAutoChoices()
          Returns the auto choices mode.
 AutoChoices TableFilterHeader.getAutoChoices()
          Returns the auto choices flag.
 AutoChoices IFilterEditor.getAutoChoices()
          Returns the autoChoices mode.
static AutoChoices AutoChoices.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AutoChoices[] AutoChoices.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.coderazzi.filters.gui with parameters of type AutoChoices
 void FiltersHandler.setAutoChoices(AutoChoices mode)
          Sets/unsets the auto choices flag.
 void TableFilterHeader.setAutoChoices(AutoChoices set)
          Sets the auto choices flag.
 void IFilterEditor.setAutoChoices(AutoChoices mode)
          Using autoChoices, the choices displayed on the popup menu are automatically extracted from the associated TableModel.
For editors associated to boolean or short enumerations, if AutoCompletion is not set, setting the AutoChoices automatically changes the editable flag to true, unless AutoChoices has the DISABLED value
 

Constructors in net.coderazzi.filters.gui with parameters of type AutoChoices
TableFilterHeader(JTable table, AutoChoices mode)
          Advanced constructor, enabling setting the AutoChoices mode
TableFilterHeader(JTable table, IParserModel parserModel, AutoChoices mode)
          Full constructor.