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 |
---|---|
ButtonLayout.Alignment |
ButtonLayout.getAlignment()
Returns the alignment of the button bar.
|
static ButtonLayout.Alignment |
ButtonLayout.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonLayout.Alignment[] |
ButtonLayout.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonLayout.setAlignment(ButtonLayout.Alignment alignment)
Sets the alignment of the button bar.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.