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

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

public interface LonelyTabPaneComponent
extends TabPaneComponent

A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.

Author:
Benjamin Sigg

Method Summary
 LayoutBlock toLayoutBlock()
          Gets a LayoutBlock related to this component.
 
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

toLayoutBlock

LayoutBlock toLayoutBlock()
Gets a LayoutBlock related to this component. This method may create a new block or return always the same block.

Returns:
the LayoutBlock related to this component