Searched defs:nodes (Results 1 - 25 of 171) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A Dpackage-info.java31 * Contains the different nodes that are used in the trees of the Control Panel
34 package org.opends.guitools.controlpanel.ui.nodes;
H A DRootNode.java28 package org.opends.guitools.controlpanel.ui.nodes;
H A DSuffixNode.java28 package org.opends.guitools.controlpanel.ui.nodes;
H A DDndBrowserNodes.java28 package org.opends.guitools.controlpanel.ui.nodes;
53 private BrowserNodeInfo[] nodes; field in class:DndBrowserNodes
55 private Component parent; // The component that contains the nodes
88 * Returns the nodes that are being dragged (and dropped).
89 * @return the nodes that are being dragged (and dropped).
93 return nodes;
97 * Sets the nodes that are being dragged (and dropped).
98 * @param nodes the nodes that are being dragged (and dropped).
100 public void setNodes(BrowserNodeInfo[] nodes) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A Dpackage-info.java30 * Contains the different nodes that are used in the trees of the Control Panel
33 package org.opends.guitools.controlpanel.ui.nodes;
H A DRootNode.java27 package org.opends.guitools.controlpanel.ui.nodes;
H A DSuffixNode.java27 package org.opends.guitools.controlpanel.ui.nodes;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A Dpackage-info.java31 * Contains the different nodes that are used in the trees of the Control Panel
34 package org.opends.guitools.controlpanel.ui.nodes;
H A DRootNode.java28 package org.opends.guitools.controlpanel.ui.nodes;
H A DSuffixNode.java28 package org.opends.guitools.controlpanel.ui.nodes;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A Dpackage-info.java30 * Contains the different nodes that are used in the trees of the Control Panel
33 package org.opends.guitools.controlpanel.ui.nodes;
H A DRootNode.java27 package org.opends.guitools.controlpanel.ui.nodes;
H A DSuffixNode.java27 package org.opends.guitools.controlpanel.ui.nodes;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A Dpackage-info.java31 * Contains the different nodes that are used in the trees of the Control Panel
34 package org.opends.guitools.controlpanel.ui.nodes;
H A DRootNode.java28 package org.opends.guitools.controlpanel.ui.nodes;
H A DSuffixNode.java28 package org.opends.guitools.controlpanel.ui.nodes;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A Dpackage-info.java30 * Contains the different nodes that are used in the trees of the Control Panel
33 package org.opends.guitools.controlpanel.ui.nodes;
H A DRootNode.java27 package org.opends.guitools.controlpanel.ui.nodes;
H A DSuffixNode.java27 package org.opends.guitools.controlpanel.ui.nodes;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DMoveEvent.java29 import org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo;
40 private BrowserNodeInfo[] nodes; field in class:MoveEvent
44 * @param newParent the new parent of the nodes that are being moved.
45 * @param nodes the nodes that are being moved.
47 public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes) { argument
49 this.nodes = nodes;
53 * Return the new parent of the nodes that are being moved.
54 * @return the new parent of the nodes tha
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DMoveEvent.java30 import org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo;
41 private BrowserNodeInfo[] nodes; field in class:MoveEvent
45 * @param newParent the new parent of the nodes that are being moved.
46 * @param nodes the nodes that are being moved.
48 public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes) { argument
50 this.nodes = nodes;
54 * Return the new parent of the nodes that are being moved.
55 * @return the new parent of the nodes tha
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DMoveEvent.java30 import org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo;
41 private BrowserNodeInfo[] nodes; field in class:MoveEvent
45 * @param newParent the new parent of the nodes that are being moved.
46 * @param nodes the nodes that are being moved.
48 public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes) { argument
50 this.nodes = nodes;
54 * Return the new parent of the nodes that are being moved.
55 * @return the new parent of the nodes tha
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DMoveEvent.java29 import org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo;
40 private BrowserNodeInfo[] nodes; field in class:MoveEvent
44 * @param newParent the new parent of the nodes that are being moved.
45 * @param nodes the nodes that are being moved.
47 public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes) { argument
49 this.nodes = nodes;
53 * Return the new parent of the nodes that are being moved.
54 * @return the new parent of the nodes tha
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DMoveEvent.java30 import org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo;
41 private BrowserNodeInfo[] nodes; field in class:MoveEvent
45 * @param newParent the new parent of the nodes that are being moved.
46 * @param nodes the nodes that are being moved.
48 public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes) { argument
50 this.nodes = nodes;
54 * Return the new parent of the nodes that are being moved.
55 * @return the new parent of the nodes tha
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DMoveEvent.java29 import org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo;
40 private BrowserNodeInfo[] nodes; field in class:MoveEvent
44 * @param newParent the new parent of the nodes that are being moved.
45 * @param nodes the nodes that are being moved.
47 public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes) { argument
49 this.nodes = nodes;
53 * Return the new parent of the nodes that are being moved.
54 * @return the new parent of the nodes tha
[all...]

Completed in 47 milliseconds

1234567