Class sunsoft.jws.visual.rt.type.ReliefEnum
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.type.ReliefEnum

java.lang.Object
   |
   +----sunsoft.jws.visual.rt.type.BaseEnum
           |
           +----sunsoft.jws.visual.rt.type.ReliefEnum

public class ReliefEnum
extends BaseEnum
A class that knows the different kinds of reliefs available for panels.
See Also:
Util, VJPanel

Constructor Index

 o ReliefEnum()
Creates an instance with the choice set to Util.RELIEF_FLAT.
 o ReliefEnum(int)
Creates an instance with the choice set to the given int value.
 o ReliefEnum(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 ReliefEnum
  public ReliefEnum()
Creates an instance with the choice set to Util.RELIEF_FLAT.
 o ReliefEnum
  public ReliefEnum(int choice)
Creates an instance with the choice set to the given int value.
Parameters:
choice - Util.RELIEF_FLAT, Util.RELIEF_RAISED, Util.RELIEF_SUNKEN, Util.RELIEF_RIDGE, Util.RELIEF_GROOVE, Util.WIN95_RAISED, Util.WIN95_SUNKEN, Util.WIN95_FIELD_BORDER, or Util.WIN95_WINDOW_BORDER
 o ReliefEnum
  public ReliefEnum(String choice)
Creates an instance with the choice set to the given string.
Parameters:
choice - "flat", "raised", "sunken", "ridge", "groove", "win95 raised", "win95 sunken", "win95 field border", or "win95 window border"

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