Compoze Software, Inc.

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

Field Summary
static LcsFontStyle BOLD
           
static LcsFontStyle BOLD_ITALIC
           
static LcsFontStyle ITALIC
           
static int NUM_ELEMENTS
           
static int VALUE_BOLD
           
static int VALUE_BOLD_ITALIC
           
static int VALUE_ITALIC
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
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 com.compoze.collab.CollabEnum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement, updateDigest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.