org.eclipse.wst.server.ui
Class ServerUIUtil

java.lang.Object
  extended byorg.eclipse.wst.server.ui.ServerUIUtil

public class ServerUIUtil
extends java.lang.Object

Server UI utility methods.

Since:
1.0

Method Summary
static boolean showNewRuntimeWizard(Shell shell, java.lang.String typeId, java.lang.String versionId)
          Open the new runtime wizard.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showNewRuntimeWizard

public static boolean showNewRuntimeWizard(Shell shell,
                                           java.lang.String typeId,
                                           java.lang.String versionId)
Open the new runtime wizard. The given typeId and versionId are used to filter the set of runtimes displayed.

Parameters:
shell - a shell to use when creating the wizard
typeId - a module type id, or null for any module type
versionId - a module version, or null for any version
Returns:
true if a runtime was created, or false otherwise