Uses of Interface
org.eclipse.emf.transaction.ExceptionHandler

Packages that use ExceptionHandler
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.workspace.examples.extlibrary.domain   
 

Uses of ExceptionHandler in org.eclipse.emf.transaction
 

Methods in org.eclipse.emf.transaction that return ExceptionHandler
 ExceptionHandler TransactionalCommandStack.getExceptionHandler()
          Obtains my exception handler.
 

Methods in org.eclipse.emf.transaction with parameters of type ExceptionHandler
 void TransactionalCommandStack.setExceptionHandler(ExceptionHandler handler)
          Sets an exception handler.
 

Uses of ExceptionHandler in org.eclipse.emf.transaction.impl
 

Fields in org.eclipse.emf.transaction.impl declared as ExceptionHandler
protected  ExceptionHandler AbstractTransactionalCommandStack.exceptionHandler
           
 

Methods in org.eclipse.emf.transaction.impl that return ExceptionHandler
 ExceptionHandler AbstractTransactionalCommandStack.getExceptionHandler()
           
 

Methods in org.eclipse.emf.transaction.impl with parameters of type ExceptionHandler
 void AbstractTransactionalCommandStack.setExceptionHandler(ExceptionHandler handler)
           
 

Uses of ExceptionHandler in org.eclipse.emf.workspace.examples.extlibrary.domain
 

Classes in org.eclipse.emf.workspace.examples.extlibrary.domain that implement ExceptionHandler
 class CommandStackExceptionHandler
          An exception handler for the shared editing domain's command stack, that shows errors in a pop-up dialog.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.