Package bibliothek.gui.dock.station.flap.button

Interface Summary
ButtonContentCondition This interface describes a property that is used by a ButtonContent
ButtonContentFilter The ButtonContentFilter tells DockTitles (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 Summary
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 DockActions which have the annotation ButtonContentAction attached.
 

Annotation Types Summary
ButtonContentAction Marks a DockAction that it should be shown on a component that depends on a ButtonContent and that filters its actions.