All Packages Class Hierarchy This Package Previous Next Index
Class ControlBeans.CRadioButtonPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.JPanel
|
+----ControlBeans.CRadioButtonPanel
- public class CRadioButtonPanel
- extends JPanel
This class implements a regular panel with an added feature: Radiobuttons
and CRadioButtons placed in this panel will consider themselves grouped
together.
-
CRadioButtonPanel()
-
-
add(Component)
- Adds a component to this panel.
CRadioButtonPanel
public CRadioButtonPanel()
add
public Component add(Component c)
- Adds a component to this panel. If the component is an instance of
JRadioButton or thereby inherited classes, it will be grouped with
other components of the same type placed in this panel.
- Parameters:
- c - the component to be added to this panel.
- Returns:
- the component that has been added to this panel.
- Overrides:
- add in class Container
All Packages Class Hierarchy This Package Previous Next Index