Package classpathhelper.eclipse.ui.packageview

Package that defines a tree view of the classpath where nodes in the tree correspond to packages on the classpath.

See:
          Description

Interface Summary
FilterPreferenceConstants Constants associated with filtering.
 

Class Summary
ClassElement Visual tree node representing a ClassDetail representing a class or interface.
ClassLoaderElement Visual element representing a class loader.
ClassPathElement Visual Tree node representing a location on the classpath.
ContentElement Visual tree node representing a ContentDetail representing a resource in the classpath.
PackageElement Element representing a Java package.
PackagesViewPart View that shows a packages break down of the classpath, that is a view that doesn't organize the tree by locations (such as jars or folders), but instead allows browsing of the classpath based on the packages withing the classpath.
 

Package classpathhelper.eclipse.ui.packageview Description

Package that defines a tree view of the classpath where nodes in the tree correspond to packages on the classpath.