ButtonContentFilter
, which
allows clients to decide which DockAction
s to show
on a FlapDockStation
.See: Description
Interface | Description |
---|---|
ButtonContentCondition |
This interface describes a property that is used by a
ButtonContent |
ButtonContentFilter |
The
ButtonContentFilter tells DockTitle s (and other components) that paint their content
on the basis of a ButtonContent which actions to paint. |
ButtonContentListener |
A listener that is added to a
ButtonContent to receive events when the
content changes. |
Class | Description |
---|---|
AbstractButtonContentCondition |
This abstract implementation of a
ButtonContentCondition adds itself as DockableListener to any
Dockable that is installed. |
ButtonContent |
Tells what kind of information should be displayed on the buttons of a
FlapDockStation . |
DefaultButtonContentFilter |
This default implementation of a
ButtonContentFilter searches for DockAction s which
have the annotation ButtonContentAction attached. |
Annotation Type | Description |
---|---|
ButtonContentAction |
Marks a
DockAction that it should be shown
on a component that depends on a ButtonContent and that filters its actions.This annotation receives only attention if the DefaultButtonContentFilter is used. |
ButtonContentFilter
, which
allows clients to decide which DockAction
s to show
on a FlapDockStation
.