Public Member Functions | |
| ChooseKlaxonVolumePanel () | |
| ChooseKlaxonVolumePanel (String borderTitle, String firstRadioTitle, String secondRadioTitle, String thirdRadioTitle, String fourthRadioTitle, String defaultChecked) | |
| void | actionPerformed (java.awt.event.ActionEvent actionEvent) |
| void | setSelected (String whichOne) |
| void | setDefaultChecked () |
| String | getChoosenButton () |
| void | addConfigurationChangeListener (java.awt.event.ActionListener listener) |
Private Member Functions | |
| void | initComponents (String borderTitle, String firstRadioTitle, String secondRadioTitle, String thirdRadioTitle, String fourthRadioTitle, String defaultChecked) |
Private Attributes | |
| JRadioButton | firstRadio = null |
| JRadioButton | secondRadio = null |
| JRadioButton | thirdRadio = null |
| JRadioButton | fourthRadio = null |
| String | defaultChecked = null |
| ActionListener | confChangeListener = null |
|
|
|
|
||||||||||||||||||||||||||||
|
Create simple choose panel with 4 radio buttons This method initialize all component. Creates TitleBorder, radio button and all necesary components.
|
|
|
|
|
|
|
|
|
This method tells, which button is selected.
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
This method set checked left of right radio button.
|
|
|
listener which is able to change Save button on ConfigurationPanel |
|
|
default selected |
|
|
left rafio button |
|
|
rght rafio button |
|
|
rght rafio button |
|
|
rght rafio button |
1.3.8