public interface ButtonContentFilter
ButtonContentFilter
tells DockTitle
s (and other components) that paint their content
on the basis of a ButtonContent
which actions to paint.FlapDockStation.BUTTON_CONTENT_FILTER
Modifier and Type | Method and Description |
---|---|
boolean |
isButtonAction(DockAction action)
Tells whether
action is an important DockAction and should if the client told the
component to filter actions. |
boolean isButtonAction(DockAction action)
action
is an important DockAction
and should if the client told the
component to filter actions.action
- the action to filtertrue
if action
should be visisble