Searched defs:enable (Results 1 - 25 of 124) sorted by relevance

12345

/forgerock/opendj2/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java127 * Sets the enable state of the close button.
128 * @param enable whether to enable or disable the button.
130 public void setCloseButtonEnabled(boolean enable) argument
132 closeButton.setEnabled(enable);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java228 * Sets the enable state of the OK button.
229 * @param enable whether the OK button must be enabled or not.
231 public void setEnabledOK(boolean enable) argument
233 okButton.setEnabled(enable);
237 * Sets the enable state of the Cancel button.
238 * @param enable whether the Cancel button must be enabled or not.
240 public void setEnabledCancel(boolean enable) argument
242 cancelButton.setEnabled(enable);
246 * Sets the enable state of the Close button.
247 * @param enable whethe
249 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java106 * Sets the enable state of the change button.
107 * @param enable whether the change button must be enabled or not.
109 public void setChangeEnabled(boolean enable) argument
111 change.setEnabled(enable);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java128 * Sets the enable state of the close button.
129 * @param enable whether to enable or disable the button.
131 public void setCloseButtonEnabled(boolean enable) argument
133 closeButton.setEnabled(enable);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java227 * Sets the enable state of the OK button.
228 * @param enable whether the OK button must be enabled or not.
230 public void setEnabledOK(boolean enable) argument
232 okButton.setEnabled(enable);
236 * Sets the enable state of the Cancel button.
237 * @param enable whether the Cancel button must be enabled or not.
239 public void setEnabledCancel(boolean enable) argument
241 cancelButton.setEnabled(enable);
245 * Sets the enable state of the Close button.
246 * @param enable whethe
248 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java105 * Sets the enable state of the change button.
106 * @param enable whether the change button must be enabled or not.
108 public void setChangeEnabled(boolean enable) argument
110 change.setEnabled(enable);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java128 * Sets the enable state of the close button.
129 * @param enable whether to enable or disable the button.
131 public void setCloseButtonEnabled(boolean enable) argument
133 closeButton.setEnabled(enable);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java228 * Sets the enable state of the OK button.
229 * @param enable whether the OK button must be enabled or not.
231 public void setEnabledOK(boolean enable) argument
233 okButton.setEnabled(enable);
237 * Sets the enable state of the Cancel button.
238 * @param enable whether the Cancel button must be enabled or not.
240 public void setEnabledCancel(boolean enable) argument
242 cancelButton.setEnabled(enable);
246 * Sets the enable state of the Close button.
247 * @param enable whethe
249 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java106 * Sets the enable state of the change button.
107 * @param enable whether the change button must be enabled or not.
109 public void setChangeEnabled(boolean enable) argument
111 change.setEnabled(enable);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java227 * Sets the enable state of the OK button.
228 * @param enable whether the OK button must be enabled or not.
230 public void setEnabledOK(boolean enable) argument
232 okButton.setEnabled(enable);
236 * Sets the enable state of the Cancel button.
237 * @param enable whether the Cancel button must be enabled or not.
239 public void setEnabledCancel(boolean enable) argument
241 cancelButton.setEnabled(enable);
245 * Sets the enable state of the Close button.
246 * @param enable whethe
248 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java105 * Sets the enable state of the change button.
106 * @param enable whether the change button must be enabled or not.
108 public void setChangeEnabled(boolean enable) argument
110 change.setEnabled(enable);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java127 * Sets the enable state of the close button.
128 * @param enable whether to enable or disable the button.
130 public void setCloseButtonEnabled(boolean enable) argument
132 closeButton.setEnabled(enable);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java228 * Sets the enable state of the OK button.
229 * @param enable whether the OK button must be enabled or not.
231 public void setEnabledOK(boolean enable) argument
233 okButton.setEnabled(enable);
237 * Sets the enable state of the Cancel button.
238 * @param enable whether the Cancel button must be enabled or not.
240 public void setEnabledCancel(boolean enable) argument
242 cancelButton.setEnabled(enable);
246 * Sets the enable state of the Close button.
247 * @param enable whethe
249 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java106 * Sets the enable state of the change button.
107 * @param enable whether the change button must be enabled or not.
109 public void setChangeEnabled(boolean enable) argument
111 change.setEnabled(enable);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java128 * Sets the enable state of the close button.
129 * @param enable whether to enable or disable the button.
131 public void setCloseButtonEnabled(boolean enable) argument
133 closeButton.setEnabled(enable);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java211 * Sets the enable state of the OK button.
212 * @param enable whether the OK button must be enabled or not.
214 public void setEnabledOK(boolean enable) argument
216 okButton.setEnabled(enable);
220 * Sets the enable state of the Cancel button.
221 * @param enable whether the Cancel button must be enabled or not.
223 public void setEnabledCancel(boolean enable) argument
225 cancelButton.setEnabled(enable);
229 * Sets the enable state of the Close button.
230 * @param enable whethe
232 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java105 * Sets the enable state of the change button.
106 * @param enable whether the change button must be enabled or not.
108 public void setChangeEnabled(boolean enable) argument
110 change.setEnabled(enable);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressDialog.java127 * Sets the enable state of the close button.
128 * @param enable whether to enable or disable the button.
130 public void setCloseButtonEnabled(boolean enable) argument
132 closeButton.setEnabled(enable);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPersistentSearch.java75 * {@link #enable()}. This method will register the {@code
776 public void enable() method in class:PersistentSearch
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java280 public synchronized void enable() throws InitializationException, method in class:ClassLoaderProvider
282 enable(RootCfgDefn.class.getClassLoader());
299 public synchronized void enable(ClassLoader parent) method in class:ClassLoaderProvider

Completed in 3973 milliseconds

12345