org.openide.text 6.30.1

Deprecated API


Contents
Deprecated Classes
org.openide.text.IndentEngine
          Please use Editor Indentation API instead, for details see Editor Indentation. 
 

Deprecated Fields
org.openide.text.NbDocument.BREAKPOINT_STYLE_NAME
          since 6.29. Use Annotation instead. 
org.openide.text.NbDocument.CURRENT_STYLE_NAME
          since 6.29. Use Annotation instead. 
org.openide.text.NbDocument.ERROR_STYLE_NAME
          since 6.29. Use Annotation instead. 
org.openide.text.NbDocument.NORMAL_STYLE_NAME
          since 6.29. Use Annotation instead. 
org.openide.text.Line.SHOW_GOTO
          Deprecated since 6.21. Use Line.ShowOpenType.OPEN and Line.ShowVisibilityType.FOCUS instead. 
org.openide.text.Line.SHOW_REUSE
          Deprecated since 6.21. Use Line.ShowOpenType.REUSE and Line.ShowVisibilityType.FOCUS instead. 
org.openide.text.Line.SHOW_REUSE_NEW
          Deprecated since 6.21. Use Line.ShowOpenType.REUSE_NEW and Line.ShowVisibilityType.FOCUS instead. 
org.openide.text.Line.SHOW_SHOW
          Deprecated since 6.21. Use Line.ShowOpenType.OPEN and Line.ShowVisibilityType.NONE instead. 
org.openide.text.Line.SHOW_TOFRONT
          Deprecated since 6.21. Use Line.ShowOpenType.OPEN and Line.ShowVisibilityType.FRONT instead. 
org.openide.text.Line.SHOW_TRY_SHOW
          Deprecated since 6.21. Use Line.ShowOpenType.NONE and Line.ShowVisibilityType.NONE instead. 
 

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()
           
 


org.openide.text 6.30.1

Built on February 9 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.