| Package | Description |
|---|---|
| net.coderazzi.filters.gui |
| Modifier and Type | Method | Description |
|---|---|---|
IFilterEditor |
TableFilterHeader.getFilterEditor(int modelColumn) |
Returns the filter editor for the given column in the table model.
|
| Modifier and Type | Method | Description |
|---|---|---|
IParser |
IParserModel.createParser(IFilterEditor editor) |
Creates a text parser for the given editor.
|
IParser |
ParserModel.createParser(IFilterEditor editor) |
|
void |
CustomChoice.decorateComponent(IFilterEditor editor,
boolean isSelected,
javax.swing.JComponent c,
java.awt.Graphics g) |
Decorates the choice on the given editor.
|
void |
CustomChoiceDecorator.decorateComponent(CustomChoice choice,
IFilterEditor editor,
boolean isSelected,
javax.swing.JComponent c,
java.awt.Graphics g) |
Decorates the choice on the given editor.
|
void |
CustomChoiceDecorator.DefaultDecorator.decorateComponent(CustomChoice choice,
IFilterEditor editor,
boolean isSelected,
javax.swing.JComponent c,
java.awt.Graphics g) |
|
java.awt.Color |
CustomChoice.getBackground(IFilterEditor editor,
boolean isSelected) |
Returns the background color, or null to use the default one.
|
java.awt.Color |
CustomChoiceDecorator.DefaultDecorator.getBackground(CustomChoice choice,
IFilterEditor editor,
boolean isSelected) |
|
java.awt.Color |
CustomChoiceDecorator.getBackground(CustomChoice choice,
IFilterEditor editor,
boolean isSelected) |
Returns the background color.
|
abstract javax.swing.RowFilter |
CustomChoice.getFilter(IFilterEditor editor) |
Returns the associated filter.
|
java.awt.Font |
CustomChoice.getFont(IFilterEditor editor,
boolean isSelected) |
Returns the font, or null to use the default one.
|
java.awt.Font |
CustomChoiceDecorator.DefaultDecorator.getFont(CustomChoice choice,
IFilterEditor editor,
boolean isSelected) |
|
java.awt.Font |
CustomChoiceDecorator.getFont(CustomChoice choice,
IFilterEditor editor,
boolean isSelected) |
Returns the font.
|
java.awt.Color |
CustomChoice.getForeground(IFilterEditor editor,
boolean isSelected) |
Returns the foreground color, or null to use the default one.
|
java.awt.Color |
CustomChoiceDecorator.DefaultDecorator.getForeground(CustomChoice choice,
IFilterEditor editor,
boolean isSelected) |
|
java.awt.Color |
CustomChoiceDecorator.getForeground(CustomChoice choice,
IFilterEditor editor,
boolean isSelected) |
Returns the foreground color.
|
java.awt.Component |
ChoiceRenderer.getRendererComponent(IFilterEditor editor,
java.lang.Object value,
boolean isSelected) |
Returns the component used to represent the choice (normally, an element
from the associated table).
The value can be as well CustomChoice instances; to use the
default rendering in this case, the method should return null. |
java.awt.Component |
HtmlChoiceRenderer.getRendererComponent(IFilterEditor editor,
java.lang.Object value,
boolean isSelected) |
|
void |
IFilterHeaderObserver.tableFilterEditorCreated(TableFilterHeader header,
IFilterEditor editor,
javax.swing.table.TableColumn tableColumn) |
Informs the observer than a new filter editor is created
|
void |
IFilterHeaderObserver.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 |
IFilterHeaderObserver.tableFilterUpdated(TableFilterHeader header,
IFilterEditor editor,
javax.swing.table.TableColumn tableColumn) |
Notification made by the
IFilterEditor when the filter's content is
updated |
Copyright © 2018 coderazzi. All Rights Reserved.