Uses of Class
bibliothek.gui.dock.station.stack.tab.layouting.Size

Packages that use Size
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.station.stack.tab.layouting Various interfaces and classes used by a TabPane to describe its content to a TabLayoutManager, which will set position and size of all the children of the TabPane
 

Uses of Size in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return Size
 Size[] EclipseTabInfo.getSizes()
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type Size
 void EclipseTabInfo.setLayout(Size size)
           
 

Uses of Size in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab that return Size
protected  Size[] MenuLineLayout.getSizes(LayoutBlock block, Size.Type type)
          Collects all the Sizes whose type is type.
protected  Size[] MenuLineLayout.getSizes(Size[] choices, Size.Type type)
          Makes a selection of those Sizes with type.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type Size
protected  Size[] MenuLineLayout.getSizes(Size[] choices, Size.Type type)
          Makes a selection of those Sizes with type.
 

Uses of Size in bibliothek.gui.dock.station.stack.tab.layouting
 

Subclasses of Size in bibliothek.gui.dock.station.stack.tab.layouting
 class LineTabsLayoutBlock.LineSize
          Size information about a line on a LineTabsLayoutBlock.
protected  class TabsLayoutBlock.TabsSize
          This Size contains an array of Tabs which are required to get this size.
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting that return Size
 Size[] ComponentLayoutBlock.getSizes()
           
 Size[] LayoutBlock.getSizes()
          Creates a map of all sizes for which this block knows how to make an optimal layout.
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting with parameters of type Size
 void ComponentLayoutBlock.setLayout(Size size)
           
 void LayoutBlock.setLayout(Size size)
          Sets the layout of this block, the exact meaning of size depends on this block.
 void TabsLayoutBlock.setLayout(Size size)