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

I

IChangeHandler - Interface in org.jupe.synchronisation.sourcechanges
General interface for the delta resource handlers.
IConnectionFigure - Interface in org.jupe.editors.classdiagram.graphics.connections
Interface to define connection figures (figures that represent connections between node figures).
IConstants - Interface in org.jupe.editors.classdiagram
 
IContainerElement - Interface in org.jupe.editors.classdiagram.model
Interface for model elements that can contain other elements (like classes, packages, attributes or methods).
ID - Static variable in class org.jupe.editors.classdiagram.ClassDiagramEditor
editor id
ID_JUPEUNDOREDOVIEW - Static variable in class org.jupe.plugin.perspectives.JupeStandardPerspective
 
ID_PACKAGEEXPLORER - Static variable in class org.jupe.plugin.perspectives.JupeStandardPerspective
 
IDiagramEditPart - Interface in org.jupe.editors.classdiagram.parts
Common interface for all edit parts used in class diagrams.
IEditorRunnable - Interface in org.jupe.editors.classdiagram
Interface to get a Runnable with a getEditor() method.
IGraphicsConstants - Interface in org.jupe.editors.classdiagram.graphics
Constants for the graphics, e.g. size of arrows etc.
ImageNames - Interface in org.jupe.plugin
Interface providing image descriptors (for buttons)
IMPLEMENTATION_STR - Static variable in interface org.jupe.editors.classdiagram.IConstants
 
init(IWorkbench) - Method in class org.jupe.plugin.preferences.JupePreferencesPage
init(IWorkbench, IStructuredSelection) - Method in class org.jupe.plugin.wizards.creates.classdiagram.NewClassDiagramWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.jupe.plugin.wizards.exports.graphic.ExportGraphicWizard
init(IWorkbench, IStructuredSelection) - Method in class org.jupe.plugin.wizards.exports.xmi.ExportXMIWizard
INITIAL_VALUE_PROP - Static variable in class org.jupe.editors.classdiagram.model.nodes.AttributeElement
PropertyId for initial or default value of an attribute.
initializeDefaultPreferences() - Method in class org.jupe.plugin.JupePreferencesInitializer
InitialValueValidator - Class in org.jupe.editors.classdiagram.model.validators
Validator for the 'initial value' property of attributes.
InitialValueValidator(AttributeElement) - Constructor for class org.jupe.editors.classdiagram.model.validators.InitialValueValidator
 
InitialValueValidatorTest - Class in org.jupe.editors.classdiagram.model.validators
 
InitialValueValidatorTest() - Constructor for class org.jupe.editors.classdiagram.model.validators.InitialValueValidatorTest
 
initUnittest() - Static method in class org.jupe.synchronisation.sourcechanges.java.DeltaVisitor
 
INNER_IF_DEFAULT - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNER_IF_PRIVATE - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNER_IF_PROTECTED - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNER_IF_PUBLIC - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNERCLASS_DEFAULT - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNERCLASS_PRIVATE - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNERCLASS_PROTECTED - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INNERCLASS_PUBLIC - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
INSTANCE_NAME_PROP - Static variable in class org.jupe.editors.classdiagram.model.nodes.ObjectElement
PropertyID for the name of the instance.
INTERFACE - Static variable in interface org.jupe.plugin.JupeImageDescriptors
 
InterfaceCommand - Class in org.jupe.editors.classdiagram.model.commands.directedit
 
InterfaceCommand(InterfaceElement, String) - Constructor for class org.jupe.editors.classdiagram.model.commands.directedit.InterfaceCommand
 
InterfaceEditPart - Class in org.jupe.editors.classdiagram.parts.nodes
Edit part for InterfaceElements.
InterfaceEditPart() - Constructor for class org.jupe.editors.classdiagram.parts.nodes.InterfaceEditPart
 
InterfaceEditPolicy - Class in org.jupe.editors.classdiagram.parts.policies
EditPolicy for an InterfaceFigure.
InterfaceEditPolicy() - Constructor for class org.jupe.editors.classdiagram.parts.policies.InterfaceEditPolicy
 
InterfaceElement - Class in org.jupe.editors.classdiagram.model.nodes
Element to represent an Interface in an ClassDiagramElement.
InterfaceElement(Interface) - Constructor for class org.jupe.editors.classdiagram.model.nodes.InterfaceElement
Construtor that creates an InterfaceElement with the given UML2 interface element.
InterfaceElement() - Constructor for class org.jupe.editors.classdiagram.model.nodes.InterfaceElement
Default construtor.
InterfaceElementTest - Class in org.jupe.editors.classdiagram.model.nodes
Test for InterfaceElement.
InterfaceElementTest() - Constructor for class org.jupe.editors.classdiagram.model.nodes.InterfaceElementTest
 
InterfaceFigure - Class in org.jupe.editors.classdiagram.graphics.nodes
Figure that represents either a uml2-interface.
InterfaceFigure(String) - Constructor for class org.jupe.editors.classdiagram.graphics.nodes.InterfaceFigure
Constructor of a new InterfaceFigure.
InterfaceHandler - Class in org.jupe.synchronisation.umlchanges.java
 
InterfaceHandler(JupeProject) - Constructor for class org.jupe.synchronisation.umlchanges.java.InterfaceHandler
 
InterfaceHandlerTest - Class in org.jupe.synchronisation.umlchanges.java
 
InterfaceHandlerTest() - Constructor for class org.jupe.synchronisation.umlchanges.java.InterfaceHandlerTest
 
InterfaceRealizationElement - Class in org.jupe.editors.classdiagram.model.connections
Model element for an interface realization.
InterfaceRealizationElement() - Constructor for class org.jupe.editors.classdiagram.model.connections.InterfaceRealizationElement
Default constructor.
InterfaceRealizationElement(ClassElement, InterfaceElement) - Constructor for class org.jupe.editors.classdiagram.model.connections.InterfaceRealizationElement
Creates a new generalization element.
isAutoSync() - Method in class org.jupe.plugin.JupeProject
Determines if auto synchronization is enabled.
isDebugMessageEnabled() - Static method in class org.jupe.plugin.preferences.JupePreferencesPage
Method returns true if debug message is enabled in preference page.
isDirty() - Method in class org.jupe.editors.classdiagram.ClassDiagramEditor
isInterfaceRealization() - Method in class org.jupe.editors.classdiagram.graphics.connections.HierarchicFigure
Returns if HierarchicFigure is an interface realization.
isJavaConventionEnabled() - Static method in class org.jupe.plugin.preferences.JupePreferencesPage
Method returns true if usage of java convention is enabled in preference page.
isJavaSourceBlocked() - Method in class org.jupe.synchronisation.SyncBlock
 
ISource - Interface in org.jupe.source
 
isPageComplete() - Method in class org.jupe.plugin.wizards.creates.classdiagram.NewClassDiagramWizardPage
 
isPageComplete() - Method in class org.jupe.plugin.wizards.exports.graphic.ExportGraphicWizardPage
 
isPageComplete() - Method in class org.jupe.plugin.wizards.exports.xmi.ChooseJupeExpDestWizardPage
isPageComplete() - Method in class org.jupe.plugin.wizards.exports.xmi.ChooseJupeFilesWizardPage
isPrintDebugMessages() - Method in class org.jupe.plugin.JupePlugin
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.ClassDiagram
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.connections.CommentConnectionElement
Method called to check if a property is set
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.connections.DependencyElement
Method called to check if a property is set
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.connections.GeneralizationElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.connections.InterfaceRealizationElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.connections.RelationElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.ModelElement
Children should override this.
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.AbstractClassInterfaceElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.AttributeElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.ClassElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.CommentElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.InterfaceElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.MethodElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.NodeModelElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.ObjectElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.PackageElement
 
isPropertySet(Object) - Method in class org.jupe.editors.classdiagram.model.nodes.SlotElement
 
isSaveAsAllowed() - Method in class org.jupe.editors.classdiagram.ClassDiagramEditor
 
isStringType(String) - Method in interface org.jupe.source.ISource
Checks if the given absolute name of a type corresponds to the a String in this language (e.g. java.lang.String in Java).
isStringType(String) - Method in class org.jupe.source.java.JavaSource
 
isUml2Blocked() - Method in class org.jupe.synchronisation.SyncBlock
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.AttributeMethodNameValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.ClassInterfaceNameValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.InitialValueValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.MultiplicityValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.ObjectNameValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.PackageNameValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.ParameterListValidator
 
isValid(Object) - Method in class org.jupe.editors.classdiagram.model.validators.TypeNameValidator
 
ITypeContentProposal - Interface in org.jupe.editors.classdiagram.model.nodes.contentassistent
Extension of IContentProposal interface to add method for setting contents.

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