Package | Description |
---|---|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
protected ProgressDialog |
Task.getProgressDialog()
Returns the progress dialog.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatusGenericPanel.launchOperation(Task task,
LocalizableMessage initialSummary,
LocalizableMessage successSummary,
LocalizableMessage successDetail,
LocalizableMessage errorSummary,
LocalizableMessage errorDetail,
LocalizableMessageDescriptor.Arg1<Number> errorDetailCode,
ProgressDialog dialog)
Launch an task.
|
static void |
StatusGenericPanel.launchOperation(Task task,
LocalizableMessage initialSummary,
LocalizableMessage successSummary,
LocalizableMessage successDetail,
LocalizableMessage errorSummary,
LocalizableMessage errorDetail,
LocalizableMessageDescriptor.Arg1<Number> errorDetailCode,
ProgressDialog dialog,
boolean resetLogs,
ControlPanelInfo info)
Launch an task.
|
protected void |
StatusGenericPanel.rebuildIndexIfNecessary(AbstractIndexDescriptor index,
ProgressDialog progressDialog)
If the index must be rebuilt, asks the user for confirmation.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.