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.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.findOrientation(String value)
Tries to match the given string value with an
Orientation
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 default
Orientation 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.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.getOrientation(String value,
Orientation defaultOrientation)
Transforms the given string value into an instance of this enumeration
class, using the default
Orientation if the string value is
null. |
Modifier and Type | Method and Description |
---|---|
Orientation |
SliderTag.getSliderOrientation()
Returns the
Orientation value of the slider. |
Orientation |
SplitterTag.getSplitterOrientation()
Returns the final orientation of the splitter.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.