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 OrientationOrientation. findOrientation(String value)Tries to match the given string value with anOrientationinstance.static OrientationOrientation. getOrientation(String value)Transforms the given string value into an instance of this enumeration class.static OrientationOrientation. getOrientation(String value, Orientation defaultOrientation)Transforms the given string value into an instance of this enumeration class, using the defaultOrientationif the string value is null.static OrientationOrientation. 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 OrientationOrientation. getOrientation(String value, Orientation defaultOrientation)Transforms the given string value into an instance of this enumeration class, using the defaultOrientationif 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 OrientationSliderTag. getSliderOrientation()Returns theOrientationvalue of the slider.OrientationSplitterTag. getSplitterOrientation()Returns the final orientation of the splitter.
-