Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
X
O
OBJECT_SEPARATOR
- Static variable in interface org.jupe.editors.classdiagram.graphics.
IGraphicsConstants
ObjectCommand
- Class in
org.jupe.editors.classdiagram.model.commands.directedit
ObjectCommand(ObjectElement, String, String)
- Constructor for class org.jupe.editors.classdiagram.model.commands.directedit.
ObjectCommand
ObjectEditPart
- Class in
org.jupe.editors.classdiagram.parts.nodes
Edit part for ObjectElements.
ObjectEditPart()
- Constructor for class org.jupe.editors.classdiagram.parts.nodes.
ObjectEditPart
ObjectEditPolicy
- Class in
org.jupe.editors.classdiagram.parts.policies
EditPolicy for a ObjectFigure.
ObjectEditPolicy()
- Constructor for class org.jupe.editors.classdiagram.parts.policies.
ObjectEditPolicy
ObjectElement
- Class in
org.jupe.editors.classdiagram.model.nodes
Element to represent an object (an instance of a class) in an class diagram.
ObjectElement()
- Constructor for class org.jupe.editors.classdiagram.model.nodes.
ObjectElement
ObjectElement(InstanceSpecification)
- Constructor for class org.jupe.editors.classdiagram.model.nodes.
ObjectElement
ObjectElementTest
- Class in
org.jupe.editors.classdiagram.model.nodes
ObjectElementTest()
- Constructor for class org.jupe.editors.classdiagram.model.nodes.
ObjectElementTest
ObjectFigure
- Class in
org.jupe.editors.classdiagram.graphics.nodes
Figure that represents a uml2-object.
ObjectFigure(String, String)
- Constructor for class org.jupe.editors.classdiagram.graphics.nodes.
ObjectFigure
Constructor of a new ObjectFigure
ObjectFigureTest
- Class in
org.jupe.editors.classdiagram.graphics.nodes
ObjectFigureTest()
- Constructor for class org.jupe.editors.classdiagram.graphics.nodes.
ObjectFigureTest
ObjectNameValidator
- Class in
org.jupe.editors.classdiagram.model.validators
A validator that checks if a string is a valid object type.
ObjectNameValidator()
- Constructor for class org.jupe.editors.classdiagram.model.validators.
ObjectNameValidator
ObjectNameValidatorTest
- Class in
org.jupe.editors.classdiagram.model.validators
ObjectNameValidatorTest()
- Constructor for class org.jupe.editors.classdiagram.model.validators.
ObjectNameValidatorTest
openDialogForAllResourcesInAProject(IProject)
- Method in class org.jupe.plugin.dialogs.resourcetree.
FileChooseDialog
Method opens file choose dialog on the specified project to show all the subfolders and resources in the specified project.
openDialogForProjectAndSubFoldersInAProject(IProject)
- Method in class org.jupe.plugin.dialogs.resourcetree.
FileChooseDialog
Method opens file choose dialog on the specified project to show all the subfolders in the specified project and the project itself.
openDialogForProjectsOnly(String)
- Method in class org.jupe.plugin.dialogs.resourcetree.
FileChooseDialog
Method opens file choose dialog on workspace to show all projects with given nature.
openDialogForResourcesInAProject(IProject, String[], boolean)
- Method in class org.jupe.plugin.dialogs.resourcetree.
FileChooseDialog
Method opens file choose dialog on workspace to show all projects with given nature.
openDialogForSubFoldersInAProject(IProject)
- Method in class org.jupe.plugin.dialogs.resourcetree.
FileChooseDialog
Method opens file choose dialog on the specified project to show the all subfolders in the specified project.
ORDERED_PROP
- Static variable in class org.jupe.editors.classdiagram.model.nodes.
AttributeElement
PropertyId for the ordered property.
org.jupe.editors.classdiagram.actions
- package 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.graphics.connections
- package org.jupe.editors.classdiagram.graphics.connections
Contains the figures for all connections (as opposite to nodes) used in the classdiagram editor.
org.jupe.editors.classdiagram.graphics.nodes
- package org.jupe.editors.classdiagram.graphics.nodes
Contains the figures for all nodes (as opposite to connections) used in the classdiagram editor.
org.jupe.editors.classdiagram.graphics.nodes.atomics
- package org.jupe.editors.classdiagram.graphics.nodes.atomics
Provides so called atomic figures for the node figures defined in
org.jupe.editors.classdiagram.graphics.nodes
.
org.jupe.editors.classdiagram.model
- package org.jupe.editors.classdiagram.model
Provides all classes and interfaces for our internal model of class diagrams.
org.jupe.editors.classdiagram.model.commands
- package org.jupe.editors.classdiagram.model.commands
Provides commands for the model.
org.jupe.editors.classdiagram.model.commands.directedit
- package org.jupe.editors.classdiagram.model.commands.directedit
Contains special commands to support
direct edit
, which is the change of a text (e.g. the name of a class) directly in a figure using a double-click.
org.jupe.editors.classdiagram.model.connections
- package org.jupe.editors.classdiagram.model.connections
Provides classes for the connection elements in the classdiagram model.
org.jupe.editors.classdiagram.model.nodes
- package org.jupe.editors.classdiagram.model.nodes
Provides classes for the node elements in the classdiagram model.
org.jupe.editors.classdiagram.model.nodes.contentassistent
- package org.jupe.editors.classdiagram.model.nodes.contentassistent
org.jupe.editors.classdiagram.model.serializer
- package org.jupe.editors.classdiagram.model.serializer
Provides classes to serialize class diagrams into XML using the XStream and to deserialize them.
org.jupe.editors.classdiagram.model.validators
- package org.jupe.editors.classdiagram.model.validators
Contains validator classes that derive from
org.eclipse.jface.viewers.ICellEditorValidator
.
org.jupe.editors.classdiagram.parts
- package org.jupe.editors.classdiagram.parts
Provides classes and interfaces for the editpart layer of the Jupe architecture.
org.jupe.editors.classdiagram.parts.connections
- package org.jupe.editors.classdiagram.parts.connections
Contains editpart classes for all connections (as opposite to nodes) in the classdiagram editor.
org.jupe.editors.classdiagram.parts.nodes
- package org.jupe.editors.classdiagram.parts.nodes
Contains editpart classes for all nodes (as opposite to connections) in the classdiagram editor.
org.jupe.editors.classdiagram.parts.policies
- package org.jupe.editors.classdiagram.parts.policies
Contains the classes of edit policies.
org.jupe.plugin
- package org.jupe.plugin
Provides classes and interfaces for general plugin purposes.
org.jupe.plugin.dialogs.resourcetree
- package org.jupe.plugin.dialogs.resourcetree
org.jupe.plugin.exceptions
- package org.jupe.plugin.exceptions
Contains classes for the exception handling of Jupe.
org.jupe.plugin.perspectives
- package org.jupe.plugin.perspectives
Contains perspectives added to Eclipse by Jupe.
org.jupe.plugin.preferences
- package org.jupe.plugin.preferences
Contains classes of pages in the Eclipse preferences added by Jupe.
org.jupe.plugin.properties
- package org.jupe.plugin.properties
Contains classes for pages of the project properties added by Jupe.
org.jupe.plugin.views
- package org.jupe.plugin.views
Contains classes of views that Jupe adds to Eclipse.
org.jupe.plugin.wizards.creates.classdiagram
- package org.jupe.plugin.wizards.creates.classdiagram
org.jupe.plugin.wizards.exports.graphic
- package org.jupe.plugin.wizards.exports.graphic
org.jupe.plugin.wizards.exports.xmi
- package org.jupe.plugin.wizards.exports.xmi
org.jupe.source.java
- package org.jupe.source.java
org.jupe.synchronisation
- package org.jupe.synchronisation
Provides classes and interfaces concerning the synchronisation between source code and UML2 model.
org.jupe.synchronisation.sourcechanges.java
- package 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
- package org.jupe.synchronisation.umlchanges.java
org.jupe.uml2model
- package org.jupe.uml2model
Provides convenience classes and interfaces to work with the UML2 model.
org.jupe.unittest
- package org.jupe.unittest
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
X