- getArguments() - Method in class com.ibm.xtools.modeler.ui.refactoring.ModelerAbsorbFragmentRefactoringParticipant
-
Returns the ModelerAbsorbFragmentRefactoringArguments that this
participant was initialized with.
- getArguments() - Method in class com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringParticipant
-
Returns the ModelerCreateFragmentRefactoringArguments that this
participant was initialized with.
- getCategory(Stereotype) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Queries a stereotype's localized category.
- getDeployedProfile(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Retrieves the deployed profile given its unique identifier from the
extension point.
- getDeployedProfiles() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Retrieves all deployed profiles from the extension point.
- getDestinationURIs() - Method in class com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringArguments
-
Returns a List of the URI objects coresponding to where the fragments
will be created.
- getEditingDomain() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns the UMLModeler's EditingDomain.
- getIcon(Stereotype) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Retrieves the binary data representing a stereotype's icon.
- getLogicalResource(EObject) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns the logical UML resource of the specified EObject.
- getLogicalResource(Resource) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns the logical UML resource of the specified resource.
- getOclQueryHelper() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns a helper to perform OCL queries
- getOpenedModels() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
- getOpenModelRoots() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns the root elements of all open UML model resources.
- getQueryHelper() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns a helper to perform queries
- getShapeImage(Stereotype) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Retrieves the binary data representing stereotype's shape image.
- getUMLDiagramHelper() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns a user helper to work with classes implementing
View
- getUMLHelper() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns a helper to work with classes implementing
Element
- getUMLUIHelper() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Returns a user interface helper to work with classes implementing
Element
- importFromEcore(String[], String, IContainer, boolean, IConverterHandler) - Static method in class com.ibm.xtools.modeler.ui.UMLExportImportUtility
-
Imports specified files (in Ecore format) to the container.
- importFromUML2(String[], String, IContainer, boolean, IConverterHandler) - Static method in class com.ibm.xtools.modeler.ui.UMLExportImportUtility
-
Imports specified files (in the Eclipse UML2 format) to the container.
- importFromUML2XMI(String[], String, IContainer, boolean, IConverterHandler) - Static method in class com.ibm.xtools.modeler.ui.UMLExportImportUtility
-
Imports specified files (in the Eclipse UML2 XMI format) to the
container.
- initialize(RefactoringArguments) - Method in class com.ibm.xtools.modeler.ui.refactoring.ModelerAbsorbFragmentRefactoringParticipant
-
- initialize(RefactoringArguments) - Method in class com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringParticipant
-
- InvalidOclExpressionException - Exception in com.ibm.xtools.modeler.ui
-
Exception indicating an attempt to evaluate an invalid OCL expression.
- InvalidOclExpressionException(Throwable) - Constructor for exception com.ibm.xtools.modeler.ui.InvalidOclExpressionException
-
Initializes me with a causing exception but no message.
- InvalidOclExpressionException(String, Throwable) - Constructor for exception com.ibm.xtools.modeler.ui.InvalidOclExpressionException
-
Initializes me with a message and a causing exception.
- IOclQueryHelper - Interface in com.ibm.xtools.modeler.ui
-
A convenience interface for the execution of OCL expressions and queries
on EMF models.
- IQueryHelper - Interface in com.ibm.xtools.modeler.ui
-
Utility classes to ease the generation of queries over EMF models
- IRepairReferencesProvider - Interface in com.ibm.xtools.modeler.ui
-
This provider allows clients top fix proxy references in a model, for example
URIs or IDs or both that point to elements in an imported library.
- isPropertiesUIReadOnly(Stereotype) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Queries whether the specified stereotype's properties are UI Read Only.
- isSuppressed(Stereotype) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Queries whether the specified stereotype is suppressed.
- isSuppressed(Property) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Queries whether the specified stereotype property is suppressed.
- isUIReadOnly(Stereotype) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Queries whether the specified stereotype is UI Read Only.
- isUIReadOnly(Property) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Queries whether the specified property is UI Read Only.
- isUpdateReferences() - Method in class com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
-
Constructor.
- saveModel(Model) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
- saveModelAs(Model, String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
- saveModelAs(Model, URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
- saveModelResource(Element) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the UML model resource specified by model
.
- saveModelResourceAs(Element, String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the model specified by a root model
element to the location
specified by file
.
- saveModelResourceAs(Element, URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the model specified by a root model
element to the location
specified by uri
.
- saveProfile(Profile) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the UML profile specified by profile
.
- saveProfileAs(Profile, String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the profile specified by profile
to the location
specified by file
.
- saveProfileAs(Profile, URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the profile specified by profile
to the location
specified by uri
.
- saveResource(Resource, int) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
-
Saves the resource specified by resource
.
- setCategory(Stereotype, String) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets the stereotype's category.
- setIcon(Stereotype, byte[]) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets the binary data representing stereotype's icon.
- setPropertiesUIReadOnly(Stereotype, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets the properties UI Read Only flag for the specified stereotype.
- setShapeImage(Stereotype, byte[]) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets the binary data representing stereotype's shape image.
- setSuppressed(Stereotype, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets whether the specified stereotype is suppressed.
- setSuppressed(Property, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets whether a stereotype property is suppressed.
- setUIReadOnly(Stereotype, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets the UI Read Only flag for the specified stereotype.
- setUIReadOnly(Property, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
-
Sets the UI Read Only flag for the specified property.