Uses of Class
org.eclipse.emf.emfstore.internal.client.ui.exceptions.RequiredSelectionException

Packages that use RequiredSelectionException
org.eclipse.emf.emfstore.internal.client.ui.handlers   
org.eclipse.emf.emfstore.internal.client.ui.util   
 

Uses of RequiredSelectionException in org.eclipse.emf.emfstore.internal.client.ui.handlers
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.handlers that throw RequiredSelectionException
<U> U
AbstractEMFStoreHandlerWithResult.requireSelection(Class<U> clazz)
          Returns an object of the given clazz if it can be extracted from the current selection.
 

Uses of RequiredSelectionException in org.eclipse.emf.emfstore.internal.client.ui.util
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.util that throw RequiredSelectionException
static
<T> T
EMFStoreHandlerUtil.requireSelection(org.eclipse.core.commands.ExecutionEvent event, Class<T> clazz)
          Returns an object of the given clazz if it can be extracted from the current selection.
 



Copyright © 2015. All Rights Reserved.