|
Deprecated Methods |
org.netbeans.api.java.source.UiUtils.getDeclarationIcon(Element)
Use api.java.source.ui.ElementIcons
of the org.netbeans.modules.java.sourceui module |
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)
Use api.java.source.ui.ElementHeaders
of the org.netbeans.modules.java.sourceui module |
org.netbeans.api.java.source.UiUtils.getElementIcon(ElementKind, Collection)
Use api.java.source.ui.ElementIcons
of the org.netbeans.modules.java.sourceui module |
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)
Use api.java.source.ui.ElementHeaders
of the org.netbeans.modules.java.sourceui module |
org.netbeans.api.java.source.UiUtils.getHeader(TreePath, CompilationInfo, String)
Use api.java.source.ui.ElementHeaders
of the org.netbeans.modules.java.sourceui module |
org.netbeans.api.java.source.CompilationInfo.getJavaSource()
Works only when the CompilationInfo was created by JavaSource using
the compatibility bridge, when the CompilationInfo was created by the parsing api
it returns null. Use CompilationInfo.getSnapshot() instead. |
org.netbeans.api.java.source.CompilationInfo.getPositionConverter()
as of 0.42, this is superseded by Parsing API. |
org.netbeans.api.java.source.UiUtils.open(ClasspathInfo, Element)
Use api.java.source.ui.ElementOpen
of the org.netbeans.modules.java.sourceui module |
org.netbeans.api.java.source.UiUtils.open(FileObject, ElementHandle extends Element>)
Use api.java.source.ui.ElementOpen
of the org.netbeans.modules.java.sourceui module |
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) |