org.netbeans.modules.java.source 0.40.1 7

Deprecated API


Contents
Deprecated Classes
org.netbeans.api.java.source.UiUtils
           
org.netbeans.api.java.source.UiUtils.PrintPart
           
 

Deprecated Methods
org.netbeans.api.java.source.UiUtils.getDeclarationIcon(Element)
           
org.netbeans.api.java.source.CodeStyle.getDefault(Project)
          Please use CodeStyle.getDefault(javax.swing.text.Document) or CodeStyle.getDefault(org.openide.filesystems.FileObject) respectively. 
org.netbeans.api.java.source.UiUtils.getDistance(String, String)
           
org.netbeans.api.java.source.UiUtils.getElementIcon(ElementKind, Collection)
           
org.netbeans.api.java.source.SourceUtils.getEnclosingTypeElement(Element)
          use ElementUtilities.enclosingTypeElement(javax.lang.model.element.Element) 
org.netbeans.api.java.source.SourceUtils.getFile(Element, ClasspathInfo)
          use SourceUtils.getFile(ElementHandle, ClasspathInfo) 
org.netbeans.api.java.source.UiUtils.getHeader(Element, CompilationInfo, String)
           
org.netbeans.api.java.source.UiUtils.getHeader(TreePath, CompilationInfo, String)
           
org.netbeans.api.java.source.UiUtils.open(ClasspathInfo, Element)
           
org.netbeans.api.java.source.UiUtils.open(FileObject, ElementHandle)
           
org.netbeans.api.java.source.UiUtils.open(FileObject, int)
           
org.netbeans.api.java.source.SourceUtils.waitScanFinished()
          use JavaSource.runWhenScanFinished(org.netbeans.api.java.source.Task, boolean) 
 


org.netbeans.modules.java.source 0.40.1 7

Built on November 10 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.