org.openide.text 6.18

Deprecated API


Contents
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.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.18

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