com.filenet.wcm.apps.server.ui.operation.webcontent
Class TextEditorConfigPrefs

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
      extended bycom.filenet.wcm.apps.server.ui.operation.webcontent.TextEditorConfigPrefs
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class TextEditorConfigPrefs
extends com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject

TextEditorConfigPrefs class - The class that contains the text editor configuration preferences

See Also:
Serialized Form

Constructor Summary
TextEditorConfigPrefs()
           
 
Method Summary
 boolean getDefault()
           
 java.lang.String getDescription()
          Returns the description for the Configuration
 java.lang.String getFileName()
          returns the filename for the configuration file
 boolean gethide()
          Returns the hide attrubute.
 java.lang.String getId()
          Returns the id for the configuration
 java.lang.String getLabel()
          Returns the localizable display label
 int getNumberOfLines()
          Returns the nubmer of lines for the editor
 java.lang.String getType()
          Returns the type of editor
protected  void initialize()
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
clear, clearAttributes, clone, convertToBoolean, convertToBoolean, convertToInt, convertToLong, convertToPrefsLabel, convertToPrefsLabelArray, equals, get, getAttribute, getBoolean, getElementKey, getInt, getLabel, getLabelArray, getList, getLocalizedString, getString, getStringArray, getVersion, load, load, load, load, loadLabel, loadPreferences, loadPreferences, loadPreferences, persist, put, put, put, put, put, put, put, put, registerKey, remove, removeAttribute, removeLocalizedString, saveToXML, setAttribute, setElementKey, setVersion, toByteArrayXML, toXML, writeEndSettingTag, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeStartSettingTag, writeStartSettingTag, writeXML, writeXML
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditorConfigPrefs

public TextEditorConfigPrefs()
Method Detail

initialize

protected void initialize()

getId

public java.lang.String getId()
Returns the id for the configuration


getDescription

public java.lang.String getDescription()
Returns the description for the Configuration


getLabel

public java.lang.String getLabel()
Returns the localizable display label


getType

public java.lang.String getType()
Returns the type of editor


getNumberOfLines

public int getNumberOfLines()
Returns the nubmer of lines for the editor


getFileName

public java.lang.String getFileName()
returns the filename for the configuration file


gethide

public boolean gethide()
Returns the hide attrubute.


getDefault

public boolean getDefault()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.