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

Packages that use Size.Type
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.Type in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type Size.Type
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.
 

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

Methods in bibliothek.gui.dock.station.stack.tab.layouting that return Size.Type
 Size.Type Size.getType()
          Gets the type of this size.
static Size.Type Size.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Size.Type[] Size.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in bibliothek.gui.dock.station.stack.tab.layouting with parameters of type Size.Type
AbstractTabsLayoutBlock.TabsSize(Size.Type type, Dimension size, Tab[] tabs, double score)
           
LineTabsLayoutBlock.LineSize(Size.Type type, Dimension size, Tab[] tabs, boolean allTabs, double score)
          Creates a new size
Size(Size.Type type, Dimension size, double score)
          Creates a new size
Size(Size.Type type, int width, int height, double score)
          Creates a new size.