jBPM :: Eclipse :: Base 6.1.0.Final

org.jbpm.eclipse.wizard.project
Class NewJBPMMavenProjectWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
          extended by org.jbpm.eclipse.wizard.project.NewJBPMMavenProjectWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class NewJBPMMavenProjectWizard
extends org.eclipse.ui.wizards.newresource.BasicNewResourceWizard

A wizard to create a new jBPM project.


Field Summary
static String JUNIT_CLASSPATH_CONTAINER_PATH
           
 
Fields inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
selection
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
NewJBPMMavenProjectWizard()
           
 
Method Summary
static void addJUnitLibrary(org.eclipse.jdt.core.IJavaProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static void addMavenClasspathContainer(org.eclipse.jdt.core.IJavaProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void addPages()
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, getWorkbench, init, initializeDefaultPageImageDescriptor, selectAndReveal, selectAndReveal
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Field Detail

JUNIT_CLASSPATH_CONTAINER_PATH

public static final String JUNIT_CLASSPATH_CONTAINER_PATH
See Also:
Constant Field Values
Constructor Detail

NewJBPMMavenProjectWizard

public NewJBPMMavenProjectWizard()
Method Detail

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

addJUnitLibrary

public static void addJUnitLibrary(org.eclipse.jdt.core.IJavaProject project,
                                   org.eclipse.core.runtime.IProgressMonitor monitor)
                            throws org.eclipse.jdt.core.JavaModelException
Throws:
org.eclipse.jdt.core.JavaModelException

addMavenClasspathContainer

public static void addMavenClasspathContainer(org.eclipse.jdt.core.IJavaProject project,
                                              org.eclipse.core.runtime.IProgressMonitor monitor)
                                       throws org.eclipse.jdt.core.JavaModelException
Throws:
org.eclipse.jdt.core.JavaModelException

jBPM :: Eclipse :: Base 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.