TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.actions
Class AbstractListenerActionDelegate

java.lang.Object
  extended by org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate
      extended by org.eclipse.tptp.platform.common.ui.trace.internal.actions.AbstractListenerActionDelegate
          extended by org.eclipse.hyades.trace.ui.internal.actions.AbstractListenerActionDelegate
All Implemented Interfaces:
java.util.EventListener, org.eclipse.hyades.trace.ui.IProfileEventListener, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IPageListener, org.eclipse.ui.IPartListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
Direct Known Subclasses:
AttachActionDelegate, CollectObjRefActionDelegate, DetachActionDelegate, NewSnapshotActionDelegate, RunGCActionDelegate, StartTraceActionDelegate, StopTraceActionDelegate, TerminateProcessActionDelegate

public abstract class AbstractListenerActionDelegate
extends AbstractListenerActionDelegate


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.common.ui.trace.internal.actions.AbstractListenerActionDelegate
fWindow
 
Fields inherited from class org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate
fAction, fInitialized, fSelection, fViewPart
 
Constructor Summary
AbstractListenerActionDelegate()
           
 
Method Summary
protected  org.eclipse.ui.IWorkbenchPage getPage()
          Returns the page that this action works in.
 
Methods inherited from class org.eclipse.tptp.platform.common.ui.trace.internal.actions.AbstractListenerActionDelegate
dispose, doHandleProfileEvent, getWindow, handleProfileEvent, init, init, pageActivated, pageClosed, pageOpened, partActivated, partBroughtToTop, partClosed, partDeactivated, partOpened, setWindow
 
Methods inherited from class org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate
doAction, enableForMultiSelection, getAction, getEnableStateForSelection, getSelection, getView, initialize, isEnabledFor, isInitialized, run, selectionChanged, selectionChanged, setAction, setInitialized, setSelection, setView, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListenerActionDelegate

public AbstractListenerActionDelegate()
Method Detail

getPage

protected org.eclipse.ui.IWorkbenchPage getPage()
Returns the page that this action works in.

Overrides:
getPage in class AbstractListenerActionDelegate

TPTP 4.5.0 Platform Project
Internal API Specification