Uses of Interface
bibliothek.gui.dock.station.stack.tab.LonelyTabPaneComponent

Packages that use LonelyTabPaneComponent
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of LonelyTabPaneComponent in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement LonelyTabPaneComponent
 class EclipseTabInfo
          This component shows a subset of DockActions of the currently selected Dockable of its parent TabPane.
 

Uses of LonelyTabPaneComponent in bibliothek.gui.dock.station.stack
 

Subinterfaces of LonelyTabPaneComponent in bibliothek.gui.dock.station.stack
 interface CombinedInfoComponent
          The info component used by the CombinedStackDockComponent is supposed to be represented by a Component.
 

Uses of LonelyTabPaneComponent in bibliothek.gui.dock.station.stack.tab
 

Classes in bibliothek.gui.dock.station.stack.tab with type parameters of type LonelyTabPaneComponent
 class AbstractTabPane<T extends Tab,M extends TabMenu,I extends LonelyTabPaneComponent>
          An abstract implementation of TabPane.
 

Methods in bibliothek.gui.dock.station.stack.tab that return LonelyTabPaneComponent
 LonelyTabPaneComponent TabPane.getInfoComponent()
          Gets the info component, the info component shows some additional information.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type LonelyTabPaneComponent
 void AbstractTabLayoutManager.PaneInfo.infoComponentChanged(TabPane pane, LonelyTabPaneComponent oldInfo, LonelyTabPaneComponent newInfo)
           
 void MenuLineLayout.Layout.infoComponentChanged(TabPane pane, LonelyTabPaneComponent oldInfo, LonelyTabPaneComponent newInfo)
           
 void TabPaneListener.infoComponentChanged(TabPane pane, LonelyTabPaneComponent oldInfo, LonelyTabPaneComponent newInfo)
          Called if the TabPane.getInfoComponent() was replaced.