bibliothek.gui.dock.station.flap.button
Interface ButtonContentFilter

All Known Implementing Classes:
DefaultButtonContentFilter

public interface ButtonContentFilter

The ButtonContentFilter tells DockTitles (and other components) that paint their content on the basis of a ButtonContent which actions to paint.

Author:
Benjamin Sigg
See Also:
FlapDockStation.BUTTON_CONTENT_FILTER

Method Summary
 boolean isButtonAction(DockAction action)
          Tells whether action is an important DockAction and should if the client told the component to filter actions.
 

Method Detail

isButtonAction

boolean isButtonAction(DockAction action)
Tells whether action is an important DockAction and should if the client told the component to filter actions.

Parameters:
action - the action to filter
Returns:
true if action should be visisble