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

Deprecated List (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

Deprecated API


Contents
Deprecated Classes
org.netbeans.modules.editor.options.AllOptions
          the AllOptions class has been replaced by AllOptionsFolder 
org.netbeans.modules.editor.NbDialogSupport
          Without any replacement. 
org.netbeans.modules.editor.NbEditorUI.SystemActionUpdater
          use SystemActionPerformer instead 
org.netbeans.modules.editor.NbImplementationProvider
          Without any replacement. 
 

Deprecated Methods
org.netbeans.modules.editor.NbEditorUI.createSystemActionUpdater(String, boolean, boolean)
          - use NbEditorUI.attachSystemActionPerformer(String) instead 
org.netbeans.modules.editor.options.BaseOptions.getCaretItalicInsertMode()
          since adaptation to new view implementation the option is not supported 
org.netbeans.modules.editor.options.BaseOptions.getCaretItalicOverwriteMode()
          since adaptation to new view implementation the option is not supported 
org.netbeans.modules.editor.options.BaseOptions.getColoringMap()
          Use Editor Settings API instead. 
org.netbeans.modules.editor.options.BaseOptions.getFontSize()
          Use Editor Settings API instead. 
org.netbeans.modules.editor.NbEditorUtilities.getLine(BaseDocument, int, boolean)
          Replaced by more generic method having Document parameter. 
org.netbeans.modules.editor.options.BaseOptions.getOptions(Class)
          Use MimeLookup to find BaseOptions instances for a mime type. 
org.netbeans.modules.editor.options.AllOptionsFolder.loadMIMEOption(Class)
          See loadMimeOption(Class, boolean) for details. 
org.netbeans.modules.editor.options.AllOptionsFolder.loadMIMEOption(Class, boolean)
          There is no reason you should call this method. It should have never been made public. Use MimeLookup.getLookup(MimePath.parse(your-mime-type)).lookup(BaseOptions.class) for accessing BaseOptions for your mime type. 
org.netbeans.modules.editor.options.BaseOptions.setCaretItalicInsertMode(boolean)
          since adaptation to new view implementation the option is not supported 
org.netbeans.modules.editor.options.BaseOptions.setCaretItalicOverwriteMode(boolean)
          since adaptation to new view implementation the option is not supported 
org.netbeans.modules.editor.options.BaseOptions.setColoringMap(Map)
          Use Editor Settings Storage API instead. 
org.netbeans.modules.editor.options.BaseOptions.setColoringMap(Map, boolean)
          Use Editor Settings Storage API instead. 
org.netbeans.modules.editor.options.BaseOptions.setFontSize(int)
          Use Editor Settings Storage API instead. 
org.netbeans.modules.editor.options.BaseOptions.setTextLimitLineColor(Color)
          Use Editor Settings Storage API instead. 
org.netbeans.modules.editor.options.BaseOptions.setTextLimitLineColor(Color, boolean)
          Use Editor Settings Storage API instead. 
org.netbeans.modules.editor.FormatterIndentEngine.setValue(String, Object)
          use FormatterIndentEngine.setValue(java.lang.String, java.lang.Object, java.lang.String) instead with properly specified propertyName 
 

Deprecated Constructors
org.netbeans.modules.editor.options.AllOptions()
          the AllOptions has been replaced by AllOptionsFolder 
 


org.netbeans.modules.editor/3 1.32.0

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