|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryTreeObject | |
|---|---|
| nu.zoom.ldap.eon.clipboard | |
| nu.zoom.ldap.eon.clipboard.impl | |
| nu.zoom.ldap.eon.directory.tree | |
| Uses of DirectoryTreeObject in nu.zoom.ldap.eon.clipboard |
|---|
| Methods in nu.zoom.ldap.eon.clipboard with parameters of type DirectoryTreeObject | |
|---|---|
void |
DirectoryClipboard.addCopy(DirectoryTreeObject sourceObject)
Add a Name (typically from a selected DirectoryTree node) to the queue. |
void |
DirectoryClipboard.addCut(DirectoryTreeObject sourceObject)
Add a Name (typically from a selected DirectoryTree node) to the queue. |
void |
DirectoryClipboard.triggerPasteAction(DirectoryTreeObject targetObject)
Trigger the next item on the queue with the given target. |
| Uses of DirectoryTreeObject in nu.zoom.ldap.eon.clipboard.impl |
|---|
| Methods in nu.zoom.ldap.eon.clipboard.impl with parameters of type DirectoryTreeObject | |
|---|---|
void |
DirectoryClipboardImpl.addCopy(DirectoryTreeObject sourceObject)
|
void |
DirectoryClipboardImpl.addCut(DirectoryTreeObject sourceObject)
|
void |
ClipboardAction.execute(DirectoryTreeObject target)
|
void |
DirectoryObjectCopyClipboardItem.execute(DirectoryTreeObject target)
|
void |
DirectoryObjectCutClipboardItem.execute(DirectoryTreeObject target)
|
void |
DirectoryClipboardImpl.triggerPasteAction(DirectoryTreeObject targetObject)
|
| Constructors in nu.zoom.ldap.eon.clipboard.impl with parameters of type DirectoryTreeObject | |
|---|---|
DirectoryObjectCopyClipboardItem(DirectoryTreeObject sourceObject,
org.ops4j.gaderian.Messages messages,
Workbench workbench,
DirectoryEventListenerRegistry eventRegistry)
|
|
DirectoryObjectCutClipboardItem(DirectoryTreeObject sourceObject,
org.ops4j.gaderian.Messages messages,
Workbench workbench,
DirectoryEventListenerRegistry eventRegistry)
|
|
| Uses of DirectoryTreeObject in nu.zoom.ldap.eon.directory.tree |
|---|
| Methods in nu.zoom.ldap.eon.directory.tree that return DirectoryTreeObject | |
|---|---|
DirectoryTreeObject |
DirectoryTree.getSelectedNode()
Returns the name of the first selected node. |
DirectoryTreeObject[] |
DirectoryTree.getSelectedNodes()
Get the selected nodes in the tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||