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 ArrayList<ModificationItem> |
ModifyEntryTask.getModifications(Entry newEntry,
CustomSearchResult 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 |
AbstractBrowseEntriesPanel.createBrowserController(ControlPanelInfo info)
Creates the browser controller object.
|
protected void |
BrowseEntriesPanel.createBrowserController(ControlPanelInfo info)
Creates the browser controller object.
|
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 |
GeneralMonitoringRightPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
BrowseIndexPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
BrowseGeneralMonitoringPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
StatusGenericPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
IndexBrowserRightPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
AbstractBrowseEntriesPanel.setInfo(ControlPanelInfo info) |
void |
BrowseEntriesPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
VerifyIndexPanel.setInfo(ControlPanelInfo info) |
void |
RestorePanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
LDAPEntryPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
JavaPropertiesPanel.setInfo(ControlPanelInfo info) |
void |
SchemaBrowserRightPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
RebuildIndexPanel.setInfo(ControlPanelInfo info) |
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 InitialLdapContext |
Utilities.getAdminDirContext(ControlPanelInfo controlInfo,
String bindDN,
String pwd)
Returns the InitialLdapContext 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 InitialLdapContext |
Utilities.getUserDataDirContext(ControlPanelInfo controlInfo,
String bindDN,
String pwd)
Returns the InitialLdapContext 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-2016 ForgeRock AS. All Rights Reserved.