Package | Description |
---|---|
net.sf.jguiraffe.gui.layout |
This package contains the platform-independent base classes and helper classes
for the layout managers provided by the JGUIraffe library.
|
Modifier and Type | Method and Description |
---|---|
CellSize |
CellConstraints.getCellSize()
Returns the size of the cell.
|
static CellSize |
CellSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellSize[] |
CellSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CellConstraints.Builder |
CellConstraints.Builder.withCellSize(CellSize sz)
Sets the
size property of the CellConstraints
instance to be created. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.