Package org.jupe.plugin

Provides classes and interfaces for general plugin purposes.

See:
          Description

Interface Summary
ImageNames Interface providing image descriptors (for buttons)
JupeImageDescriptors Class contains all image descriptors for jupe plugin.
JupeResources Contains global resources for Jupe plugin.
 

Class Summary
Debug Used for debugging Builder and Deltavisitor.
JupeBuilder Builder for the Jupe nature.
JupeLog The Jupe logging class.
JupeNature The Jupe nature specifies projects using the Jupe plugin.
JupePlugin The main plugin class.
JupePluginTest General unit test for the Jupe plugin.
JupePreferencesInitializer Initializes the preferences of the Jupe plugin to default values.
JupeProject Represents a project that uses Jupe.
Messages Class to access properties file.
 

Package org.jupe.plugin Description

Provides classes and interfaces for general plugin purposes. Beside the main plugin class JupePlugin, it contains all essential extensions to Eclipse, like the nature and builder, the Jupe perspective and added views, as well as wizards and property and preference pages.

This package should only contain classes that are not for a specific UML diagram type and/or programming language.