org.eclipse.corona.client.collaboration.ui.actions
Class ShowEventDetailsAction

java.lang.Object
  extended by org.eclipse.corona.client.collaboration.ui.actions.ShowEventDetailsAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class ShowEventDetailsAction
extends java.lang.Object
implements org.eclipse.ui.IObjectActionDelegate


Constructor Summary
ShowEventDetailsAction()
          Constructor for ShowEventDetailsAction.
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
static void run(org.eclipse.jface.viewers.ISelection selection)
          Invokes this action on a specified selection.
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
           
 void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowEventDetailsAction

public ShowEventDetailsAction()
Constructor for ShowEventDetailsAction.

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)

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
See Also:
IActionDelegate.selectionChanged(IAction, ISelection)

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
See Also:
IActionDelegate.run(IAction)

run

public static void run(org.eclipse.jface.viewers.ISelection selection)
Invokes this action on a specified selection. It simplifies the usage of the action from other parts.

Parameters:
selection - The selection at which to run the action.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.