|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Java Hierarchy API | |
org.netbeans.api.java.comparators | |
org.openide.cookies | |
org.openide.explorer.propertysheet.editors | |
org.openide.src | The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements. |
org.openide.src.nodes | Source elements can be represented by default element nodes. |
Moving together the org.netbeans.api.java.comparators package from java module which is too tight with srcmodel and belongs into the same module, just for historical reasons it was introduced in java module. This will provide backward compatibility and allow us to deprecate and remove the src hierarchy and the comparators at the same time.
ClassElement.forName(String)
ClassElement.forName(String)
was deprecated as it assumed
that there is a global classpath in the IDE, which is not true as of
NetBeans 4.0. Use the Classpath API instead.
|
Read more about the implementation in the answers to architecture questions.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |