public interface IFilterHeaderObserver
A ITableFilterHeaderObserver instance receives notifications when the
associated IFilterEditor instances are
created, destroyed, or update the held filter.
| Modifier and Type | Method | Description |
|---|---|---|
void |
tableFilterEditorCreated(TableFilterHeader header,
IFilterEditor editor,
javax.swing.table.TableColumn tableColumn) |
Informs the observer than a new filter editor is created
|
void |
tableFilterEditorExcluded(TableFilterHeader header,
IFilterEditor editor,
javax.swing.table.TableColumn tableColumn) |
Informs the observer than an existing filter editor has been excluded
from the filter header
|
void |
tableFilterUpdated(TableFilterHeader header,
IFilterEditor editor,
javax.swing.table.TableColumn tableColumn) |
Notification made by the
IFilterEditor when the filter's content is
updated |
void tableFilterEditorCreated(TableFilterHeader header, IFilterEditor editor, javax.swing.table.TableColumn tableColumn)
Informs the observer than a new filter editor is created
header - the associated table filter headereditor - tableColumn - the associated TableColumnvoid tableFilterEditorExcluded(TableFilterHeader header, IFilterEditor editor, javax.swing.table.TableColumn tableColumn)
Informs the observer than an existing filter editor has been excluded from the filter header
header - the associated table filter headereditor - tableColumn - the associated TableColumnvoid tableFilterUpdated(TableFilterHeader header, IFilterEditor editor, javax.swing.table.TableColumn tableColumn)
Notification made by the IFilterEditor when the filter's content is
updated
header - the associated table filter headereditor - the observable instancetableColumn - the associated TableColumnCopyright © 2018 coderazzi. All Rights Reserved.