A B C D E F G H I J L M N O P Q R S T U V X

P

PACKAGE - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
PACKAGE_MIN_HEIGHT - Static variable in interface org.jupe.editors.classdiagram.graphics.IGraphicsConstants
Minimal height of PackageFigure.
PACKAGE_MIN_WIDTH - Static variable in interface org.jupe.editors.classdiagram.graphics.IGraphicsConstants
Minimal width of package figure.
PACKAGE_PADDING - Static variable in interface org.jupe.editors.classdiagram.graphics.IGraphicsConstants
Padding between border and content in package.
PackageCommand - Class in org.jupe.editors.classdiagram.model.commands.directedit
 
PackageCommand(PackageElement, String) - Constructor for class org.jupe.editors.classdiagram.model.commands.directedit.PackageCommand
 
PackageEditPart - Class in org.jupe.editors.classdiagram.parts.nodes
Edit part for PackageElements.
PackageEditPart() - Constructor for class org.jupe.editors.classdiagram.parts.nodes.PackageEditPart
 
PackageEditPartTest - Class in org.jupe.editors.classdiagram.parts
 
PackageEditPartTest() - Constructor for class org.jupe.editors.classdiagram.parts.PackageEditPartTest
 
PackageEditPolicy - Class in org.jupe.editors.classdiagram.parts.policies
EditPolicy for a PackageFigure.
PackageEditPolicy() - Constructor for class org.jupe.editors.classdiagram.parts.policies.PackageEditPolicy
 
PackageElement - Class in org.jupe.editors.classdiagram.model.nodes
Class that'll be used to represent a Package in a Class diagram.
PackageElement() - Constructor for class org.jupe.editors.classdiagram.model.nodes.PackageElement
This constructor should only be used, when at creation time of the package its parent element isn't clear.
PackageElement(Package) - Constructor for class org.jupe.editors.classdiagram.model.nodes.PackageElement
Constructor with creates a PackageElement with the given UML2 element.
PackageElementTest - Class in org.jupe.editors.classdiagram.model.nodes
Test for PackageElement.
PackageElementTest() - Constructor for class org.jupe.editors.classdiagram.model.nodes.PackageElementTest
 
PackageFigure - Class in org.jupe.editors.classdiagram.graphics.nodes
Figure that represents an uml2-package.
PackageFigure(String) - Constructor for class org.jupe.editors.classdiagram.graphics.nodes.PackageFigure
Constructor for a new PackageFigure.
PackageHandler - Class in org.jupe.synchronisation.umlchanges.java
 
PackageHandler(JupeProject) - Constructor for class org.jupe.synchronisation.umlchanges.java.PackageHandler
 
PackageHandlerTest - Class in org.jupe.synchronisation.umlchanges.java
 
PackageHandlerTest() - Constructor for class org.jupe.synchronisation.umlchanges.java.PackageHandlerTest
 
PackageNameValidator - Class in org.jupe.editors.classdiagram.model.validators
A validator that checks if a String is a valid caption of a package (ie class name).
PackageNameValidator() - Constructor for class org.jupe.editors.classdiagram.model.validators.PackageNameValidator
 
PackageNameValidatorTest - Class in org.jupe.editors.classdiagram.model.validators
 
PackageNameValidatorTest() - Constructor for class org.jupe.editors.classdiagram.model.validators.PackageNameValidatorTest
 
paint(IFigure, Graphics, Insets) - Method in class org.jupe.editors.classdiagram.graphics.nodes.atomics.ProblemBorder
 
paint(IFigure, Graphics, Insets) - Method in class org.jupe.editors.classdiagram.graphics.nodes.atomics.SeparatorBorder
Paint or Repaint the SeperatorBorder.
paint(IFigure, Graphics, Insets) - Method in class org.jupe.editors.classdiagram.graphics.nodes.atomics.UnderlineBorder
 
ParameterListValidator - Class in org.jupe.editors.classdiagram.model.validators
A validator that checks, that a given parameter list looks like: "int number, String name".
ParameterListValidator() - Constructor for class org.jupe.editors.classdiagram.model.validators.ParameterListValidator
 
ParameterListValidatorTest - Class in org.jupe.editors.classdiagram.model.validators
Test for ParameterListValidator.
ParameterListValidatorTest() - Constructor for class org.jupe.editors.classdiagram.model.validators.ParameterListValidatorTest
 
PARAMETERS_PROP - Static variable in class org.jupe.editors.classdiagram.model.nodes.MethodElement
PropertyId for the parameters of a method. * Parameters have to be passed as comma-separated list of "name : type".
PartFactory - Class in org.jupe.editors.classdiagram.parts
Factory that maps model elements to edit parts.
PartFactory() - Constructor for class org.jupe.editors.classdiagram.parts.PartFactory
 
performFinish() - Method in class org.jupe.plugin.wizards.creates.classdiagram.NewClassDiagramWizard
 
performFinish() - Method in class org.jupe.plugin.wizards.exports.graphic.ExportGraphicWizard
performFinish() - Method in class org.jupe.plugin.wizards.exports.xmi.ExportXMIWizard
performOk() - Method in class org.jupe.plugin.preferences.JupePreferencesPage
performOk() - Method in class org.jupe.plugin.properties.JupePropertyPage
 
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.AttributeEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.ClassEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.CommentEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.InterfaceEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.MethodEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.ObjectEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.PackageEditPart
Determines what to do if EditPart receives a request.
performRequest(Request) - Method in class org.jupe.editors.classdiagram.parts.nodes.SlotEditPart
Determines what to do if EditPart receives a request.
PREFERENCE_DEBUG_MSG - Static variable in interface org.jupe.plugin.JupeResources
Preference key: debug messages on/off
PREFERENCE_JAVA_CONVENTION - Static variable in interface org.jupe.plugin.JupeResources
Preference key: Java convention on/off
PRIMITIVE_TYPES_PACKAGE - Static variable in class org.jupe.uml2model.UML2ModelRoot
The name of the package where the primitives types are stored.
println(Object) - Method in class org.jupe.plugin.JupePlugin
Add a log message.
PRIVATE_STR - Static variable in interface org.jupe.editors.classdiagram.IConstants
 
ProblemBorder - Class in org.jupe.editors.classdiagram.graphics.nodes.atomics
Border that consists of a red line.
ProblemBorder(Figure) - Constructor for class org.jupe.editors.classdiagram.graphics.nodes.atomics.ProblemBorder
 
PROBLEMLINE_BORDER_BOTTON_PADDING - Static variable in interface org.jupe.editors.classdiagram.graphics.IGraphicsConstants
 
ProjectContentProvider - Class in org.jupe.plugin.dialogs.resourcetree
Content provider to select project with a specific nature only.
ProjectContentProvider(String[]) - Constructor for class org.jupe.plugin.dialogs.resourcetree.ProjectContentProvider
Constructor
PROPERTY_PAGE_QUALIFIER - Static variable in interface org.jupe.plugin.JupeResources
Property Page Qualifier
PROPERTY_PAGE_UML_CONTAINER - Static variable in interface org.jupe.plugin.JupeResources
Property Page Key: uml container; path contains the project relative path of the uml model.
PROPERTY_PAGE_UML_MODEL - Static variable in interface org.jupe.plugin.JupeResources
Preference key: uml model filename; contains uml model filename only
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.ClassDiagramEditPart
Handle property change events in the class diagram.
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.connections.ConnectionEditPart
Handles property change events on the connection.
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.nodes.ClassInterfaceEditPart
Handle property change events in a class or interface edit part.
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.nodes.FlowElementEditPart
 
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.nodes.NodeEditPart
 
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.nodes.ObjectEditPart
Handle property change events.
propertyChange(PropertyChangeEvent) - Method in class org.jupe.editors.classdiagram.parts.nodes.PackageEditPart
 
PROTECTED_STR - Static variable in interface org.jupe.editors.classdiagram.IConstants
 
PUBLIC_STR - Static variable in interface org.jupe.editors.classdiagram.IConstants
 

A B C D E F G H I J L M N O P Q R S T U V X