public interface DropDownFilterFactory
DropDownFilter
.Modifier and Type | Method and Description |
---|---|
DropDownFilter |
createView(DropDownAction action,
Dockable dockable,
DropDownView view)
Creates a new filter.
|
DropDownFilter createView(DropDownAction action, Dockable dockable, DropDownView view)
-methods will be
called by some unknown source, and the filter can then decide which
of the values to forward to the view
.action
- the action for which the filter will be useddockable
- the owner of the action
view
- the view where the filter should write its properties into