org.eclipse.corona.container.project.ui.explorer.actions
Class AbstractPCXActionDelegate

java.lang.Object
  extended by 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

Field Summary
protected  CoronaLogService logService
           
protected  PCXViewManager manager
           
protected  org.eclipse.jface.viewers.IStructuredSelection selection
           
 
Constructor Summary
AbstractPCXActionDelegate()
           
 
Method Summary
protected  IUIRepositoryAdapter getUIRepositoryAdapter(RepositoryDescriptor repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selection

protected org.eclipse.jface.viewers.IStructuredSelection selection

manager

protected PCXViewManager manager

logService

protected CoronaLogService logService
Constructor Detail

AbstractPCXActionDelegate

public AbstractPCXActionDelegate()
Method Detail

getUIRepositoryAdapter

protected IUIRepositoryAdapter getUIRepositoryAdapter(RepositoryDescriptor repository)

Copyright 2006 IBM Corporation and others.
All Rights Reserved.