| Package | Description |
|---|---|
| net.coderazzi.filters.gui |
| Modifier and Type | Field | Description |
|---|---|---|
static AutoChoices |
FilterSettings.autoChoices |
If and how to provide content to the editor field's choices.
|
| Modifier and Type | Method | Description |
|---|---|---|
AutoChoices |
FiltersHandler.getAutoChoices() |
Returns the auto choices mode.
|
AutoChoices |
IFilterEditor.getAutoChoices() |
Returns the autoChoices mode.
|
AutoChoices |
TableFilterHeader.getAutoChoices() |
Returns the auto choices flag.
|
static AutoChoices |
AutoChoices.valueOf(java.lang.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
FiltersHandler.setAutoChoices(AutoChoices mode) |
Sets/unsets 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 |
void |
TableFilterHeader.setAutoChoices(AutoChoices set) |
Sets the auto choices flag.
|
| Constructor | Description |
|---|---|
TableFilterHeader(javax.swing.JTable table,
AutoChoices mode) |
Advanced constructor, enabling setting the
AutoChoices mode |
TableFilterHeader(javax.swing.JTable table,
IParserModel parserModel,
AutoChoices mode) |
Full constructor.
|
Copyright © 2018 coderazzi. All Rights Reserved.