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
-
ReliefEnum()
- Creates an instance with the choice set to Util.RELIEF_FLAT.
-
ReliefEnum(int)
- Creates an instance with the choice set to the given int value.
-
ReliefEnum(String)
- Creates an instance with the choice set to the given string.
-
getHelper()
- Gets the helper class that stores the enum definition.
ReliefEnum
public ReliefEnum()
- Creates an instance with the choice set to Util.RELIEF_FLAT.
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
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"
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