bibliothek.extension.gui.dock.theme.flat
Class FlatInfoComponent

java.lang.Object
  extended by bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
      extended by bibliothek.gui.dock.station.stack.DockActionCombinedInfoComponent
          extended by bibliothek.extension.gui.dock.theme.flat.FlatInfoComponent
All Implemented Interfaces:
CombinedInfoComponent, LayoutBlock, LonelyTabPaneComponent, TabPaneComponent

public class FlatInfoComponent
extends DockActionCombinedInfoComponent

This component shows a number of DockActions and is used by the BubbleStackDockComponent to be shown alongside the tabs.

Author:
Benjamin Sigg

Constructor Summary
FlatInfoComponent(FlatTabPane pane)
           
 
Method Summary
protected  DockActionSource createActionSource(Dockable dockable)
          Creates a new DockActionSource for dockable.
 
Methods inherited from class bibliothek.gui.dock.station.stack.DockActionCombinedInfoComponent
destroy, getComponent, getSelection, getSizes, getZOrder, isPaneVisible, setBounds, setController, setLayout, setOrientation, setPaneVisible, setSelection, setZOrder, toLayoutBlock, updateContent
 
Methods inherited from class bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
getBounds, getMaximumSize, getMinimumSize, getOrientation, getOverlap, getPreferredSize, getTabParent, setBounds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, setBounds
 

Constructor Detail

FlatInfoComponent

public FlatInfoComponent(FlatTabPane pane)
Method Detail

createActionSource

protected DockActionSource createActionSource(Dockable dockable)
Description copied from class: DockActionCombinedInfoComponent
Creates a new DockActionSource for dockable.

Specified by:
createActionSource in class DockActionCombinedInfoComponent
Parameters:
dockable - the element for which the actions are required
Returns:
the new source of actions