Package classpathhelper.eclipse.ui

Package that defines the visual components for Classpath Helper.

See:
          Description

Interface Summary
IClassPathChangeListener Interface representing an object that is interested in changes to the classpath.
IClassPathModel Interface that defines an model object that can produce CGClassLoader objects representing a classpath.
IDecorable Interface that indentifies an element that can be decorated via LabelDecorator.
ISharedImages Shared images owned by this plugin.
 

Class Summary
AbstractClassPathModel Abstract base class providing a basic implementation of the listener registration/deregistration methods.
ClassPathModelExtension Object representing a handle to the extensions plugged into the classpathmodels extension point.
ClassPathModelMultiplexer IClassPathModel that manages all of the IClassPathModel plugins.
LabelDecorator LabelDecorator that adds hints as to problems with a class path element or class.
UIPlugin The Plugin Class for the UI portion of classpath helper.
UIPlugin.SharedImages  
 

Package classpathhelper.eclipse.ui Description

Package that defines the visual components for Classpath Helper. This includes defining the basic model object.