Searched defs:automaticExpand (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java129 private boolean automaticExpand; field in class:BrowserController
792 automaticExpand = false;
2267 return automaticExpand;
2273 * @param automaticExpand whether to expand automatically the nodes or not.
2275 public void setAutomaticExpand(boolean automaticExpand) argument
2277 this.automaticExpand = automaticExpand;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java126 private boolean automaticExpand; field in class:BrowserController
899 automaticExpand = false;
2508 return automaticExpand;
2514 * @param automaticExpand whether to expand automatically the nodes or not.
2516 public void setAutomaticExpand(boolean automaticExpand) argument
2518 this.automaticExpand = automaticExpand;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java126 private boolean automaticExpand; field in class:BrowserController
899 automaticExpand = false;
2508 return automaticExpand;
2514 * @param automaticExpand whether to expand automatically the nodes or not.
2516 public void setAutomaticExpand(boolean automaticExpand) argument
2518 this.automaticExpand = automaticExpand;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java129 private boolean automaticExpand; field in class:BrowserController
792 automaticExpand = false;
2267 return automaticExpand;
2273 * @param automaticExpand whether to expand automatically the nodes or not.
2275 public void setAutomaticExpand(boolean automaticExpand) argument
2277 this.automaticExpand = automaticExpand;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java126 private boolean automaticExpand; field in class:BrowserController
899 automaticExpand = false;
2508 return automaticExpand;
2514 * @param automaticExpand whether to expand automatically the nodes or not.
2516 public void setAutomaticExpand(boolean automaticExpand) argument
2518 this.automaticExpand = automaticExpand;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java129 private boolean automaticExpand; field in class:BrowserController
791 automaticExpand = false;
2266 return automaticExpand;
2272 * @param automaticExpand whether to expand automatically the nodes or not.
2274 public void setAutomaticExpand(boolean automaticExpand) argument
2276 this.automaticExpand = automaticExpand;

Completed in 54 milliseconds