Uses of Class
net.sf.jguiraffe.gui.builder.components.Orientation
-
Packages that use Orientation Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of Orientation in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return Orientation Modifier and Type Method Description static Orientation
Orientation. findOrientation(String value)
Tries to match the given string value with anOrientation
instance.static Orientation
Orientation. getOrientation(String value)
Transforms the given string value into an instance of this enumeration class.static Orientation
Orientation. getOrientation(String value, Orientation defaultOrientation)
Transforms the given string value into an instance of this enumeration class, using the defaultOrientation
if the string value is null.static Orientation
Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type Orientation Modifier and Type Method Description static Orientation
Orientation. getOrientation(String value, Orientation defaultOrientation)
Transforms the given string value into an instance of this enumeration class, using the defaultOrientation
if the string value is null. -
Uses of Orientation in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return Orientation Modifier and Type Method Description Orientation
SliderTag. getSliderOrientation()
Returns theOrientation
value of the slider.Orientation
SplitterTag. getSplitterOrientation()
Returns the final orientation of the splitter.
-