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 actionview - the view where the filter should write its properties intoCopyright © 2018. All rights reserved.