|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterEditor | |
|---|---|
| net.coderazzi.filters.gui | |
| Uses of FilterEditor in net.coderazzi.filters.gui |
|---|
| Fields in net.coderazzi.filters.gui with type parameters of type FilterEditor | |
|---|---|
static Class<? extends FilterEditor> |
FilterSettings.filterEditorClass
The class implementing the FilterEditor |
| Methods in net.coderazzi.filters.gui that return FilterEditor | |
|---|---|
FilterEditor |
TableFilterHeader.getFilterEditor(int modelColumn)
Returns the filter editor for the given column in the table model |
static FilterEditor |
FilterSettings.newFilterEditor()
Creates a FilterEditor as defined by default |
| Methods in net.coderazzi.filters.gui with parameters of type FilterEditor | |
|---|---|
protected void |
TableFilterHeader.customizeEditor(FilterEditor editor)
Customizes the editor, can be overridden for custom appearance |
void |
IFilterHeaderObserver.tableFilterEditorCreated(TableFilterHeader header,
FilterEditor editor)
Informs the observer than a new filter editor is created |
void |
IFilterHeaderObserver.tableFilterEditorExcluded(TableFilterHeader header,
FilterEditor editor)
Informs the observer than an existing filter editor has been excluded from the filter header |
void |
IFilterHeaderObserver.tableFilterUpdated(TableFilterHeader header,
FilterEditor editor)
Notification made by the FilterEditor
when the filter's content is updated |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||