bibliothek.gui.dock.station.stack
Interface CombinedInfoComponent

All Superinterfaces:
LonelyTabPaneComponent, TabPaneComponent
All Known Implementing Classes:
BubbleInfoComponent, DockActionCombinedInfoComponent, EclipseTabInfo, FlatInfoComponent

public interface CombinedInfoComponent
extends LonelyTabPaneComponent

The info component used by the CombinedStackDockComponent is supposed to be represented by a Component.

Author:
Benjamin Sigg

Method Summary
 Component getComponent()
          Gets the representation of this info component.
 
Methods inherited from interface bibliothek.gui.dock.station.stack.tab.LonelyTabPaneComponent
toLayoutBlock
 
Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, getZOrder, isPaneVisible, setBounds, setOrientation, setPaneVisible, setZOrder
 

Method Detail

getComponent

Component getComponent()
Gets the representation of this info component.

Returns:
the representation