|
org.netbeans.modules.server/0 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.server.CommonServerUIs
public final class CommonServerUIs
Class providing access to UI dialogs managing instances.
| Method Summary | |
|---|---|
static ServerInstance |
showAddServerInstanceWizard()
Displays the modal wizard for creating new server instance. |
static void |
showCloudCustomizer(ServerInstance instance)
Displays the modal cloud manager dialog with the specified cloud instance preselected. |
static void |
showCustomizer(ServerInstance instance)
Displays the modal server manager dialog with the specified server instance preselected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void showCustomizer(ServerInstance instance)
instance - server instance which should be preselected,
if null the first server instance will be preselectedpublic static void showCloudCustomizer(ServerInstance instance)
instance - cloud instance which should be preselected,
if null the first cloud instance will be preselected@CheckForNull public static ServerInstance showAddServerInstanceWizard()
null if user canceled the operation
|
org.netbeans.modules.server/0 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||