Package bibliothek.gui.dock.station.toolbar

Interface Summary
ToolbarContainerConverter A helper interface used by the ToolbarContainerDockStation to read and write PlaceholderMaps.
ToolbarContainerConverterCallback An interface allowing a ToolbarContainerConverter to call some internal methods of ToolbarContainerDockStation.
ToolbarStrategy A ToolbarStrategy defines how different parts of a toolbar interact with each other.
 

Class Summary
AbstractToolbarMerger An algorithm allowing to merge two AbstractToolbarDockStations together.
DefaultToolbarContainerConverter Default implementation of ToolbarContainerConverter.
DefaultToolbarStrategy The default implementation of ToolbarStrategy.
DummyDockFactory<D extends Dockable> A factory for reading and writing some kind of Dockable which can never be created automatically, and which does not store any kind of information.
ListDockableStationPerspective An abstract implementation of a PerspectiveStation whose children are organized in a list.
SpanToolbarLayoutManager LayoutManager used by the ToolbarDockStation.
ToolbarAttractorStrategy This implementation of an AttractorStrategy reads the current ToolbarStrategy.STRATEGY and assumes that two Dockables which both are toolbar parts attract each other.
ToolbarContainerDockPerspective This PerspectiveStation describes the layout of a ToolbarContainerDockStation.
ToolbarContainerDockStationFactory A factory used to read and write the layout of a ToolbarContainerDockStation.
ToolbarContainerDockStationLayout Describes the layout of a ToolbarContainerDockStation
ToolbarContainerDropInfo This class contains and computes information about a drag and drop action.
ToolbarContainerLayoutManager The LayoutManager2 used by a ToolbarContainerDockStation, this LayoutManager2 uses the current SpanFactory to add gaps between Components if necessary.
ToolbarContainerProperty Describes the location of a child of a ToolbarContainerDockStation.
ToolbarContainerPropertyFactory Creates new ToolbarContainerPropertys.
ToolbarDockableDisplayer A simple implementation of a DockableDisplayer that can be used by toolbar-DockStations.
ToolbarDockPerspective A PerspectiveStation representing a ToolbarDockStation.
ToolbarDockStationFactory A factory for reading and writing ToolbarDockStations.
ToolbarDockStationLayout Describes the layout of a ToolbarDockStation.
ToolbarDockStationMerger An algorithm that allows to merge ToolbarDockStations together.
ToolbarDropInfo This class contains and computes information about a drag and drop action of a ToolbarDockStation.
ToolbarFullscreenFilter This filter can be added to a ScreenDockStation and ensures that no toolbar element can be in fullscreen mode
ToolbarGroupDockPerspective A PerspectiveStation representing a ToolbarGroupDockStation.
ToolbarGroupDockStationFactory A factory used to store and load ToolbarGroupDockStations.
ToolbarGroupDockStationLayout A layout object describing the contents of a ToolbarGroupDockStation.
ToolbarGroupDockStationMerger A Merger for merging two ToolbarGroupDockStations.
ToolbarItemDockableFactory A factory for reading and writing ToolbarItemDockables.
ToolbarLineBorder A Border used by ToolbarDockableDisplayer to paint lines at all sides except the side at which there is a title.
ToolbarMovingImageFactory A ToolbarMovingImageFactory is a filter that forwards any Dockable which is a toolbar part to some other factory.
ToolbarProperty Described the location of a child of a ToolbarGroupDockStation or a ToolbarDockStation.
ToolbarPropertyFactory A factory creating new DockablePropertys.
ToolbarStationPaint This StationPaint is used to draw content on all the toolbar- DockStations.