站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

AllOptions (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor.options
Class AllOptions

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.options.SystemOption
          extended by org.openide.options.ContextSystemOption
              extended by org.netbeans.modules.editor.options.AllOptions
All Implemented Interfaces:
BeanContextProxy, Externalizable, Serializable, HelpCtx.Provider

Deprecated. the AllOptions class has been replaced by AllOptionsFolder

public class AllOptions
extends ContextSystemOption

Root node for all available editor options

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openide.options.ContextSystemOption
beanContext
 
Constructor Summary
AllOptions()
          Deprecated. the AllOptions has been replaced by AllOptionsFolder
 
Method Summary
 String displayName()
          Deprecated.  
 HashMap getEditorState()
          Deprecated.  
 HelpCtx getHelpCtx()
          Deprecated.  
 List getKeyBindingList()
          Deprecated.  
 int getOptionsVersion()
          Deprecated.  
 void init()
          Deprecated. Initialization of the options contains adding listener watching for adding/removing child options to AllOptions and org.openide.text.PrintSettings and adding standard (java, html, plain) child options.
 void readExternal(ObjectInput in)
          Deprecated.  
 void setEditorState(HashMap stateObject)
          Deprecated.  
 void setKeyBindingList(List list)
          Deprecated.  
 void setOptionsVersion(int optionsVersion)
          Deprecated.  
 
Methods inherited from class org.openide.options.ContextSystemOption
addOption, getBeanContextProxy, getOptions, initialize, removeOption, writeExternal
 
Methods inherited from class org.openide.options.SystemOption
clearSharedData, firePropertyChange, getName, isReadExternal, isWriteExternal, reset
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllOptions

public AllOptions()
Deprecated. the AllOptions has been replaced by AllOptionsFolder

Method Detail

init

public void init()
Deprecated. 
Initialization of the options contains adding listener watching for adding/removing child options to AllOptions and org.openide.text.PrintSettings and adding standard (java, html, plain) child options.


displayName

public String displayName()
Deprecated. 
Specified by:
displayName in class SystemOption

getHelpCtx

public HelpCtx getHelpCtx()
Deprecated. 
Specified by:
getHelpCtx in interface HelpCtx.Provider
Overrides:
getHelpCtx in class SystemOption

getKeyBindingList

public List getKeyBindingList()
Deprecated. 

setKeyBindingList

public void setKeyBindingList(List list)
Deprecated. 

getOptionsVersion

public int getOptionsVersion()
Deprecated. 

setOptionsVersion

public void setOptionsVersion(int optionsVersion)
Deprecated. 

getEditorState

public HashMap getEditorState()
Deprecated. 

setEditorState

public void setEditorState(HashMap stateObject)
Deprecated. 

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class ContextSystemOption
Throws:
IOException
ClassNotFoundException

org.netbeans.modules.editor/3 1.32.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.