站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

Deprecated List (NetBeans Text API) - NetBeans API Javadoc 5.5.0

org.openide.text 6.9.22

Deprecated API


Contents
Deprecated Classes
org.openide.text.NbDocument.Colors
          Not useful for anything. 
 

Deprecated Fields
org.openide.text.NbDocument.COLORS
          Not useful for anything. 
 

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.PrintSettings.getPageFormat()
          Use PrintSettings.getPageFormat(PrinterJob) instead. 
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.9.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.