All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----javax.swing.JComponent | +----javax.swing.AbstractButton | +----javax.swing.JToggleButton | +----javax.swing.JRadioButton | +----com.sgi.sysadm.ui.RRadioButton
All constructors are the same as JRadioButton's.
public RRadioButton()
public RRadioButton(Icon icon)
public RRadioButton(Icon icon, boolean selected)
public RRadioButton(String text)
public RRadioButton(String text, boolean selected)
public RRadioButton(String text, Icon icon)
public RRadioButton(String text, Icon icon, boolean selected)
public void extraCleanup()
All Packages Class Hierarchy This Package Previous Next Index