bibliothek.gui.dock.station.stack.tab.layouting
Class TabsLayoutBlock.TabsSize
java.lang.Object
  
bibliothek.gui.dock.station.stack.tab.layouting.Size
      
bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock.TabsSize
- Direct Known Subclasses: 
 - LineTabsLayoutBlock.LineSize
 
- Enclosing class:
 - TabsLayoutBlock
 
protected class TabsLayoutBlock.TabsSize
- extends Size
 
This Size contains an array of Tabs which are required
 to get this size. Instances of this class can be used for TabsLayoutBlock.setLayout(Size)
- Author:
 
  - Benjamin Sigg
 
 
| Nested classes/interfaces inherited from class bibliothek.gui.dock.station.stack.tab.layouting.Size | 
Size.Type | 
 
 
 
 
 
TabsLayoutBlock.TabsSize
public TabsLayoutBlock.TabsSize(Size.Type type,
                                int width,
                                int height,
                                Tab[] tabs)
TabsLayoutBlock.TabsSize
public TabsLayoutBlock.TabsSize(Size.Type type,
                                Dimension size,
                                Tab[] tabs)
getTabs
public Tab[] getTabs()
- Gets the tabs that are required for this size.
- Returns:
 - the tabs
 
 
 
getTabCount
public int getTabCount()
- Gets the number of tabs shown with this size.
- Returns:
 - the number of tabs
 
 
 
toString
public String toString()
- Overrides:
 toString in class Size