Skip navigation links
A B C D E F G I M O P R S T U 

A

absorbFragment(Resource) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Absorbs the specified fragment.
absorbFragmentSilently(Resource, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Absorbs the specified fragment.
addRemoveAllListener(Runnable) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
 

B

batchAbsorbFragments(List<? extends Resource>, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Absorbs the specified fragments.
batchCreateFragments(List<URI>, List<? extends EModelElement>, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates fragment resources.

C

closeModel(Model) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.closeModelResource(Element) method, instead
closeModelFragment(EObject) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Closes the model fragment resource specified by the given root element.
closeModelResource(Element) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Closes the model specified by the given root element.
closeProfile(Profile) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Closes the profile specified by profile
com.ibm.xtools.modeler.ui - package com.ibm.xtools.modeler.ui
UML Modeler primary package.
com.ibm.xtools.modeler.ui.refactoring - package com.ibm.xtools.modeler.ui.refactoring
 
createFragment(URI, EModelElement) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates the fragment resource.
createFragmentSilently(URI, EModelElement, boolean) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates the fragment resource.
createModel(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.createModelResource(Class, String) method, instead, with the Model.class root metaclass argument
createModel(URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.createModelResource(Class, URI) method, instead, with the Model.class root metaclass argument
createModelResource(Class<E>, String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates a UML model resource (as distinguished from a profile resource) given a file path and a root element metaclass.
createModelResource(Class<E>, URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates a UML model resource (as distinguished from a profile resource) given a file path and a root element metaclass.
createProfile(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates a UML profile given a file path
createProfile(URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Creates a UML profile given a URI

D

define(Profile) - Static method in class com.ibm.xtools.modeler.ui.UMLProfileUtility
Defines the profile using the standard UML2 method, and applies custom extensions, like inserting version information.

E

evaluate(EObject, String, IProgressMonitor) - Method in interface com.ibm.xtools.modeler.ui.IOclQueryHelper
Evaluates the OCL expression specified by oclExpression using self as the context for the expression evaluation.
executeOclStatement(EObject, EClass, String, IProgressMonitor) - Method in interface com.ibm.xtools.modeler.ui.IOclQueryHelper
Deprecated.
Use the IOclQueryHelper.evaluate(EObject, String, IProgressMonitor) method, instead, because it preserves the ordering of collection-valued OCL expressions in case the expression is of an ordered collection (list) type
executeQuery(EObject, EObjectCondition, IProgressMonitor) - Method in interface com.ibm.xtools.modeler.ui.IQueryHelper
Executes a query using queryRoot as the root of the subtree where to perform the search.
executeQueryUsingOclFilter(EObject, EClass, String, IProgressMonitor) - Method in interface com.ibm.xtools.modeler.ui.IOclQueryHelper
Executes a query using queryRoot as the root of the subtree to be searched and an OCL filter specified by oclFilter.
exportAsEcore(String[], String, IConverterHandler) - Static method in class com.ibm.xtools.modeler.ui.UMLExportImportUtility
Exports specified files to the destination folder in Ecore format.
exportAsUML2(String[], String, boolean, boolean, IConverterHandler) - Static method in class com.ibm.xtools.modeler.ui.UMLExportImportUtility
Exports specified files to the destination folder in the Eclipse UML2 format.
exportAsUML2XMI(String[], String, boolean, boolean, IConverterHandler) - Static method in class com.ibm.xtools.modeler.ui.UMLExportImportUtility
Exports specified files to the destination folder in the Eclipse UML2 XMI format.

F

fixID(URI, Set<String>) - Method in interface com.ibm.xtools.modeler.ui.IRepairReferencesProvider
Given a set of broken IDs for a particular URI, this method should resolve the broken IDs into correct IDs by returning a map of broken IDs versus fixed IDs.
fixURI(URI) - Method in interface com.ibm.xtools.modeler.ui.IRepairReferencesProvider
Given a potential broken URI, return the correct URI.
forceMigrate(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Migrates specified logical model.

G

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
Deprecated.
Since 7.5, use the UMLModeler.getOpenModelRoots() method, instead.
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

I

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.

M

ModelerAbsorbFragmentRefactoringArguments - Class in com.ibm.xtools.modeler.ui.refactoring
Absorb Fragment Refactoring Arguments.
ModelerAbsorbFragmentRefactoringArguments(boolean) - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerAbsorbFragmentRefactoringArguments
Constructor.
ModelerAbsorbFragmentRefactoringParticipant - Class in com.ibm.xtools.modeler.ui.refactoring
Absorb Fragment Refactoring Participant.
ModelerAbsorbFragmentRefactoringParticipant() - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerAbsorbFragmentRefactoringParticipant
 
ModelerCreateFragmentRefactoringArguments - Class in com.ibm.xtools.modeler.ui.refactoring
Create Fragment Refactoring Arguments.
ModelerCreateFragmentRefactoringArguments(List<URI>, boolean) - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringArguments
Constructor.
ModelerCreateFragmentRefactoringParticipant - Class in com.ibm.xtools.modeler.ui.refactoring
Create Fragment Refactoring Participant.
ModelerCreateFragmentRefactoringParticipant() - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringParticipant
 
ModelerFragmentRefactoringArguments - Class in com.ibm.xtools.modeler.ui.refactoring
Modeler Fragment Refactoring Arguments
ModelerFragmentRefactoringArguments(boolean) - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerFragmentRefactoringArguments
Constructor.
ModelerFragmentRefactoringParticipant - Class in com.ibm.xtools.modeler.ui.refactoring
Modeler Fragment Refactoring Participant
ModelerFragmentRefactoringParticipant() - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerFragmentRefactoringParticipant
 
ModelerRefactoringArguments - Class in com.ibm.xtools.modeler.ui.refactoring
Modeler Refactoring Arguments
ModelerRefactoringArguments(boolean) - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
Constructor.
ModelerRefactoringParticipant - Class in com.ibm.xtools.modeler.ui.refactoring
Modeler Refactoring Participant
ModelerRefactoringParticipant() - Constructor for class com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringParticipant
 

O

openModel(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.openModelResource(String) method, instead.
openModel(URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.openModelResource(URI) method, instead.
openModelResource(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Opens the UML model resource whose filename is described by file.
openModelResource(URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Opens the UML model whose filename is described by uri.
openProfile(String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Opens the UML profile whose filename is described by file.
openProfile(URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Opens the UML profile whose URI is described by uri.

P

provides(URI) - Method in interface com.ibm.xtools.modeler.ui.IRepairReferencesProvider
Determines if the given URI can be handled by this provider.

R

removeRemoveAllListener(Runnable) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
 

S

saveModel(Model) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.saveModelResource(Element) method, instead.
saveModelAs(Model, String) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.saveModelResourceAs(Element, String) method, instead.
saveModelAs(Model, URI) - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
Deprecated.
Since 7.5, use the UMLModeler.saveModelResourceAs(Element, URI) method, instead.
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.

T

triggerRemoveAllListeners() - Static method in class com.ibm.xtools.modeler.ui.UMLModeler
 

U

UMLExportImportUtility - Class in com.ibm.xtools.modeler.ui
A utility class that exposes conversion to and from (export and import) supported formats (Ecore, UML2, UML2 XMI).
UMLModeler - Class in com.ibm.xtools.modeler.ui
A utility class that exposes model and profile lifecycle operations and provides access to the modeling platform.
UMLProfileUtility - Class in com.ibm.xtools.modeler.ui
Provides utility methods for UML profiles.
A B C D E F G I M O P R S T U 
Skip navigation links