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

A

AbortParsingException - Exception in com.ibm.xtools.emf.index.provider
This exception is intended to be thrown during parsing of the resource to create index entries.
AbortParsingException() - Constructor for exception com.ibm.xtools.emf.index.provider.AbortParsingException
Initializes me without any details.
AbortParsingException(String) - Constructor for exception com.ibm.xtools.emf.index.provider.AbortParsingException
Initializes me with a useful message.
AbortParsingException(Throwable) - Constructor for exception com.ibm.xtools.emf.index.provider.AbortParsingException
Initializes me with a cause.
AbstractAddToNewDiagramAction - Class in com.ibm.xtools.mmi.ui.actions
An abstract implementation to add currently selected domain element to a new diagram of a particular kind.
AbstractAddToNewDiagramAction() - Constructor for class com.ibm.xtools.mmi.ui.actions.AbstractAddToNewDiagramAction
 
AbstractBasicModelWizard - Class in com.ibm.xtools.common.ui.wizards
An abstract class to generalize behavior of wizards creating new models.
AbstractBasicModelWizard() - Constructor for class com.ibm.xtools.common.ui.wizards.AbstractBasicModelWizard
Create instance of the wizard
AbstractCachingStructuredReferenceProvider - Class in com.ibm.xtools.mmi.core.services.ref
An abstract implementation of IStructuredReferenceProvider, which supports caching of StructuredReference per Referenced Context.
AbstractCachingStructuredReferenceProvider() - Constructor for class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
Constructor
AbstractCachingStructuredReferenceProvider(boolean) - Constructor for class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
Constructor
AbstractDiagramQueryPresenter - Class in com.ibm.xtools.emf.query.ui.diagram
An abstract implementation of a diagram query presenter.
AbstractDiagramQueryPresenter() - Constructor for class com.ibm.xtools.emf.query.ui.diagram.AbstractDiagramQueryPresenter
Constructor
AbstractEditingCapabilitiesProvider - Class in com.ibm.xtools.common.ui.reduction
Implements of the IEditingCapabilitiesProvider interface.
AbstractEditingCapabilitiesProvider() - Constructor for class com.ibm.xtools.common.ui.reduction.AbstractEditingCapabilitiesProvider
 
AbstractElementBasedOperation - Class in com.ibm.xtools.mmi.core.services.ref.operations
Abstract base class for operations based on a Domain Element.
AbstractElementBasedOperation(Object) - Constructor for class com.ibm.xtools.mmi.core.services.ref.operations.AbstractElementBasedOperation
Constructor with domain element
AbstractElementFilterProvider - Class in com.ibm.xtools.common.ui.reduction.filters
Implements of the IElementFilterProvider interface.
AbstractElementFilterProvider() - Constructor for class com.ibm.xtools.common.ui.reduction.filters.AbstractElementFilterProvider
 
AbstractExistingModelHandler - Class in com.ibm.xtools.common.ui.wizards.handlers
Abstract implementation of the IExistingModelHandler interface.
AbstractExistingModelHandler() - Constructor for class com.ibm.xtools.common.ui.wizards.handlers.AbstractExistingModelHandler
 
AbstractIndexedRefactoringOperation - Class in com.ibm.xtools.mmi.core.refactor.index
Abstract class for MMI refactoring operations that use an index based search method to locate referencs to the element being searched.
AbstractIndexedRefactoringOperation(TransactionalEditingDomain) - Constructor for class com.ibm.xtools.mmi.core.refactor.index.AbstractIndexedRefactoringOperation
 
AbstractIndexedRefactoringOperation() - Constructor for class com.ibm.xtools.mmi.core.refactor.index.AbstractIndexedRefactoringOperation
 
AbstractIndexEntry - Class in com.ibm.xtools.emf.index.provider
An abstract implementation of IIndexEntry.
AbstractIndexEntry(IndexContext, int) - Constructor for class com.ibm.xtools.emf.index.provider.AbstractIndexEntry
Constructor
AbstractIndexProvider - Class in com.ibm.xtools.emf.index.provider
An abstract implementation of IIndexProvider.
AbstractIndexProvider() - Constructor for class com.ibm.xtools.emf.index.provider.AbstractIndexProvider
Constructor
AbstractIndexProviderFactory - Class in com.ibm.xtools.emf.index.provider
A default implementation of IIndexProviderFactory.
AbstractIndexProviderFactory() - Constructor for class com.ibm.xtools.emf.index.provider.AbstractIndexProviderFactory
Constructor
AbstractLoadedResourcesTraversalStrategy - Class in com.ibm.xtools.emf.validation.core.traversal
A specialized batch-validation model traversal strategy that only checks elements from loaded resources.
AbstractLoadedResourcesTraversalStrategy() - Constructor for class com.ibm.xtools.emf.validation.core.traversal.AbstractLoadedResourcesTraversalStrategy
 
AbstractModelMappingProvider - Class in com.ibm.xtools.mmi.core.services.map
An abstract implementation of IModelMappingProvider with support for updated resolve and canResolve methods.
AbstractModelMappingProvider() - Constructor for class com.ibm.xtools.mmi.core.services.map.AbstractModelMappingProvider
 
AbstractNewModelPage - Class in com.ibm.xtools.common.ui.wizards
An abstract generalization of the new model wizard model creation pages.
AbstractNewModelPage(String, IStructuredSelection) - Constructor for class com.ibm.xtools.common.ui.wizards.AbstractNewModelPage
Creates a new file creation wizard page.
AbstractPresentationContext - Class in com.ibm.xtools.emf.query.core
 
AbstractPresentationContext() - Constructor for class com.ibm.xtools.emf.query.core.AbstractPresentationContext
 
AbstractRefactoringOperation - Class in com.ibm.xtools.mmi.core.refactor
Abstract class for all MMI refactoring operations.
AbstractRefactoringOperation(TransactionalEditingDomain) - Constructor for class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Constructor.
AbstractRemindersMarkerResolutionGenerator - Class in com.ibm.xtools.emf.reminders.ui.quickfix
Abstract implementation of the IMarkerResolutionGenerator that is designed to aid in writing marker resolutions for reminders.
AbstractRemindersMarkerResolutionGenerator() - Constructor for class com.ibm.xtools.emf.reminders.ui.quickfix.AbstractRemindersMarkerResolutionGenerator
 
AbstractRemindersMarkerResolutionGenerator(Collection) - Constructor for class com.ibm.xtools.emf.reminders.ui.quickfix.AbstractRemindersMarkerResolutionGenerator
Creates a new marker resolution generator and initializes the list of marker resolutions to the collection provided in the constructor.
AbstractSourceSynchronizationProvider - Class in com.ibm.xtools.mmi.core.services.sync
Abstact implementation of ISourceSynchronizationProvider that supports compound deltas and takes into account uneditable elements
AbstractSourceSynchronizationProvider() - Constructor for class com.ibm.xtools.mmi.core.services.sync.AbstractSourceSynchronizationProvider
Constructor
AbstractStructuredReferenceService - Class in com.ibm.xtools.mmi.core.ref
Base class for StructuredReferenceService.
AbstractStructuredReferenceService(boolean, boolean) - Constructor for class com.ibm.xtools.mmi.core.ref.AbstractStructuredReferenceService
Constructor
AbstractStructuredRefProviderBasedOperation - Class in com.ibm.xtools.mmi.core.services.ref.operations
Abstract base class for operations based on a provider id.
AbstractStructuredRefProviderBasedOperation(String) - Constructor for class com.ibm.xtools.mmi.core.services.ref.operations.AbstractStructuredRefProviderBasedOperation
Constructor with the id of the provider
AbstractTargetUpdate - Class in com.ibm.xtools.mmi.core.refactor.traverse
Describes an update to a Mapped Target Model
AbstractTargetUpdate() - Constructor for class com.ibm.xtools.mmi.core.refactor.traverse.AbstractTargetUpdate
 
AbstractTemplateConfigurationPage - Class in com.ibm.xtools.common.ui.wizards.pagegroups
Abstract implementation of ITemplateConfigurationPage.
AbstractTemplateConfigurationPage(ITemplateConfigurationPageGroup, String) - Constructor for class com.ibm.xtools.common.ui.wizards.pagegroups.AbstractTemplateConfigurationPage
Creates a new template configuration page with the given name, and with no title or image.
AbstractTemplateConfigurationPage(ITemplateConfigurationPageGroup, String, String, ImageDescriptor) - Constructor for class com.ibm.xtools.common.ui.wizards.pagegroups.AbstractTemplateConfigurationPage
Creates a new template configuration page with the given name, title, and image.
AbstractTemplateConfigurationPageGroup - Class in com.ibm.xtools.common.ui.wizards.pagegroups
Abstract implementation of ITemplateConfigurationPageGroup.
AbstractTemplateConfigurationPageGroup() - Constructor for class com.ibm.xtools.common.ui.wizards.pagegroups.AbstractTemplateConfigurationPageGroup
 
AbstractTemplateModelHandler - Class in com.ibm.xtools.common.ui.wizards.handlers
Abstract implementation of the ITemplateModelHandler interface.
AbstractTemplateModelHandler() - Constructor for class com.ibm.xtools.common.ui.wizards.handlers.AbstractTemplateModelHandler
 
AbstractUpdateRunner - Class in com.ibm.xtools.mmi.core.refactor.traverse
Abstract class for MMI refactoring operations that use a traversal based search method to locate referencs to the element being searched.
AbstractUpdateRunner(TransactionalEditingDomain) - Constructor for class com.ibm.xtools.mmi.core.refactor.traverse.AbstractUpdateRunner
 
AbstractUpdateRunner() - Constructor for class com.ibm.xtools.mmi.core.refactor.traverse.AbstractUpdateRunner
 
AbstractURIParser - Class in com.ibm.xtools.emf.index.parser
A default implementation of IURIParser.
AbstractURIParser() - Constructor for class com.ibm.xtools.emf.index.parser.AbstractURIParser
 
AbstractValidationMarkerPresenter - Class in com.ibm.xtools.emf.validation.core.presentation.markers
Abstract class that allows clients to rapidly build their own validation marker presenter.
AbstractValidationMarkerPresenter(int) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter
Initializes the validation marker presenter with the current workspace and workspace root.
AbstractValidationMarkerPresenter.BuildMarkerData - Class in com.ibm.xtools.emf.validation.core.presentation.markers
Helper class for building a list of CreateMarkersRequests used to create markers and IMarkers used to delete markers from the given success, failure and removal statuses.
AbstractValidationMarkerPresenter.BuildMarkerData(Collection, Collection, Collection) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.BuildMarkerData
 
AbstractValidationMarkerPresenter.UpdateMarkersJob - Class in com.ibm.xtools.emf.validation.core.presentation.markers
Eclipse workspace job which creates markers based on the given collection of marker update data.
AbstractValidationMarkerPresenter.UpdateMarkersJob(Collection<?>, String) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.UpdateMarkersJob
Intializes the job with the given markers to update on the given resource.
AbstractValidationMarkerPresenter.UpdateMarkersJob(ISchedulingRule, Collection<?>, String) - Constructor for class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.UpdateMarkersJob
Intializes the job with the given markers to update on the given resource.
activate(ITargetSynchronizer, StructuredReference) - Method in interface com.ibm.xtools.mmi.core.ITarget
Activates the mapped object with a ITargetSynchronizer and StructuredReference.
activate(ITargetSynchronizer, StructuredReference) - Method in class com.ibm.xtools.mmi.core.TargetImpl
 
activate() - Method in interface com.ibm.xtools.presentation.services.decorator.IDecorator
Deprecated. Activates this decorator.
activatePresenter(ValidationPresenter) - Method in interface com.ibm.xtools.emf.validation.core.IValidationManager
Activates a given presenter so that it will now receive validation events.
activeToolChanged(PaletteViewer, ToolEntry) - Method in class com.ibm.xtools.emf.query.ui.diagram.ExploreDiagramPopupBarEditPolicy
 
ACTIVITIES_TREE_MINIMUM_WIDTH - Static variable in class com.ibm.xtools.common.ui.reduction.properties.EditingCapabilitiesPropertiesSection
Minimum width for activities tree control.
ACTIVITIES_TREE_MINIMUM_WIDTH - Static variable in class com.ibm.xtools.common.ui.wizards.pagegroups.ActivitiesConfigurationPage
Minimum width for activities tree control
ActivitiesCheckboxTreeWrapper - Class in com.ibm.xtools.common.ui.reduction.viewers
Wraps a CheckboxTreeViewer to provide an activities specific checkbox tree control.
ActivitiesCheckboxTreeWrapper(CheckboxTreeViewer) - Constructor for class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Initializes the check box tree viewer with activities data
ActivitiesConfigurationPage - Class in com.ibm.xtools.common.ui.wizards.pagegroups
A wizard page for selecting the activities of a new model
ActivitiesConfigurationPage(ITemplateConfigurationPageGroup) - Constructor for class com.ibm.xtools.common.ui.wizards.pagegroups.ActivitiesConfigurationPage
 
ActivitiesTemplateConfigurationPageGroup - Class in com.ibm.xtools.common.ui.wizards.pagegroups
The activities template configuration page group.
ActivitiesTemplateConfigurationPageGroup() - Constructor for class com.ibm.xtools.common.ui.wizards.pagegroups.ActivitiesTemplateConfigurationPageGroup
 
adapt(TransactionalEditingDomain, Object, EClass) - Method in interface com.ibm.xtools.mmi.core.services.map.IModelMappingProvider
Adapts object to an EObject of a given metatype targetKind.
adapt(TransactionalEditingDomain, Object, EClass) - Method in class com.ibm.xtools.mmi.core.services.map.ModelMappingService
 
ADAPTED_ECLASS - Static variable in class com.ibm.xtools.mmi.core.util.Compatibility6_0Utils
The "vcore.target" property for the EClass.
AdaptOperation - Class in com.ibm.xtools.mmi.core.services.map.operations
An operation to adapt or test adapting of a given domainElement to targetKind.
AdaptOperation(TransactionalEditingDomain, Object, EClass, boolean) - Constructor for class com.ibm.xtools.mmi.core.services.map.operations.AdaptOperation
Constructor
ADD - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that a value has been inserted into a list-based feature of the notifier.
ADD_MANY - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that a several values have been added into a list-based feature of the notifier.
addAffectedResource(IAdaptable) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Adds an affected resource IAdaptable to the list of affected resources.
addAffectedResource(Resource) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Wraps a Resource in an IAdaptable object that can adapt to both IFile and IResource and adds it to the list of affected resources.
addAllEnabledEditingCapabilities(Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.EditingCapabilities
Adds the given set of enabled editing capabilities.
addAllRequiredEditingCapabilities(Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.EditingCapabilities
Adds the given set of required editing capabilities.
addCheckStateListener(ICheckStateListener) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Add the given listener to the list of listeners
addConnectionDecoration(Image, int, boolean) - Method in interface com.ibm.xtools.presentation.services.decorator.IDecoratorTarget
Deprecated. Adds an image as a decoration on a connection.
addContentCreator(String, IContentCreator) - Method in class com.ibm.xtools.common.ui.wizards.config.TemplateConfiguration
Adds a content creator to be executed upon creation of the new model.
addContributor(IValidationManagerContributor) - Method in interface com.ibm.xtools.emf.validation.core.IValidationManager
Adds a notification updater to the list of notification updaters used by the validation manager when processing notifications.
addDelta(ModelChangeDelta) - Method in class com.ibm.xtools.mmi.core.delta.CompoundModelChangeDelta
Adds a ModelChangeDelta to the list of deltas.
addEAttributeValue(EAttribute, Object) - Method in class com.ibm.xtools.emf.index.provider.EObjectEntry
This method adds the specified value for the specified attribute feature
addEReferenceValue(EReference, URI) - Method in class com.ibm.xtools.emf.index.provider.EObjectEntry
This method adds the specified uri value for the specified reference feature
addFields(Composite) - Method in class com.ibm.xtools.common.ui.preferences.ModelingPreferencePage
 
addFile(IFile) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Wraps a IFile as an IAdaptable that adapts to IFile and IResource and adds the adaptable to the list of affected resources.
addImport(URI) - Method in class com.ibm.xtools.emf.index.provider.ResourceEntry
This method adds the specified resource uri to the imports list
addIndexEntriesToIndex(Collection, IProgressMonitor) - Method in interface com.ibm.xtools.emf.index.provider.IIndexWriter
Adds the spcified collection of index entries to the index store
addIndexEntryToIndex(IIndexEntry, IProgressMonitor) - Method in interface com.ibm.xtools.emf.index.provider.IIndexWriter
Adds the spcified index entry to the index store
additionalMarkerHandling(IMarker, IConstraintDescriptor, EObject, Collection) - Method in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter
Contributes additional handling to be run after a marker has been created.
addLoadedResource(Resource) - Method in class com.ibm.xtools.mmi.core.refactor.traverse.ModelTraversalEngine.AbstractVisitor
 
addLoadedResource(Resource) - Method in interface com.ibm.xtools.mmi.core.refactor.traverse.ModelTraversalEngine.Visitor
Add the specified resource to the list of resources that was loaded during the traverasl process.
addOperationListener(OperationListener) - Method in class com.ibm.xtools.emf.msl.EditingDomain
Deprecated. Adds the specified listener to this EditingDomain's listener list.
addPages() - Method in class com.ibm.xtools.common.ui.wizards.NewModelProjectWizard
 
addPages() - Method in class com.ibm.xtools.common.ui.wizards.NewModelWizard
 
addParticipantID(String) - Method in class com.ibm.xtools.mmi.core.delta.ModelChangeDelta
Adds a participant identifier string to this ModelChangeDelta.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionModel
Adds a new property change listener for this selection model.
addResolution(IReminderMarkerResolution) - Method in class com.ibm.xtools.emf.reminders.ui.quickfix.AbstractRemindersMarkerResolutionGenerator
Adds a reminder marker resolution to the list of resolutions that are handled by this marker resolution generator.
addResource(Resource) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Wraps a Resource as an IAdaptable that adapts to IFile and IResource and adds the adaptable to the list of affected resources.
addShapeDecoration(Image, IDecoratorTarget.Direction, int, boolean) - Method in interface com.ibm.xtools.presentation.services.decorator.IDecoratorTarget
Deprecated. Adds an image as a decoration on a shape.
addSupportingStructuredReference(Object, StructuredReference, StructuredReference) - Method in class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
 
addSupportingStructuredReference(StructuredReference, StructuredReference) - Method in interface com.ibm.xtools.mmi.core.services.ref.IStructuredReferenceModifier
Adds the supportingStructRef StructuredReference to the structRef StructuredReference, throws java.lang.AssertionError if the providerId of the structRef is not managed by this modifier.
AddToCurrentDiagramAction - Class in com.ibm.xtools.mmi.ui.actions
This class implements the Action to add the selected source element to the active open diagram.
AddToCurrentDiagramAction() - Constructor for class com.ibm.xtools.mmi.ui.actions.AddToCurrentDiagramAction
 
addTreeViewerHint(String, Object) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Adds the hint to the TreeViewer.
addURIChangeListener(IURIChangeListener) - Method in class com.ibm.xtools.emf.index.parser.AbstractURIParser
 
addURIChangeListener(IURIChangeListener) - Method in interface com.ibm.xtools.emf.index.parser.IURIParser
This method adds a change listener
addValidationPresenter(ValidationPresenter) - Method in interface com.ibm.xtools.emf.validation.core.IValidationManager
Adds the given presenter the manager.
addViewpointListener(IViewpointListener) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointElement
Adds viewpoint listener IViewpointListener
addViewpointListener(IViewpointListener) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointManager
Adds an instance of IViewpointListener to listen for changes.
addViewpointListener(IViewpointListener) - Method in class com.ibm.xtools.common.ui.reduction.viewpoints.Viewpoint
Adds an instance of IViewpointListener to listen for changes.
affectsVizElements(Notification) - Static method in class com.ibm.xtools.mmi.core.delta.ModelChangeDelta
Test method to determine whether or not a particular Notification represents a change to the model.
ALL_MODELS - Static variable in class com.ibm.xtools.mmi.core.refactor.traverse.ModelTraversalEngine
 
allowUseOfTemplate(ITemplate) - Method in class com.ibm.xtools.common.ui.wizards.NewModelFromTemplatePage
Return whether the use of the given template is allowed.
appendExtensionToFileName(String, String) - Method in class com.ibm.xtools.common.ui.wizards.handlers.FileTemplateModelHandler
Appends the given file extension to the given file name.
arrange(String, boolean, TopicQuery) - Method in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
Arrange all new views created in this session.
arrange(String, TopicQuery) - Method in class com.ibm.xtools.emf.query.ui.diagram.QueryDiagramRenderer
Arrange all new views created in this session.
assign(int, Object) - Method in class com.ibm.xtools.mmi.core.MMIEAdapterList
 
ATT_LC_PREFIX - Static variable in interface com.ibm.xtools.emf.index.provider.IIndexProvider
Constant for using as the field for capturing lower case values of attribute features that are of string type
ATT_PREFIX - Static variable in interface com.ibm.xtools.emf.index.provider.IIndexProvider
Constant prefix for the EObject's attribute fields.
AutoTriggeredSynchronizationManager - Class in com.ibm.xtools.mmi.core.refactor
Batch Synchronization Manager that schedules a synchronization Job to be run after a trigger delay.

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.