Class sunsoft.jws.visual.rt.type.OrientationEnum
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.type.OrientationEnum
java.lang.Object
|
+----sunsoft.jws.visual.rt.type.BaseEnum
|
+----sunsoft.jws.visual.rt.type.OrientationEnum
- public class OrientationEnum
- extends BaseEnum
A class that knows the orientation attributes of scrollbars, and in an
instantiation, can store the orientation attribute of a single scrollbar.
- See Also:
- Scrollbar
-
OrientationEnum()
- Creates an instance with the choice set to Scrollbar.VERTICAL.
-
OrientationEnum(int)
- Creates an instance with the choice set to the given int value.
-
OrientationEnum(String)
- Creates an instance with the choice set to the given string.
-
getHelper()
- Gets the helper class that stores the enum definition.
OrientationEnum
public OrientationEnum()
- Creates an instance with the choice set to Scrollbar.VERTICAL.
OrientationEnum
public OrientationEnum(int choice)
- Creates an instance with the choice set to the given int value.
- Parameters:
- choice - Scrollbar.VERTICAL or Scrollbar.HORIZONTAL
OrientationEnum
public OrientationEnum(String choice)
- Creates an instance with the choice set to the given string.
- Parameters:
- choice - "vertical" or "horizontal"
getHelper
protected BaseEnumHelper getHelper()
- Gets the helper class that stores the enum definition.
- Overrides:
- getHelper in class BaseEnum
All Packages Class Hierarchy This Package Previous Next Index