org.eclipse.corona.container.project.ui.explorer.actions
Class AbstractPCXActionDelegate
java.lang.Object
org.eclipse.corona.container.project.ui.explorer.actions.AbstractPCXActionDelegate
- Direct Known Subclasses:
- ClosePCXActionDelegate, ImportAllPCXActionDelegate, ImportPCXActionDelegate, OpenPCXActionDelegate, ShowEventListViewAction, ShowOverviewViewAction
public class AbstractPCXActionDelegate
- extends java.lang.Object
Abstract base class for actions invoked from
ProjectContainerExplorerView
on repositories. The invoked
actions require access to correct repository adapter. The adapter is acquired
from adapter factory service.
- Author:
- cwpl-pkaczmar
- See Also:
IRepositoryAdapterFactory
,
IRepositoryAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selection
protected org.eclipse.jface.viewers.IStructuredSelection selection
manager
protected PCXViewManager manager
logService
protected CoronaLogService logService
AbstractPCXActionDelegate
public AbstractPCXActionDelegate()
getUIRepositoryAdapter
protected IUIRepositoryAdapter getUIRepositoryAdapter(RepositoryDescriptor repository)