Package org.acm.seguin.ide.common

Classes common to all IDEs.

See:
          Description

Interface Summary
IDEInterface Description of the Interface
 

Class Summary
ClassDiagramReloader Object that is responsible for reloading the class diagrams
ClassListPanel Holds the list of classes
CodingStandardsViewer A GUI Component to display Duplicate code.
CPDDuplicateCodeViewer A GUI Component to display Duplicate code.
DefaultPackageListFilter This is the default filter that is currently being used by the system.
DividedSummaryPanel Creates an object that holds the divided summary panel
ExitOnCloseAdapter Simple adapter that exits the application when the frame is closed
IDEPlugin Description of the Class
KeyPanel Stores the key for the UML diagram
MultipleDirClassDiagramReloader Loads the class diagrams based on a single directory
Navigator Main GUI for JRefactory
NoSourceBrowser Base class for source browsing.
PackageListFilter The package list filter that determines if the package should be included in the PackageSelectorArea.
PackageNameLoader Loads the name of the package from the package.uml file
PackageSelectorArea Just the package selector area
PackageSelectorArea.ANode Description of the Class
PackageSelectorArea.ModuleNode  
PackageSelectorArea.NodeData  
PackageSelectorArea.PackageNode  
PackageSelectorArea.RootNode Description of the Class
PackageSelectorDialog The package selector dialog box
PackageSelectorPanel Creates a panel for the selection of packages to view.
PluginSourceBrowser Base class for source browsing.
SingleDirClassDiagramReloader Loads the class diagrams based on a single directory
SourceBrowser Base class for source browsing.
SourceBrowserAdapter Generic adapter for browsing source code
SummaryLoaderThread Loads all the class settings based on a particular directory
TextPrinter Description of the Class
UMLFrame The UML frame
UMLIcon Draws a UML icon for the project window
UndoAdapter General software component that can perform an undo operation
 

Package org.acm.seguin.ide.common Description

Classes common to all IDEs. In creating the refactory tool and plugging it into a number of different IDEs, it became clear that there were some objects that were not directly related to any specific refactoring functionality, but were useful as abstract classes or shared components. This package holds those classes.