List of usage examples for org.eclipse.jdt.internal.core OpenableElementInfo subclass-usage
From source file com.codenvy.ide.ext.java.server.internal.core.JavaProjectElementInfo.java
/**
* Info for IJavaProject.
* <p/>
* Note: <code>getChildren()</code> returns all of the <code>IPackageFragmentRoots</code>
* specified on the classpath for the project. This can include roots external to the
* project. See <code>JavaProject#getAllPackageFragmentRoots()</code> and
From source file org.eclipse.che.jdt.internal.core.JavaProjectElementInfo.java
/**
* Info for IJavaProject.
* <p/>
* Note: <code>getChildren()</code> returns all of the <code>IPackageFragmentRoots</code>
* specified on the classpath for the project. This can include roots external to the
* project. See <code>JavaProject#getAllPackageFragmentRoots()</code> and
From source file org.eclipse.jdt.internal.core.PackageFragmentRootInfo.java
/** * The element info for <code>PackageFragmentRoot</code>s. */ class PackageFragmentRootInfo extends OpenableElementInfo { /**