jBPM :: Eclipse :: Base 6.0.1.Final

org.jbpm.eclipse.wizard.project
Class NewJBPMProjectWizard

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.NewJBPMProjectWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

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

A wizard to create a new jBPM project.


Field Summary
static String JBPM_CLASSPATH_CONTAINER_PATH
           
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
NewJBPMProjectWizard()
           
 
Method Summary
static void addJBPMLibraries(org.eclipse.jdt.core.IJavaProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static void addJUnitLibrary(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

JBPM_CLASSPATH_CONTAINER_PATH

public static final String JBPM_CLASSPATH_CONTAINER_PATH
See Also:
Constant Field Values

JUNIT_CLASSPATH_CONTAINER_PATH

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

NewJBPMProjectWizard

public NewJBPMProjectWizard()
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

addJBPMLibraries

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

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

jBPM :: Eclipse :: Base 6.0.1.Final

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