Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected Size[] |
MenuLineLayout.getSizes(LayoutBlock block,
Size.Type type)
Collects all the
Size s whose type is type . |
protected Size[] |
MenuLineLayout.getSizes(Size[] choices,
Size.Type type)
Makes a selection of those
Size s with type . |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Constructor and Description |
---|
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.
|