org.openide.text 6.21.2

Deprecated API


Contents
Deprecated Fields
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.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.Line.markError()
          Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead. 
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.Line.setBreakpoint(boolean)
          Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead. 
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.Line.unmarkError()
          Deprecated since 1.20. Use Annotation.detach() instead. 
 


org.openide.text 6.21.2

Built on April 7 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.