public class LoadChangePackagesHandler extends AbstractEMFStoreHandler
HistoryInfos .| Constructor and Description |
|---|
LoadChangePackagesHandler() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
getSelection(org.eclipse.core.commands.ExecutionEvent event,
Class<T> clazz)
Gets the selection from an
ExecutionEvent. |
void |
handle()
Executes the handler.
|
handleWithResultexecute, getShell, hasSelection, requireSelectionpublic static <T> List<T> getSelection(org.eclipse.core.commands.ExecutionEvent event, Class<T> clazz)
ExecutionEvent. Only elements which are instances of the given class will be
returned.T - the typeevent - the eventclazz - the typepublic void handle()
AbstractEMFStoreHandlerhandle in class AbstractEMFStoreHandlerCopyright © 2017. All rights reserved.