jruaux      2003/02/07 09:25:59

  Added:       integration/eclipse/src/java/org/apache/cactus/eclipse/ui
                        CactifyActionDelegate.java
  Log:
  Added preview of popup menu
  
  Revision  Changes    Path
  1.1                  
jakarta-cactus/integration/eclipse/src/java/org/apache/cactus/eclipse/ui/CactifyActionDelegate.java
  
  Index: CactifyActionDelegate.java
  ===================================================================
  package org.apache.cactus.eclipse.ui;
  
  import org.eclipse.jface.action.IAction;
  import org.eclipse.jface.viewers.ISelection;
  import org.eclipse.ui.IObjectActionDelegate;
  import org.eclipse.ui.IWorkbenchPart;
  
  /**
   * @author Julien Ruaux
   *
   * To change this generated comment edit the template variable "typecomment":
   * Window>Preferences>Java>Templates.
   * To enable and disable the creation of type comments go to
   * Window>Preferences>Java>Code Generation.
   */
  public class CactifyActionDelegate implements IObjectActionDelegate
  {
  
      /**
       * @see 
org.eclipse.ui.IObjectActionDelegate#setActivePart(org.eclipse.jface.action.IAction, 
org.eclipse.ui.IWorkbenchPart)
       */
      public void setActivePart(IAction theAction, IWorkbenchPart theTargetPart)
      {
      }
  
      /**
       * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction)
       */
      public void run(IAction theAction)
      {
          CactusPlugin.displayErrorMessage(
              "Cactify",
              "this will be implemented soon !",
              null);
      }
  
      /**
       * @see 
org.eclipse.ui.IActionDelegate#selectionChanged(org.eclipse.jface.action.IAction, 
org.eclipse.jface.viewers.ISelection)
       */
      public void selectionChanged(IAction theAction, ISelection theSelection)
      {
      }
  
  }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to