Uses of Class
net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
Packages that use ButtonLayout.Alignment 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. -
-
Uses of ButtonLayout.Alignment in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return ButtonLayout.Alignment Modifier and Type Method 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.Methods in net.sf.jguiraffe.gui.layout with parameters of type ButtonLayout.Alignment Modifier and Type Method Description void
ButtonLayout. setAlignment(ButtonLayout.Alignment alignment)
Sets the alignment of the button bar.
-