org.openoffice.ide.eclipse.core.actions
Class NewUnoProjectAction

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.actions.NewUnoProjectAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class NewUnoProjectAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate

This action launches the New UNO Project wizard.

Author:
cedricbosdo

Constructor Summary
NewUnoProjectAction()
          Default constructor just initializing the action.
 
Method Summary
 void dispose()
          
 void init(org.eclipse.ui.IWorkbenchWindow pWindow)
          
 void run(org.eclipse.jface.action.IAction pAction)
          
 void selectionChanged(org.eclipse.jface.action.IAction pAction, org.eclipse.jface.viewers.ISelection pSelection)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewUnoProjectAction

public NewUnoProjectAction()
Default constructor just initializing the action.

Method Detail

dispose

public void dispose()

Specified by:
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate

init

public void init(org.eclipse.ui.IWorkbenchWindow pWindow)

Specified by:
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate

run

public void run(org.eclipse.jface.action.IAction pAction)

Specified by:
run in interface org.eclipse.ui.IActionDelegate

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction pAction,
                             org.eclipse.jface.viewers.ISelection pSelection)

Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate