|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.ui.ServerUIUtil
public final class ServerUIUtil
Server UI utility methods.
This class provides all its functionality through static members. It is not intended to be subclassed or instantiated.
Method Summary | |
---|---|
static boolean |
showNewRuntimeWizard(org.eclipse.swt.widgets.Shell shell,
java.lang.String typeId,
java.lang.String versionId)
Open the new runtime wizard. |
static boolean |
showNewRuntimeWizard(org.eclipse.swt.widgets.Shell shell,
java.lang.String typeId,
java.lang.String versionId,
java.lang.String runtimeTypeId)
Open the new runtime wizard. |
static boolean |
showNewServerWizard(org.eclipse.swt.widgets.Shell shell,
java.lang.String typeId,
java.lang.String versionId,
java.lang.String serverTypeId)
Open the new server wizard. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean showNewRuntimeWizard(org.eclipse.swt.widgets.Shell shell, java.lang.String typeId, java.lang.String versionId)
shell
- a shell to use when creating the wizardtypeId
- a module type id, or null for any module typeversionId
- a module version, or null for any version
true
if a runtime was created, or
false
otherwisepublic static boolean showNewRuntimeWizard(org.eclipse.swt.widgets.Shell shell, java.lang.String typeId, java.lang.String versionId, java.lang.String runtimeTypeId)
shell
- a shell to use when creating the wizardtypeId
- a module type id, or null for any module typeversionId
- a module version, or null for any versionruntimeTypeId
- a server runtime type, or null for any type
true
if a runtime was created, or
false
otherwisepublic static boolean showNewServerWizard(org.eclipse.swt.widgets.Shell shell, java.lang.String typeId, java.lang.String versionId, java.lang.String serverTypeId)
shell
- a shell to use when creating the wizardtypeId
- a module type id, or null for any module typeversionId
- a module version, or null for any versionserverTypeId
- a server runtime type, or null for any type
true
if a server was created, or
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |