Class and Description |
---|
org.netbeans.modules.editor.NbDialogSupport
Without any replacement.
|
org.netbeans.modules.editor.NbEditorKit.NbStopMacroRecordingAction
Without any replacement. This class is no longer functional.
|
org.netbeans.modules.editor.NbEditorKit.NbToggleLineNumbersAction
this action is no longer used. It is reimplemented in editor.actions module.
|
org.netbeans.modules.editor.NbEditorKit.ToggleToolbarAction
this action is no longer used. It is reimplemented in editor.actions module.
|
org.netbeans.modules.editor.NbEditorUI.SystemActionUpdater
use SystemActionPerformer instead
|
org.netbeans.modules.editor.NbImplementationProvider
Without any replacement.
|
Method and Description |
---|
org.netbeans.modules.editor.NbEditorUI.createSystemActionUpdater(String, boolean, boolean)
- use
NbEditorUI.attachSystemActionPerformer(String) instead |
org.netbeans.modules.editor.NbEditorUtilities.getLine(BaseDocument, int, boolean)
Replaced by more generic method having
Document parameter. |
Constructor and Description |
---|
org.netbeans.modules.editor.NbEditorDocument(Class)
Use of editor kit's implementation classes is deprecated
in favor of mime types.
|