TPTP 4.2.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.hyades.trace.ui.internal.actions.AbstractProfileActionDelegate
      extended byorg.eclipse.hyades.trace.ui.internal.actions.AbstractListenerActionDelegate
          extended byorg.eclipse.hyades.trace.ui.internal.actions.AttachActionDelegate
              extended byorg.eclipse.hyades.trace.ui.internal.actions.AttachAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IPageListener, org.eclipse.ui.IPartListener, org.eclipse.hyades.trace.ui.IProfileEventListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class AttachAction
extends AttachActionDelegate
implements org.eclipse.ui.IObjectActionDelegate


Constructor Summary
AttachAction()
           
 
Method Summary
 void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
           
 
Methods inherited from class org.eclipse.hyades.trace.ui.internal.actions.AttachActionDelegate
dispose, doAction, isEnabledFor, run
 
Methods inherited from class org.eclipse.hyades.trace.ui.internal.actions.AbstractListenerActionDelegate
doHandleProfileEvent, getPage, getWindow, handleProfileEvent, init, init, pageActivated, pageClosed, pageOpened, partActivated, partBroughtToTop, partClosed, partDeactivated, partOpened, setWindow
 
Methods inherited from class org.eclipse.hyades.trace.ui.internal.actions.AbstractProfileActionDelegate
enableForMultiSelection, getAction, getEnableStateForSelection, getSelection, getView, initialize, isInitialized, run, selectionChanged, selectionChanged, setAction, setInitialized, setView, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
run, selectionChanged
 

Constructor Detail

AttachAction

public AttachAction()
Method Detail

setActivePart

public void setActivePart(org.eclipse.jface.action.IAction action,
                          org.eclipse.ui.IWorkbenchPart targetPart)
Specified by:
setActivePart in interface org.eclipse.ui.IObjectActionDelegate
See Also:
IObjectActionDelegate.setActivePart(IAction, IWorkbenchPart)

TPTP 4.2.0 Platform Project
Internal API Specification