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.
|
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...
|
Constructor and Description |
---|
DeleteEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
TreePath[] paths,
BrowserController controller)
Constructor of the task.
|
ModifyEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
Entry newEntry,
CustomSearchResult oldEntry,
BrowserController controller,
TreePath path)
Constructor of the task.
|
NewEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
Entry newEntry,
String ldif,
BasicNode parentNode,
BrowserController controller)
Constructor of the task.
|
ResetUserPasswordTask(ControlPanelInfo info,
ProgressDialog dlg,
BasicNode node,
BrowserController controller,
char[] pwd)
Constructor of the task.
|
Modifier and Type | Field and Description |
---|---|
protected BrowserController |
AbstractNewEntryPanel.controller
The browser controller.
|
protected BrowserController |
AbstractBrowseEntriesPanel.controller
The browser controller used to update the LDAP entry tree.
|
Modifier and Type | Method and Description |
---|---|
BrowserController |
LDAPEntryPanel.getController()
Returns the browser controller in charge of the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPEntryPanel.setController(BrowserController controller)
Sets the browser controller in charge of the tree.
|
void |
DuplicateEntryPanel.setEntryToDuplicate(BasicNode node,
BrowserController controller)
Sets the entry to be duplicated.
|
void |
AbstractNewEntryPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
NewGroupPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
NewOrganizationPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
NewEntryFromLDIFPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
NewOrganizationalUnitPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
NewUserPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
DuplicateEntryPanel.setParent(BasicNode parentNode,
BrowserController controller)
Sets the parent and the browser controller for this panel.
|
void |
ResetUserPasswordPanel.setValue(BasicNode node,
BrowserController controller)
Sets the node representing the entry that the user wants to modify the
password from.
|
Modifier and Type | Method and Description |
---|---|
static int |
BrowserCellRenderer.calculateRowHeight(BrowserController controller)
Returns the row height for the provided browser controller.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.