Uses of Class
org.jbpm.eclipse.util.JBPMRuntime

Packages that use JBPMRuntime
org.jbpm.eclipse.preferences   
org.jbpm.eclipse.util   
org.jbpm.eclipse.wizard.project   
 

Uses of JBPMRuntime in org.jbpm.eclipse.preferences
 

Methods in org.jbpm.eclipse.preferences that return JBPMRuntime
 JBPMRuntime JBPMRuntimesBlock.getDefaultJBPMRuntime()
           
 JBPMRuntime[] JBPMRuntimesBlock.getJBPMRuntimes()
           
 JBPMRuntime JBPMRuntimeDialog.getResult()
           
 

Methods in org.jbpm.eclipse.preferences with parameters of type JBPMRuntime
 void JBPMRuntimesBlock.removeJBPMRuntimes(JBPMRuntime[] runtimes)
           
 void JBPMRuntimesBlock.setDefaultJBPMRuntime(JBPMRuntime runtime)
           
 void JBPMRuntimeDialog.setJBPMRuntime(JBPMRuntime runtime)
           
 void JBPMRuntimesBlock.setJBPMRuntimes(JBPMRuntime[] runtimes)
           
 

Constructor parameters in org.jbpm.eclipse.preferences with type arguments of type JBPMRuntime
JBPMRuntimeDialog(org.eclipse.swt.widgets.Shell parent, List<JBPMRuntime> runtimes)
           
 

Uses of JBPMRuntime in org.jbpm.eclipse.util
 

Methods in org.jbpm.eclipse.util that return JBPMRuntime
static JBPMRuntime JBPMRuntimeManager.getDefaultJBPMRuntime()
           
static JBPMRuntime JBPMRuntimeManager.getJBPMRuntime(String name)
           
static JBPMRuntime[] JBPMRuntimeManager.getJBPMRuntimes()
           
 

Methods in org.jbpm.eclipse.util with parameters of type JBPMRuntime
static void JBPMRuntimeManager.recognizeJars(JBPMRuntime runtime)
           
static void JBPMRuntimeManager.setJBPMRuntimes(JBPMRuntime[] runtimes)
           
 

Uses of JBPMRuntime in org.jbpm.eclipse.wizard.project
 

Methods in org.jbpm.eclipse.wizard.project that return JBPMRuntime
 JBPMRuntime NewJBPMProjectRuntimeWizardPage.getJBPMRuntime()
           
 



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