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

Constructor Index

 o OrientationEnum()
Creates an instance with the choice set to Scrollbar.VERTICAL.
 o OrientationEnum(int)
Creates an instance with the choice set to the given int value.
 o OrientationEnum(String)
Creates an instance with the choice set to the given string.

Method Index

 o getHelper()
Gets the helper class that stores the enum definition.

Constructors

 o OrientationEnum
  public OrientationEnum()
Creates an instance with the choice set to Scrollbar.VERTICAL.
 o OrientationEnum
  public OrientationEnum(int choice)
Creates an instance with the choice set to the given int value.
Parameters:
choice - Scrollbar.VERTICAL or Scrollbar.HORIZONTAL
 o OrientationEnum
  public OrientationEnum(String choice)
Creates an instance with the choice set to the given string.
Parameters:
choice - "vertical" or "horizontal"

Methods

 o 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