Searched defs:buttonName (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/event/
H A DButtonEvent.java42 private ButtonName buttonName; field in class:ButtonEvent
47 * @param buttonName the button name.
49 public ButtonEvent(Object source, ButtonName buttonName) argument
52 this.buttonName = buttonName;
61 return buttonName;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/event/
H A DButtonEvent.java43 private ButtonName buttonName; field in class:ButtonEvent
48 * @param buttonName the button name.
50 public ButtonEvent(Object source, ButtonName buttonName) argument
53 this.buttonName = buttonName;
62 return buttonName;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/event/
H A DButtonEvent.java43 private ButtonName buttonName; field in class:ButtonEvent
48 * @param buttonName the button name.
50 public ButtonEvent(Object source, ButtonName buttonName) argument
53 this.buttonName = buttonName;
62 return buttonName;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/event/
H A DButtonEvent.java42 private ButtonName buttonName; field in class:ButtonEvent
47 * @param buttonName the button name.
49 public ButtonEvent(Object source, ButtonName buttonName) argument
52 this.buttonName = buttonName;
61 return buttonName;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/event/
H A DButtonEvent.java43 private ButtonName buttonName; field in class:ButtonEvent
48 * @param buttonName the button name.
50 public ButtonEvent(Object source, ButtonName buttonName) argument
53 this.buttonName = buttonName;
62 return buttonName;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/event/
H A DButtonEvent.java42 private ButtonName buttonName; field in class:ButtonEvent
47 * @param buttonName the button name.
49 public ButtonEvent(Object source, ButtonName buttonName) argument
52 this.buttonName = buttonName;
61 return buttonName;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java132 * Returns the button corresponding to the buttonName.
133 * @param buttonName the ButtonName for which we want to get the button.
134 * @return the button corresponding to the buttonName.
136 public JButton getButton(ButtonName buttonName) argument
139 if (buttonName != null) {
140 switch (buttonName) {
163 buttonName);
286 * @param buttonName the ButtonName.
290 ButtonName buttonName)
294 final ButtonName fButtonName = buttonName;
289 createButton(Message label, Message tooltip, ButtonName buttonName) argument
[all...]
H A DQuickSetupDialog.java328 * @param buttonName the button name of the button.
331 public void setButtonEnabled(ButtonName buttonName, boolean enable) argument
333 getButton(buttonName).setEnabled(enable);
391 * Returns the button corresponding to the buttonName.
392 * @param buttonName the ButtonName for which we want to get the button.
393 * @return the button corresponding to the buttonName.
395 private JButton getButton(ButtonName buttonName) argument
400 if (buttonName == ButtonName.QUIT)
403 } else if (buttonName == ButtonName.CONTINUE_INSTALL)
408 button = getButtonsPanel().getButton(buttonName);
421 setFocusOnButton(ButtonName buttonName) argument
436 setDefaultButton(ButtonName buttonName) argument
495 notifyButtonEvent(ButtonName buttonName) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java133 * Returns the button corresponding to the buttonName.
134 * @param buttonName the ButtonName for which we want to get the button.
135 * @return the button corresponding to the buttonName.
137 public JButton getButton(ButtonName buttonName) argument
140 if (buttonName != null) {
141 switch (buttonName) {
164 buttonName);
287 * @param buttonName the ButtonName.
291 ButtonName buttonName)
295 final ButtonName fButtonName = buttonName;
290 createButton(Message label, Message tooltip, ButtonName buttonName) argument
[all...]
H A DQuickSetupDialog.java329 * @param buttonName the button name of the button.
332 public void setButtonEnabled(ButtonName buttonName, boolean enable) argument
334 getButton(buttonName).setEnabled(enable);
392 * Returns the button corresponding to the buttonName.
393 * @param buttonName the ButtonName for which we want to get the button.
394 * @return the button corresponding to the buttonName.
396 private JButton getButton(ButtonName buttonName) argument
401 if (buttonName == ButtonName.QUIT)
404 } else if (buttonName == ButtonName.CONTINUE_INSTALL)
409 button = getButtonsPanel().getButton(buttonName);
422 setFocusOnButton(ButtonName buttonName) argument
437 setDefaultButton(ButtonName buttonName) argument
496 notifyButtonEvent(ButtonName buttonName) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java133 * Returns the button corresponding to the buttonName.
134 * @param buttonName the ButtonName for which we want to get the button.
135 * @return the button corresponding to the buttonName.
137 public JButton getButton(ButtonName buttonName) argument
140 if (buttonName != null) {
141 switch (buttonName) {
164 buttonName);
287 * @param buttonName the ButtonName.
291 ButtonName buttonName)
295 final ButtonName fButtonName = buttonName;
290 createButton(Message label, Message tooltip, ButtonName buttonName) argument
[all...]
H A DQuickSetupDialog.java329 * @param buttonName the button name of the button.
332 public void setButtonEnabled(ButtonName buttonName, boolean enable) argument
334 getButton(buttonName).setEnabled(enable);
392 * Returns the button corresponding to the buttonName.
393 * @param buttonName the ButtonName for which we want to get the button.
394 * @return the button corresponding to the buttonName.
396 private JButton getButton(ButtonName buttonName) argument
401 if (buttonName == ButtonName.QUIT)
404 } else if (buttonName == ButtonName.CONTINUE_INSTALL)
409 button = getButtonsPanel().getButton(buttonName);
422 setFocusOnButton(ButtonName buttonName) argument
437 setDefaultButton(ButtonName buttonName) argument
496 notifyButtonEvent(ButtonName buttonName) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java132 * Returns the button corresponding to the buttonName.
133 * @param buttonName the ButtonName for which we want to get the button.
134 * @return the button corresponding to the buttonName.
136 public JButton getButton(ButtonName buttonName) argument
139 if (buttonName != null) {
140 switch (buttonName) {
163 buttonName);
286 * @param buttonName the ButtonName.
290 ButtonName buttonName)
294 final ButtonName fButtonName = buttonName;
289 createButton(Message label, Message tooltip, ButtonName buttonName) argument
[all...]
H A DQuickSetupDialog.java328 * @param buttonName the button name of the button.
331 public void setButtonEnabled(ButtonName buttonName, boolean enable) argument
333 getButton(buttonName).setEnabled(enable);
391 * Returns the button corresponding to the buttonName.
392 * @param buttonName the ButtonName for which we want to get the button.
393 * @return the button corresponding to the buttonName.
395 private JButton getButton(ButtonName buttonName) argument
400 if (buttonName == ButtonName.QUIT)
403 } else if (buttonName == ButtonName.CONTINUE_INSTALL)
408 button = getButtonsPanel().getButton(buttonName);
421 setFocusOnButton(ButtonName buttonName) argument
436 setDefaultButton(ButtonName buttonName) argument
495 notifyButtonEvent(ButtonName buttonName) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java133 * Returns the button corresponding to the buttonName.
134 * @param buttonName the ButtonName for which we want to get the button.
135 * @return the button corresponding to the buttonName.
137 public JButton getButton(ButtonName buttonName) argument
140 if (buttonName != null) {
141 switch (buttonName) {
164 buttonName);
287 * @param buttonName the ButtonName.
291 ButtonName buttonName)
295 final ButtonName fButtonName = buttonName;
290 createButton(Message label, Message tooltip, ButtonName buttonName) argument
[all...]
H A DQuickSetupDialog.java329 * @param buttonName the button name of the button.
332 public void setButtonEnabled(ButtonName buttonName, boolean enable) argument
334 getButton(buttonName).setEnabled(enable);
392 * Returns the button corresponding to the buttonName.
393 * @param buttonName the ButtonName for which we want to get the button.
394 * @return the button corresponding to the buttonName.
396 private JButton getButton(ButtonName buttonName) argument
401 if (buttonName == ButtonName.QUIT)
404 } else if (buttonName == ButtonName.CONTINUE_INSTALL)
409 button = getButtonsPanel().getButton(buttonName);
422 setFocusOnButton(ButtonName buttonName) argument
437 setDefaultButton(ButtonName buttonName) argument
496 notifyButtonEvent(ButtonName buttonName) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DButtonsPanel.java126 * Returns the button corresponding to the buttonName.
127 * @param buttonName the ButtonName for which we want to get the button.
128 * @return the button corresponding to the buttonName.
130 public JButton getButton(ButtonName buttonName) argument
133 if (buttonName != null) {
134 switch (buttonName) {
157 buttonName);
277 * @param buttonName the ButtonName.
281 ButtonName buttonName)
285 final ButtonName fButtonName = buttonName;
280 createButton(LocalizableMessage label, LocalizableMessage tooltip, ButtonName buttonName) argument
[all...]
H A DQuickSetupDialog.java321 * @param buttonName the button name of the button.
324 public void setButtonEnabled(ButtonName buttonName, boolean enable) argument
326 getButton(buttonName).setEnabled(enable);
384 * Returns the button corresponding to the buttonName.
385 * @param buttonName the ButtonName for which we want to get the button.
386 * @return the button corresponding to the buttonName.
388 private JButton getButton(ButtonName buttonName) argument
393 if (buttonName == ButtonName.QUIT)
396 } else if (buttonName == ButtonName.CONTINUE_INSTALL)
401 button = getButtonsPanel().getButton(buttonName);
414 setFocusOnButton(ButtonName buttonName) argument
429 setDefaultButton(ButtonName buttonName) argument
488 notifyButtonEvent(ButtonName buttonName) argument
[all...]

Completed in 125 milliseconds