Package classpathhelper.eclipse.jdt.listener

Plugin designed to integrate with the JDT, reading the classpath from standard JDT Projects.

See:
          Description

Class Summary
EclipseProjectHelper  
JavaProjectClassPathListener Class that listens to the IJavaProject and notifies an instance of IClassPathChangeListener if anything occurs that would cause a change to the classpath.
ListenerPlugin The main plugin class to be used in the desktop.
NotOnClassPathListener  
 

Package classpathhelper.eclipse.jdt.listener Description

Plugin designed to integrate with the JDT, reading the classpath from standard JDT Projects.

The user has two choices in how they want to select Java Projects.

  1. Using Package Explorer (or Resource Navigator) views to select the project. This allows for quick changing between projects at the expense of frequent recalculations.
  2. Using the preferences panel to select a specific project. This prevents thrashing during inter project navigation.

Selecting between selection approaches is handled via the preferences panel.