Class NewUnoProjectAction

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

public class NewUnoProjectAction extends Object implements org.eclipse.ui.IWorkbenchWindowActionDelegate
This action launches the New UNO Project wizard.
  • Constructor Details

    • NewUnoProjectAction

      public NewUnoProjectAction()
      Default constructor just initializing the action.
  • Method Details

    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
    • init

      public void init(org.eclipse.ui.IWorkbenchWindow window)
      Specified by:
      init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
    • run

      public void run(org.eclipse.jface.action.IAction action)
      Specified by:
      run in interface org.eclipse.ui.IActionDelegate
    • 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