Deprecated Methods |
org.openide.text.CloneableEditorSupport.addChangeListener(ChangeListener)
Deprecated since 3.40. Use CloneableEditorSupport.addPropertyChangeListener(java.beans.PropertyChangeListener) instead.
See also EditorCookie.Observable . |
org.openide.text.Line.canBeMarkedCurrent(int, Line)
Deprecated since 1.20, as Line.markCurrentLine() is deprecated by Annotation.attach(org.openide.text.Annotatable) . |
org.openide.text.Line.isBreakpoint()
Deprecated since 1.20. Use Annotation instead. |
org.openide.text.DocumentLine.isBreakpoint()
|
org.openide.text.NbDocument.markBreakpoint(StyledDocument, int)
since 1.20. Use addAnnotation() instead |
org.openide.text.NbDocument.markCurrent(StyledDocument, int)
since 1.20. Use addAnnotation() instead |
org.openide.text.Line.markCurrentLine()
Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead. |
org.openide.text.DocumentLine.markCurrentLine()
|
org.openide.text.Line.markError()
Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead. |
org.openide.text.DocumentLine.markError()
|
org.openide.text.NbDocument.markError(StyledDocument, int)
since 1.20. Use addAnnotation() instead |
org.openide.text.NbDocument.markNormal(StyledDocument, int)
since 1.20. Use addAnnotation() instead |
org.openide.text.IndentEngine.register(String, IndentEngine)
IndentEngine now is a ServiceType |
org.openide.text.CloneableEditorSupport.removeChangeListener(ChangeListener)
Deprecated since 3.40. Use CloneableEditorSupport.removePropertyChangeListener(java.beans.PropertyChangeListener) instead.
See also EditorCookie.Observable . |
org.openide.text.CloneableEditor.requestDefaultFocus()
|
org.openide.text.CloneableEditor.requestFocus()
|
org.openide.text.CloneableEditor.requestFocusInWindow()
|
org.openide.text.Line.setBreakpoint(boolean)
Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead. |
org.openide.text.DocumentLine.setBreakpoint(boolean)
|
org.openide.text.Line.show(int)
Deprecated since 6.21. Use Line.show(ShowOpenType, ShowVisibilityType) instead. |
org.openide.text.Line.show(int, int)
Deprecated since 6.21. Use Line.show(ShowOpenType, ShowVisibilityType, int) instead. |
org.openide.text.DocumentLine.show(int, int)
|
org.openide.text.Line.unmarkCurrentLine()
Deprecated since 1.20. Use Annotation.detach() instead. |
org.openide.text.DocumentLine.unmarkCurrentLine()
|
org.openide.text.Line.unmarkError()
Deprecated since 1.20. Use Annotation.detach() instead. |
org.openide.text.DocumentLine.unmarkError()
|