com.compoze.collab.lcs
Class LcsFontStyleEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.lcs.LcsFontStyleEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class LcsFontStyleEnum
- extends CollabEnum
- implements java.io.Serializable
The enumeration class that contains LcsFontStyle
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
LcsFontStyleEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
LcsFontStyleEnum(int iNumElements)
|
Method Summary |
static CollabEnum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_BOLD
public static final int VALUE_BOLD
VALUE_ITALIC
public static final int VALUE_ITALIC
VALUE_BOLD_ITALIC
public static final int VALUE_BOLD_ITALIC
NUM_ELEMENTS
public static final int NUM_ELEMENTS
BOLD
public static final LcsFontStyle BOLD
ITALIC
public static final LcsFontStyle ITALIC
BOLD_ITALIC
public static final LcsFontStyle BOLD_ITALIC
LcsFontStyleEnum
protected LcsFontStyleEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
LcsFontStyleEnum
protected LcsFontStyleEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.