Package | Description |
---|---|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
org.opends.guitools.controlpanel.ui.nodes |
Contains the different nodes that are used in the trees of the Control Panel (index browser, schema browser, LDAP
entries browser...).
|
Modifier and Type | Method and Description |
---|---|
BrowserNodeInfo |
BrowserController.getNodeInfoFromPath(TreePath path)
Find the BrowserNodeInfo associated to a TreePath and returns the describing IBrowserNodeInfo.
|
Modifier and Type | Method and Description |
---|---|
TreePath |
BrowserController.notifyEntryAdded(BrowserNodeInfo parentInfo,
Dn newEntryDn)
Notify this controller that an entry has been added.
|
void |
BrowserController.notifyEntryChanged(BrowserNodeInfo nodeInfo)
Notify this controller that an entry has changed.
|
TreePath |
BrowserController.notifyEntryDeleted(BrowserNodeInfo nodeInfo)
Notify this controller that a entry has been deleted.
|
void |
BrowserController.setInspectedNode(BrowserNodeInfo node)
Sets which is the inspected node.
|
void |
BrowserController.startRefresh(BrowserNodeInfo nodeInfo)
Start a refresh from the specified node.
|
Modifier and Type | Method and Description |
---|---|
BrowserNodeInfo[] |
DndBrowserNodes.getNodes()
Returns the nodes that are being dragged (and dropped).
|
Modifier and Type | Method and Description |
---|---|
void |
DndBrowserNodes.setNodes(BrowserNodeInfo[] nodes)
Sets the nodes that are being dragged (and dropped).
|
Copyright 2010-2020 ForgeRock AS.