Home
last modified time | relevance | path

Searched refs:buttonId (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DButtonPanel.java44 int buttonId = -1; in actionPerformed() local
47 buttonId = ButtonPanelListener.OK; in actionPerformed()
49 buttonId = ButtonPanelListener.RESET; in actionPerformed()
51 buttonId = ButtonPanelListener.CANCEL; in actionPerformed()
53 buttonId = ButtonPanelListener.HELP; in actionPerformed()
58 l.buttonPressed(buttonId); in actionPerformed()
H A DWizard.java40 public void buttonPressed(int buttonId); in buttonPressed() argument
66 int buttonId = -1; in actionPerformed() local
69 buttonId = WizButtonListener.BACK; in actionPerformed()
71 buttonId = WizButtonListener.FORWARD; in actionPerformed()
73 buttonId = WizButtonListener.CANCEL; in actionPerformed()
75 buttonId = WizButtonListener.HELP; in actionPerformed()
77 buttonId = WizButtonListener.FINISH; in actionPerformed()
82 l.buttonPressed(buttonId); in actionPerformed()
438 public void buttonPressed(int buttonId) { in Wizard()
439 switch (buttonId) { in Wizard()
H A DButtonPanelListener.java36 public void buttonPressed(int buttonId); in buttonPressed() argument
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DDhcpmgrDialog.java104 public void buttonPressed(int buttonId) { in buttonPressed() argument
105 switch (buttonId) { in buttonPressed()
H A DConfigureChoiceDialog.java104 public void buttonPressed(int buttonId) { in buttonPressed() argument
105 switch (buttonId) { in buttonPressed()
H A DSelectOptionDialog.java233 public void buttonPressed(int buttonId) { in buttonPressed() argument
234 switch (buttonId) { in buttonPressed()
H A DCreateAddressDialog.java459 public void buttonPressed(int buttonId) { in buttonPressed() argument
460 switch (buttonId) { in buttonPressed()
H A DCreateMacroDialog.java626 public void buttonPressed(int buttonId) { in buttonPressed() argument
627 switch (buttonId) { in buttonPressed()
H A DCreateOptionDialog.java602 public void buttonPressed(int buttonId) { in buttonPressed() argument
603 switch (buttonId) { in buttonPressed()