UML Modeling Layer

com.ibm.xtools.uml.ui.elementselection
Interface IUMLElementSelectionProvider

All Superinterfaces:
IElementSelectionProvider, IProvider

public interface IUMLElementSelectionProvider
extends IElementSelectionProvider

Specialization of the base element selection provider interface, which can indicate whether the provider's jobs require read transactions on a transactional editing domain.


Method Summary
 boolean requiresReadTransaction()
          Queries whether my provider jobs require read transactions on a transactional editing domain.
 
Methods inherited from interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IElementSelectionProvider
getMatchingObjects, resolve, run
 
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider
addProviderChangeListener, provides, removeProviderChangeListener
 

Method Detail

requiresReadTransaction

boolean requiresReadTransaction()
Queries whether my provider jobs require read transactions on a transactional editing domain.

Returns:
true if I require read transaction; false, otherwise

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.