Package | Description |
---|---|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
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.
|
org.opends.guitools.controlpanel.ui.renderer |
Contains some of the list, combo box and table renderers and editors used in the Control Panel: index renderers,
schema renderers, LDAP entry renderers...
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
static ControlPanelInfo |
ControlPanelInfo.getInstance()
Returns a singleton for this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndexTableModel.setData(Set<AbstractIndexDescriptor> newData,
ControlPanelInfo info)
Sets the data for this table model.
|
Modifier and Type | Method and Description |
---|---|
ControlPanelInfo |
Task.getInfo()
Returns the ControlPanelInfo object.
|
Modifier and Type | Method and Description |
---|---|
static List<Modification> |
ModifyEntryTask.getModifications(Entry newEntry,
Entry oldEntry,
ControlPanelInfo info)
Gets the modifications to apply between two entries.
|
Modifier and Type | Method and Description |
---|---|
ControlPanelInfo |
StatusGenericPanel.getInfo()
Returns the control panel info object.
|
ControlPanelInfo |
GenericMenuBar.getInfo()
Returns the control panel information.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BrowseEntriesPanel.createBrowserController(ControlPanelInfo info) |
static GenericDialog |
ControlCenterMainPane.getLocalOrRemoteDialog(ControlPanelInfo info)
Returns the dialog that is in charge of asking the user the server to be administer.
|
static GenericDialog |
ControlCenterMainPane.getLocalServerLoginDialog(ControlPanelInfo info)
Returns the dialog that is in charge of asking the user the authentication for the local server.
|
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.
|
void |
VerifyIndexPanel.setInfo(ControlPanelInfo info) |
void |
StatusGenericPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
SchemaBrowserRightPanel.setInfo(ControlPanelInfo info) |
void |
RebuildIndexPanel.setInfo(ControlPanelInfo info) |
void |
LDAPEntryPanel.setInfo(ControlPanelInfo info) |
void |
IndexBrowserRightPanel.setInfo(ControlPanelInfo info) |
void |
BrowseEntriesPanel.setInfo(ControlPanelInfo info) |
Constructor and Description |
---|
ControlCenterMainPane(ControlPanelInfo info)
Constructor.
|
InclusionExclusionTask(ControlPanelInfo info,
ProgressDialog dlg)
The constructor of the task.
|
MainMenuBar(ControlPanelInfo info)
Constructor.
|
ProgressDialog(JFrame parentFrame,
Component relativeTo,
LocalizableMessage title,
ControlPanelInfo info)
Constructor of the dialog.
|
UnsavedChangesDialog(Component parentDialog,
ControlPanelInfo info)
Constructor of the dialog.
|
Modifier and Type | Method and Description |
---|---|
ControlPanelInfo |
AttributeCellEditor.getInfo()
Returns the control panel information.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeCellEditor.setInfo(ControlPanelInfo info)
Sets the control panel information.
|
Constructor and Description |
---|
IndexCellRenderer(JList list,
ControlPanelInfo info)
Constructor of the index cell renderer.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionWrapper |
Utilities.getAdminConnection(ControlPanelInfo controlInfo,
Dn bindDN,
String pwd)
Returns the connection to connect to the administration connector of the server using the information in the
ControlCenterInfo object (which provides the host and administration connector port to be used) and some LDAP
credentials.
|
static ConnectionWrapper |
Utilities.getUserDataConnection(ControlPanelInfo controlInfo,
Dn bindDN,
String pwd)
Returns the connection to connect to the server using the information in the ControlCenterInfo object (which
provides the host, port and protocol to be used) and some LDAP credentials.
|
Copyright 2010-2020 ForgeRock AS.