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

org.netbeans.api.java.queries (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0

 

Package org.netbeans.api.java.queries

Java-specific queries.

See:
          Description

Interface Summary
JavadocForBinaryQuery.Result Result of finding Javadoc, encapsulating the answer as well as the ability to listen to it.
SourceForBinaryQuery.Result Result of finding sources, encapsulating the answer as well as the ability to listen to it.
 

Class Summary
AccessibilityQuery Indicates whether a Java package should be considered publicly accessible.
JavadocForBinaryQuery A query to find Javadoc root for the given classpath root.
SourceForBinaryQuery The query is used for finding sources for binaries.
SourceLevelQuery Returns source level of the given Java source file if it is known.
UnitTestForSourceQuery Query to find Java package root of unit tests for Java package root of sources and vice versa.
 

Package org.netbeans.api.java.queries Description

Java-specific queries.

SourceForBinaryQuery lets you find the sources used to compile some Java classfiles you know about.


 

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