net.sf.jomic.ui
Class ChoiceSettingButtonGroup

java.lang.Object
  extended by javax.swing.ButtonGroup
      extended by net.sf.jomic.ui.ChoiceSettingButtonGroup
All Implemented Interfaces:
java.io.Serializable

public class ChoiceSettingButtonGroup
extends javax.swing.ButtonGroup

ButtonGroup of JRadioButtons that when clicked will set a setting to the value assigned to the specific button.

See Also:
LimitedIntSettingSlider, BooleanSettingCheckBox, BooleanSettingMenuItem, Serialized Form

Field 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

ChoiceSettingButtonGroup

public ChoiceSettingButtonGroup(java.lang.String newPropertyName,
                                java.lang.String[] choices)
Method Detail

asJPanel

public javax.swing.JPanel asJPanel()