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

R

RADIAL_LAYOUT - Static variable in interface com.ibm.xtools.presentation.services.layout.ILayoutNodesProvider
Deprecated.  
READ_ONLY_PROPERTY - Static variable in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionModel
 
readPageSettings() - Method in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
Read the wizard page settings for the recently used models.
readPageSettings() - Method in class com.ibm.xtools.common.ui.wizards.NewModelFromTemplatePage
Read the wizard page settings for the default category and template.
recache(TransactionalEditingDomain, StructuredReferenceKey, StructuredReferenceKey) - Static method in class com.ibm.xtools.mmi.core.cache.MMIResourceCache
Recaches a cached element for a given oldKey with a newKey.
RECENTLY_USED_MODELS - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
 
recentlyOpenedModels - Variable in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
 
recentlyUsedModelsCombo - Variable in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
 
redone(IOperationEvent) - Method in class com.ibm.xtools.emf.msl.OperationListener
Deprecated. Notifies listener that an ResourceSetOperationwas redone Implements default do nothing behaviour.
reenableActivities() - Static method in class com.ibm.xtools.common.ui.reduction.util.EditingCapabilitiesUtil
Re-enable the editing capabilities in the workbench for the current active context.
refactor(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Implementors can perform the main refactoring task in this method.
refactor(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.index.AbstractIndexedRefactoringOperation
 
refactor(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.traverse.AbstractUpdateRunner
 
refactorReferences(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.index.AbstractIndexedRefactoringOperation
 
refactorReferences() - Method in class com.ibm.xtools.mmi.core.refactor.traverse.AbstractUpdateRunner
 
refactorTargetElements() - Method in class com.ibm.xtools.mmi.core.refactor.index.AbstractIndexedRefactoringOperation
 
refactorTargetElements() - Method in class com.ibm.xtools.mmi.core.refactor.traverse.AbstractUpdateRunner
 
REFC_PREFIX - Static variable in interface com.ibm.xtools.emf.index.provider.IIndexProvider
Constant prefix for the EObject's containment reference fields.
REFERENCE_PROJECT_DESCRIPTION - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelProjectWizard
 
REFERENCE_PROJECT_PAGE_NAME - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelProjectWizard
 
REFERENCE_PROJECT_PAGE_TITLE - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelProjectWizard
 
referencePage - Variable in class com.ibm.xtools.common.ui.wizards.NewModelProjectWizard
 
REFERENCING_MODELS - Static variable in class com.ibm.xtools.mmi.core.refactor.traverse.ModelTraversalEngine
 
REFNC_PREFIX - Static variable in interface com.ibm.xtools.emf.index.provider.IIndexProvider
Constant prefix for the EObject's non-containment reference fields.
refresh() - Method in class com.ibm.xtools.common.ui.reduction.properties.EditingCapabilitiesPropertiesSection
 
refresh() - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Refresh the tree viewer.
refresh(boolean) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Refresh the tree viewer.
refresh() - Method in interface com.ibm.xtools.presentation.services.decorator.IDecorator
Deprecated. Refreshes the decorations.
refreshUIReducedControls() - Method in interface com.ibm.xtools.common.ui.reduction.IUIReductionAwarePart
This is a callback method to notify the part that the UI reduced controls should be refreshed.
refreshUIReducedControls() - Method in class com.ibm.xtools.common.ui.reduction.UIReductionPartAdapter
Refreshes the UI reduced controls of the workbench part.
register(Viewpoint) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointManager
Registers a new user-defined viewpoint.
REGISTER - Static variable in class com.ibm.xtools.common.ui.reduction.viewpoints.ViewpointEvent
Specifies an event for registered a Viewpoint with the IViewpointManager.
registerViewpointElement(ViewpointElement) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointManager
Registers a new user-defined viewpoint element.
reject(EObject) - Method in class com.ibm.xtools.emf.validation.core.traversal.AbstractLoadedResourcesTraversalStrategy
Determines whether the specified eObject should be excluded from validation.
removalNotifications - Variable in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.BuildMarkerData
 
REMOVE - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that a value has been removed from a list-based feature of the notifier.
remove() - Method in class com.ibm.xtools.mmi.core.ref.StructuredReference.StructuredReferenceIterator
This operation is not supported.
REMOVE_MANY - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that a several values have been removed from a list-based feature of the notifier.
removeAffectedResource(IAdaptable) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Remove an affected resource IAdaptable from the list of affected resources.
removeCheckStateListener(ICheckStateListener) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Remove the given listener to the list of listeners
removeDecoration(IDecoration) - Method in interface com.ibm.xtools.presentation.services.decorator.IDecoratorTarget
Deprecated. Removes the decoration from the shape or connection it has been added to.
removeEditingCapabilities(EObject) - Static method in class com.ibm.xtools.common.ui.reduction.util.EditingCapabilitiesUtil
Removes the editing capabilities for the given EObject.
RemoveMarkersRequest - Class in com.ibm.xtools.emf.validation.core.presentation.markers
Class that holds the data to be used to remove a validation marker.
RemoveMarkersRequest(String) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Creates a marker removal descriptor indicating that all markers of the given constraint should be removed.
RemoveMarkersRequest(EObject) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Creates a marker removal descriptor indicating that all markers with the given target should be removed.
RemoveMarkersRequest(Collection) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Deprecated.  
RemoveMarkersRequest(String, EObject) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Creates a marker removal descriptor indicating that all markers with both the given constraint and target should be removed.
RemoveMarkersRequest(String, Collection) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Creates a marker removal descriptor indicating that all markers with both the given constraint and exact same targets as the ones provided should be removed.
RemoveMarkersRequest(EObject, Resource) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Creates a marker removal descriptor indicating that all markers with both the given target with the given resource should be removed.
RemoveMarkersRequest(Resource) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Creates a marker removal descriptor indicating that all markers with the given resource should be removed.
removeOperationListener(OperationListener) - Method in class com.ibm.xtools.emf.msl.EditingDomain
Deprecated. Removes the specified listener from this EditingDomain's listener list.
removeProject(boolean, IProject, IProgressMonitor) - Static method in class com.ibm.xtools.common.ui.wizards.AbstractNewModelPage
Remove the project we have created.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionModel
Removes a property change listener from this selection model.
removeResolution(IReminderMarkerResolution) - Method in class com.ibm.xtools.emf.reminders.ui.quickfix.AbstractRemindersMarkerResolutionGenerator
Removes a reminder marker resolution from the list of resolutions that are handled by this marker resolution generator.
removeSupportingStructuredReference(Object, StructuredReference, int) - Method in class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
 
removeSupportingStructuredReference(Object, StructuredReference, StructuredReference) - Method in class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
 
removeSupportingStructuredReference(StructuredReference, int) - Method in interface com.ibm.xtools.mmi.core.services.ref.IStructuredReferenceModifier
Removes the supporting StructuredReference at the specified index from the specified StructuredReference, throws java.lang.AssertionError if the providerId of the structRef is not managed by this modifier.
removeSupportingStructuredReference(StructuredReference, StructuredReference) - Method in interface com.ibm.xtools.mmi.core.services.ref.IStructuredReferenceModifier
Remove the specified supportingStructRef StructuredReference from the specified structRef StructuredReference, throws java.lang.AssertionError if the providerId of the structRef is not managed by this modifier.
removeURIChangeListener(IURIChangeListener) - Method in class com.ibm.xtools.emf.index.parser.AbstractURIParser
 
removeURIChangeListener(IURIChangeListener) - Method in interface com.ibm.xtools.emf.index.parser.IURIParser
This method removes a change listener
removeValidationPresenter(ValidationPresenter) - Method in interface com.ibm.xtools.emf.validation.core.IValidationManager
Removes the given presenter from receiving validation events.
removeViewpointListener(IViewpointListener) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointElement
Removes the viewpoint listener IViewpointListener
removeViewpointListener(IViewpointListener) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointManager
Removes an instance of IViewpointListener listening for changes.
removeViewpointListener(IViewpointListener) - Method in class com.ibm.xtools.common.ui.reduction.viewpoints.Viewpoint
Removes an instance of IViewpointListener listening for changes.
REMOVING_ADAPTER - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that an adapter is being removed from the notifier.
RES_URI - Static variable in interface com.ibm.xtools.emf.index.provider.IIndexProvider
Constant for the resource URI field
reset() - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
 
resolve(TransactionalEditingDomain, EObject) - Method in class com.ibm.xtools.emf.core.resource.RMPResourceFactory
 
RESOLVE - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that a feature of the notifier has been resolved from a proxy.
resolve(TransactionalEditingDomain, StructuredReference, EClass) - Method in interface com.ibm.xtools.mmi.core.services.map.IModelMappingProvider
Resolves vr to a proper EObject, based on information encoded in StructuredReference
resolve(TransactionalEditingDomain, StructuredReference, EClass) - Method in class com.ibm.xtools.mmi.core.services.map.ModelMappingService
 
RESOLVE_PROXIES - Static variable in class com.ibm.xtools.emf.index.search.IndexContext
Option that controls if proxies are to be resolved in the result set.
resolveEntity(String, String) - Method in class com.ibm.xtools.mmi.core.contenttype.MMIXMLHandler
 
resolveImageFormat(int) - Static method in class com.ibm.xtools.presentation.ui.image.ImageFileFormat
Deprecated. resolve the selected image format to an enumerated type.
resolveImageFormat(String) - Static method in class com.ibm.xtools.presentation.ui.image.ImageFileFormat
Deprecated. Resolve the selected image format to an enumerated type.
ResolveOperation - Class in com.ibm.xtools.mmi.core.services.map.operations
An operation to resolve or test resolving a given vr to EObject.
ResolveOperation(TransactionalEditingDomain, StructuredReference, EClass, boolean) - Constructor for class com.ibm.xtools.mmi.core.services.map.operations.ResolveOperation
Constructor
ResolveStructuredReferenceOperation - Class in com.ibm.xtools.mmi.core.services.ref.operations
Operation for resolving specific StructuredReference
ResolveStructuredReferenceOperation(Object, StructuredReference) - Constructor for class com.ibm.xtools.mmi.core.services.ref.operations.ResolveStructuredReferenceOperation
Constructor with referencedContext and StructuredReference
resolveToDomainElement(Object, StructuredReference) - Method in interface com.ibm.xtools.mmi.core.services.ref.IStructuredReferenceHandler
Resolves the specified StructuredReference to appropriate domain element
resolveToDomainElement(Object, StructuredReference) - Static method in class com.ibm.xtools.mmi.core.services.ref.StructuredReferenceService
Finds an appropriate IStructuredReferenceHandler for specified StructuredReference and returns the result of the call to IStructuredReferenceHandler.resolveToDomainElement(Object, StructuredReference)
RESOURCE - Static variable in class com.ibm.xtools.emf.validation.core.presentation.markers.RemoveMarkersRequest
Indicates that all markers on the given resource should be removed
RESOURCE_KIND - Static variable in interface com.ibm.xtools.emf.index.provider.IIndexEntry
Entry kind constant indicating associated with resource infromation
RESOURCE_LOAD - Static variable in class com.ibm.xtools.emf.validation.core.presentation.ValidationPresenter
Indicates that the presenter is interested in validation of newly loaded resources.
RESOURCE_UNLOAD - Static variable in class com.ibm.xtools.emf.validation.core.presentation.ValidationPresenter
Indicates that the presenter is interested in successes for unloaded resources.
resourceContainer - Variable in class com.ibm.xtools.common.ui.wizards.AbstractNewModelPage
 
ResourceEntry - Class in com.ibm.xtools.emf.index.provider
An implementation of IIndexEntry for capturing the resource level information.
ResourceEntry(IndexContext, URI) - Constructor for class com.ibm.xtools.emf.index.provider.ResourceEntry
Constructor
resourceEntry - Variable in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
Attribute for the resource entry
ResourceFileExtensionPropertyTester - Class in com.ibm.xtools.emf.validation.core.resources
Checks the file extension associated with a Resource.
ResourceFileExtensionPropertyTester() - Constructor for class com.ibm.xtools.emf.validation.core.resources.ResourceFileExtensionPropertyTester
Initializes me.
ResourceHandlerOptions - Class in com.ibm.xtools.emf.core
A collection of XMLResource.ResourceHandler options that can be used by ResourceHandlers to provide additional information to the backward compatibility framework.
ResourceSetModifyOperation - Class in com.ibm.xtools.emf.msl
Deprecated. Use ResourceSetModifyOperation, instead.
ResourceSetModifyOperation(String) - Constructor for class com.ibm.xtools.emf.msl.ResourceSetModifyOperation
Deprecated. Constructs a ResourceSetModifyOperation with a short description of what the operation does.
ResourceSetOperation - Class in com.ibm.xtools.emf.msl
Deprecated. Use ResourceSetOperation, instead.
ResourceSetOperation() - Constructor for class com.ibm.xtools.emf.msl.ResourceSetOperation
Deprecated.  
ResourceSetReadOperation - Class in com.ibm.xtools.emf.msl
Deprecated. Use ResourceSetReadOperation, instead.
ResourceSetReadOperation() - Constructor for class com.ibm.xtools.emf.msl.ResourceSetReadOperation
Deprecated.  
ResourceSuccessStatus - Class in com.ibm.xtools.emf.validation.core.presentation
Validation success status to wrap successes in an EMF resource.
ResourceSuccessStatus(Resource) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.ResourceSuccessStatus
 
restoreDefaults() - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Restore the activities back to their default state.
restoreIgnoredReminders() - Method in interface com.ibm.xtools.emf.reminders.core.IRemindersManager
Restores any previously ignored ruleId and target pairs.
retainAllEnabledEditingCapabilities(Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.EditingCapabilities
Retains all the given set of enabled editing capabilities.
REUSE_ALL_DIAGRAM_VIEWS - Static variable in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
A view reuse policy that reuses all views on the diagram whenever possible.
REUSE_AVAILABLE_DIAGRAM_VIEWS - Static variable in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
Deprecated. Use QueryDiagramRenderer.REUSE_CHOSEN_AND_QUERY_VIEWS to get identical functionality.
REUSE_CHOSEN_AND_QUERY_VIEWS - Static variable in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
A view reuse policy that reuses any views originally chosen by the user as well as any views created with the overlay in the past.
REUSE_QUERY_VIEWS - Static variable in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
A view reuse policy that reuses views on the diagram that were created by this overlay in the past.
reusedExistingConnectors - Variable in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
 
reusedExistingNodes - Variable in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
 
revert(URI, IRMPResource) - Method in interface com.ibm.xtools.emf.core.IURIHandler
Revert a URI in the newest format to an older format.
RMPResourceFactory - Class in com.ibm.xtools.emf.core.resource
This factory will create a new instance of an IRMPResource.
RMPResourceFactory() - Constructor for class com.ibm.xtools.emf.core.resource.RMPResourceFactory
 
ROOT_TAB_FOLDER_ID - Static variable in class com.ibm.xtools.emf.query.ui.diagram.DiagramEditorWithExplorePalette
 
RULE - Static variable in interface com.ibm.xtools.emf.validation.core.resources.IValidationMarker
The rule name corresponding to the reminder
run(IProgressMonitor) - Method in class com.ibm.xtools.emf.index.util.QueryJob
 
run(ResourceSetOperation, IProgressMonitor) - Method in class com.ibm.xtools.emf.msl.EditingDomain
Deprecated. Runs the operation to read and/or modify models.
run(IProgressMonitor) - Method in class com.ibm.xtools.emf.msl.ResourceSetOperation
Deprecated.  
run(IProgressMonitor) - Method in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.UpdateMarkersJob
 
run(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Runs the refactoring The run() method performs these tasks in the order below
run(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.SynchronizationJob
 
runInWorkspace(IProgressMonitor) - Method in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.UpdateMarkersJob
Runs the marker creation and deletion job.

Domain Modeling Layer
A B C D E F G H I J L M N O P Q R S T U V W X
© Copyright IBM Corp. 2009. All rights reserved.