Uses of Package
org.jupe.plugin

Packages that use org.jupe.plugin
org.jupe.editors.classdiagram.actions Contains actions used in the classdiagram editor using extension points as defined in the plugin.xml file. 
org.jupe.editors.classdiagram.model Provides all classes and interfaces for our internal model of class diagrams. 
org.jupe.editors.classdiagram.model.serializer Provides classes to serialize class diagrams into XML using the XStream and to deserialize them. 
org.jupe.plugin Provides classes and interfaces for general plugin purposes. 
org.jupe.synchronisation Provides classes and interfaces concerning the synchronisation between source code and UML2 model. 
org.jupe.synchronisation.sourcechanges.java Contains classes and interfaces to handle changes in Java source code and propagate them to the UML2 model. 
org.jupe.synchronisation.umlchanges.java   
org.jupe.uml2model Provides convenience classes and interfaces to work with the UML2 model. 
 

Classes in org.jupe.plugin used by org.jupe.editors.classdiagram.actions
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.editors.classdiagram.model
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.editors.classdiagram.model.serializer
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.plugin
JupeLog
          The Jupe logging class.
JupePlugin
          The main plugin class.
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.synchronisation
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.synchronisation.sourcechanges.java
Debug
          Used for debugging Builder and Deltavisitor.
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.synchronisation.umlchanges.java
JupeProject
          Represents a project that uses Jupe.
 

Classes in org.jupe.plugin used by org.jupe.uml2model
JupeProject
          Represents a project that uses Jupe.