bibliothek.gui.dock.action.dropdown
Interface DropDownFilterFactory


public interface DropDownFilterFactory

A factory that creates DropDownFilter.

Author:
Benjamin Sigg

Method Summary
 DropDownFilter createView(DropDownAction action, Dockable dockable, DropDownView view)
          Creates a new filter.
 

Method Detail

createView

DropDownFilter createView(DropDownAction action,
                          Dockable dockable,
                          DropDownView view)
Creates a new filter. The filters -methods will be called by some unknown source, and the filter can then decide which of the values to forward to the view.

Parameters:
action - the action for which the filter will be used
dockable - the owner of the action
view - the view where the filter should write its properties into
Returns:
the new filter