|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.emf.msl.ResourceSetOperation
com.ibm.xtools.emf.msl.ResourceSetReadOperation
A ResourceSetOperation whose execution can read models.
API clients are expected to extend this class and provide their own
implementation of
ResourceSetOperation.execute
Example:
editingDomain.run( new ResourceSetReadOperation() { protected void execute(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { // Perform access to the editing domain's models ... } }, new NullProgressMonitor());
EditingDomain.run(ResourceSetOperation,
IProgressMonitor)
Constructor Summary | |
ResourceSetReadOperation()
|
Methods inherited from class com.ibm.xtools.emf.msl.ResourceSetOperation |
execute, getResult, run, setResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResourceSetReadOperation()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.