wt.preference
Class PreferenceCategory

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.preference.AbstractPreference
          extended by wt.preference.PreferenceCategory
All Implemented Interfaces:
Externalizable, Serializable, Comparable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public final class PreferenceCategory
extends AbstractPreference
implements Externalizable

Use the newPreferenceCategory static factory method(s), not the PreferenceCategory constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String UNASSIGNED_CATEGORY_NAME
          

Supported API: true
 
Method Summary
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNASSIGNED_CATEGORY_NAME

public static final String UNASSIGNED_CATEGORY_NAME


Supported API: true

See Also:
Constant Field Values