Uses of Package
bibliothek.gui.dock.station.stack.tab

Packages that use bibliothek.gui.dock.station.stack.tab
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.menu Contains an abstract implementation of CombinedMenu including helper classes. 
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.station.stack.tab.layouting Various interfaces and classes used by a TabPane to describe its content to a TabLayoutManager, which will set position and size of all the children of the TabPane
bibliothek.gui.dock.themes.icon Special Icons and supporting classes that cannot be saved as an image because they have attributes that depend on the application, e.g. 
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.extension.gui.dock.theme.bubble
AbstractTabPane
          An abstract implementation of TabPane.
AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
LonelyTabPaneComponent
          A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.
Tab
          A Tab represents a single Dockable that lies on a TabPane.
TabConfiguration
          A set of configurations for defining the look of tabs.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.extension.gui.dock.theme.eclipse.displayer
AbstractTabPane
          An abstract implementation of TabPane.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.extension.gui.dock.theme.eclipse.stack
AbstractTab
          Abstract implemention of Tab based on a real Component.
AbstractTabPane
          An abstract implementation of TabPane.
AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
LonelyTabPaneComponent
          A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.
Tab
          A Tab represents a single Dockable that lies on a TabPane.
TabConfiguration
          A set of configurations for defining the look of tabs.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.extension.gui.dock.theme.eclipse.stack.tab
TabConfiguration
          A set of configurations for defining the look of tabs.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.extension.gui.dock.theme.flat
AbstractTabPane
          An abstract implementation of TabPane.
AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
LonelyTabPaneComponent
          A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.
Tab
          A Tab represents a single Dockable that lies on a TabPane.
TabConfiguration
          A set of configurations for defining the look of tabs.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.gui.dock
TabConfigurations
          This factory creates TabConfigurations, which can be used to fine tune the look of various tabs.
Please note that only a subset of tabs actually supports this configuration, some DockThemes will simply ignore this factory.
TabContentFilter
          This interface tells a StackDockStation or a StackDockComponent how to fill the tabs for its children.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.gui.dock.station.stack
AbstractTabPane
          An abstract implementation of TabPane.
AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
LonelyTabPaneComponent
          A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.
Tab
          A Tab represents a single Dockable that lies on a TabPane.
TabConfiguration
          A set of configurations for defining the look of tabs.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.gui.dock.station.stack.menu
AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabMenuListener
          This listener can be added to a TabMenu and keeps track of the number of children the menu has.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.gui.dock.station.stack.tab
AbstractTabContentFilter
          An abstract implementation of TabContentFilter, knows which StackDockStations and which Dockables are currently filtered.
Subclasses may override added, removed, deselected and selected to be informed if the contents of a StackDockStation changed.
Note that this filter does not observe whether elements are added or removed from a StackDockComponent.
AbstractTabLayoutManager
          This layout manager creates a common interface to store information for each TabPane individually.
AbstractTabLayoutManagerPane
          Information about a TabPane that gets laid out by a AbstractTabLayoutManager.
AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
AxisConversion
          An axis conversion transforms coordinates and sizes from one to another system.
DefaultTabContentFilter.Behavior
          Tells a DefaultTabContentFilter how it behaves.
LonelyTabPaneComponent
          A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.
MenuLineLayout
          Orders tabs in a line, if there is not enough space a menu is used.
MenuLineLayoutFactory
          A factory creating various LayoutBlocks that are required by the MenuLineLayout.
MenuLineLayoutOrder
          Describes in which order, location and extend the LayoutBlocks should be given by a MenuLineLayout.
MenuLineLayoutOrder.Item
          The various items that are used by the MenuLineLayout.
MenuLineLayoutPane
          Represents one of the TabPanes that are managed by a MenuLineLayout.
MenuLineLayoutPossibility
          A possibility for a layout of tabs, menus and actions as described by the MenuLineLayout.
MenuLineLayoutStrategy
          Provides customizeable algorithms used by the MenuLineLayout, these algorithms tell how exactly to lay out the items of a TabPane.
Tab
          A Tab represents a single Dockable that lies on a TabPane.
TabConfiguration
          A set of configurations for defining the look of tabs.
TabConfiguration.ActionHiding
          Tells at which moment actions on a tab should be made invisible
TabConfiguration.IconHiding
          Tells at which moment the icon on a tab is made invisible
TabConfigurations
          This factory creates TabConfigurations, which can be used to fine tune the look of various tabs.
Please note that only a subset of tabs actually supports this configuration, some DockThemes will simply ignore this factory.
TabContentFilter
          This interface tells a StackDockStation or a StackDockComponent how to fill the tabs for its children.
TabLayoutManager
          A TabLayoutManager is responsible for managing the location and size of tags, menus and info-component of a TabPane.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabMenuListener
          This listener can be added to a TabMenu and keeps track of the number of children the menu has.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneBackgroundComponent
          A BackgroundComponent that represents a TabPane.
TabPaneChildBackgroundComponent
          A BackgroundComponent representing a child component of a TabPane.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
TabPaneListener
          An observer added to a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.gui.dock.station.stack.tab.layouting
Tab
          A Tab represents a single Dockable that lies on a TabPane.
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
TabPane
          A TabPane is a view onto some component that shows a set of Dockables.
TabPaneComponent
          A TabPaneComponent is a child of a TabPane.
 

Classes in bibliothek.gui.dock.station.stack.tab used by bibliothek.gui.dock.themes.icon
TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.