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 |