KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JRadioButton

javax.swing
Class JRadioButton

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.AbstractButton
                  extended by javax.swing.JToggleButton
                      extended by javax.swing.JRadioButton
All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants
See Also:
Top Examples, Source Code, XMLEncoder, Border, JPanel, ButtonGroup, JCheckBox

protected void configurePropertiesFromAction(Action a)
See Also:
AbstractButton.setAction(javax.swing.Action)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected PropertyChangeListener createActionPropertyChangeListener(Action a)
See Also:
AbstractButton.setAction(javax.swing.Action)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AccessibleContext getAccessibleContext()
See Also:
JToggleButton, Accessible
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getUIClassID()
See Also:
UIDefaults.getUI(javax.swing.JComponent), JToggleButton
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(String text)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(String text,
                    boolean selected)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(String text,
                    Icon icon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(String text,
                    Icon icon,
                    boolean selected)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(Action a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(Icon icon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JRadioButton(Icon icon,
                    boolean selected)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String paramString()
See Also:
JToggleButton
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void updateUI()
See Also:
JToggleButton
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags