bibliothek.extension.gui.dock.theme.eclipse.stack
Class EclipseTabInfo
java.lang.Object
   bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
       bibliothek.gui.dock.station.stack.DockActionCombinedInfoComponent
bibliothek.gui.dock.station.stack.DockActionCombinedInfoComponent
           bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabInfo
- All Implemented Interfaces: 
- CombinedInfoComponent, LayoutBlock, LonelyTabPaneComponent, TabPaneComponent
- public class EclipseTabInfo 
- extends DockActionCombinedInfoComponent
This component shows a subset of DockActions of the currently selected
 Dockable of its parent TabPane. The global EclipseThemeConnector
 is used to determine which actions to show, only non-tab actions are shown.
- Author:
- Benjamin Sigg
 
 
| Methods inherited from class bibliothek.gui.dock.station.stack.DockActionCombinedInfoComponent | 
| destroy, getComponent, getSizes, getZOrder, isPaneVisible, setBounds, setController, setLayout, setOrientation, setPaneVisible, setSelection, setZOrder, toLayoutBlock, updateContent | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
EclipseTabInfo
public EclipseTabInfo(EclipseTabPane pane)
- Creates a new component.
 
- Parameters:
- pane- the owner of this info
 
createActionSource
protected DockActionSource createActionSource(Dockable dockable)
- Description copied from class: DockActionCombinedInfoComponent
- Creates a new DockActionSourcefordockable.
 
- 
- Specified by:
- createActionSourcein class- DockActionCombinedInfoComponent
 
- 
- Parameters:
- dockable- the element for which the actions are required
- Returns:
- the new source of actions