|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.ButtonGroup net.sf.jomic.ui.ChoiceSettingButtonGroup
public class ChoiceSettingButtonGroup
ButtonGroup of JRadioButtons
that when clicked will set a setting to the value
assigned to the specific button.
LimitedIntSettingSlider
,
BooleanSettingCheckBox
,
BooleanSettingMenuItem
,
Serialized FormField Summary |
---|
Fields inherited from class javax.swing.ButtonGroup |
---|
buttons |
Constructor Summary | |
---|---|
ChoiceSettingButtonGroup(java.lang.String newPropertyName,
java.lang.String[] choices)
|
Method Summary | |
---|---|
javax.swing.JPanel |
asJPanel()
|
Methods inherited from class javax.swing.ButtonGroup |
---|
add, clearSelection, getButtonCount, getElements, getSelection, isSelected, remove, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChoiceSettingButtonGroup(java.lang.String newPropertyName, java.lang.String[] choices)
Method Detail |
---|
public javax.swing.JPanel asJPanel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |