Searched defs:controller (Results 101 - 121 of 121) sorted by relevance

12345

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java109 BrowserController controller; field in class:NodeRefresher
134 controller = ctlr;
227 if (controller.getFollowReferrals() && (remoteEntry != null)) {
245 if (controller.getFollowReferrals() && (remoteUrl != null)) {
249 result = controller.findUrlForLocalEntry(getNode());
282 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
290 if (controller.nodeIsExpanded(node) && recursive) {
306 controller.expandNode(node);
338 if (controller.getFilter()!=null)
340 !controller
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java110 BrowserController controller; field in class:NodeRefresher
135 controller = ctlr;
228 if (controller.getFollowReferrals() && (remoteEntry != null)) {
246 if (controller.getFollowReferrals() && (remoteUrl != null)) {
250 result = controller.findUrlForLocalEntry(getNode());
283 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
291 if (controller.nodeIsExpanded(node) && recursive) {
307 controller.expandNode(node);
339 if (controller.getFilter()!=null)
341 !controller
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java110 BrowserController controller; field in class:NodeRefresher
135 controller = ctlr;
228 if (controller.getFollowReferrals() && (remoteEntry != null)) {
246 if (controller.getFollowReferrals() && (remoteUrl != null)) {
250 result = controller.findUrlForLocalEntry(getNode());
283 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
291 if (controller.nodeIsExpanded(node) && recursive) {
307 controller.expandNode(node);
339 if (controller.getFilter()!=null)
341 !controller
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java109 BrowserController controller; field in class:NodeRefresher
134 controller = ctlr;
227 if (controller.getFollowReferrals() && (remoteEntry != null)) {
245 if (controller.getFollowReferrals() && (remoteUrl != null)) {
249 result = controller.findUrlForLocalEntry(getNode());
282 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
290 if (controller.nodeIsExpanded(node) && recursive) {
306 controller.expandNode(node);
338 if (controller.getFilter()!=null)
340 !controller
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java110 BrowserController controller; field in class:NodeRefresher
135 controller = ctlr;
228 if (controller.getFollowReferrals() && (remoteEntry != null)) {
246 if (controller.getFollowReferrals() && (remoteUrl != null)) {
250 result = controller.findUrlForLocalEntry(getNode());
283 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
291 if (controller.nodeIsExpanded(node) && recursive) {
307 controller.expandNode(node);
339 if (controller.getFilter()!=null)
341 !controller
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java86 BrowserController controller; field in class:NodeRefresher
108 controller = ctlr;
196 if (controller.getFollowReferrals() && remoteEntry != null)
215 if (controller.getFollowReferrals() && remoteUrl != null)
220 result = controller.findUrlForLocalEntry(getNode());
246 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
254 if (controller.nodeIsExpanded(node) && recursive) {
270 controller.expandNode(node);
302 if (controller.getFilter()!=null)
305 !BrowserController.ALL_OBJECTS_FILTER.equals(controller
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java154 * The browser controller used to update the LDAP entry tree.
156 protected BrowserController controller; field in class:AbstractBrowseEntriesPanel
248 if (controller == null)
728 controller.removeAllUnderRoot();
729 controller.setFilter(filterValue);
730 controller.setAutomaticExpand(!filterValue.equals(
733 if (controller.getConfigurationConnection() != null)
755 controller.addSuffix(dn, null);
765 controller.addSuffix(dn, null);
773 controller
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java153 * The browser controller used to update the LDAP entry tree.
155 protected BrowserController controller; field in class:AbstractBrowseEntriesPanel
247 if (controller == null)
727 controller.removeAllUnderRoot();
728 controller.setFilter(filterValue);
729 controller.setAutomaticExpand(!filterValue.equals(
732 if (controller.getConfigurationConnection() != null)
754 controller.addSuffix(dn, null);
764 controller.addSuffix(dn, null);
772 controller
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java154 * The browser controller used to update the LDAP entry tree.
156 protected BrowserController controller; field in class:AbstractBrowseEntriesPanel
248 if (controller == null)
728 controller.removeAllUnderRoot();
729 controller.setFilter(filterValue);
730 controller.setAutomaticExpand(!filterValue.equals(
733 if (controller.getConfigurationConnection() != null)
755 controller.addSuffix(dn, null);
765 controller.addSuffix(dn, null);
773 controller
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java153 * The browser controller used to update the LDAP entry tree.
155 protected BrowserController controller; field in class:AbstractBrowseEntriesPanel
247 if (controller == null)
727 controller.removeAllUnderRoot();
728 controller.setFilter(filterValue);
729 controller.setAutomaticExpand(!filterValue.equals(
732 if (controller.getConfigurationConnection() != null)
754 controller.addSuffix(dn, null);
764 controller.addSuffix(dn, null);
772 controller
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java154 * The browser controller used to update the LDAP entry tree.
156 protected BrowserController controller; field in class:AbstractBrowseEntriesPanel
248 if (controller == null)
728 controller.removeAllUnderRoot();
729 controller.setFilter(filterValue);
730 controller.setAutomaticExpand(!filterValue.equals(
733 if (controller.getConfigurationConnection() != null)
755 controller.addSuffix(dn, null);
765 controller.addSuffix(dn, null);
773 controller
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java163 /** The browser controller used to update the LDAP entry tree. */
164 protected BrowserController controller; field in class:AbstractBrowseEntriesPanel
204 if (controller == null)
646 controller.removeAllUnderRoot();
647 controller.setFilter(filterValue);
648 controller.setAutomaticExpand(!BrowserController.ALL_OBJECTS_FILTER.equals(filterValue));
650 if (controller.getConfigurationConnection() != null)
667 controller.addSuffix(dn, null);
677 controller.addSuffix(dn, null);
685 controller
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 520 milliseconds

12345