- Inherits from:
- EOView : javax.swing.JPanel : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- NSDisposable (EOView)
- Package:
- com.apple.client.eointerface
EOMatrix is a class used to group collections of mutually exclusive JRadioButtons and to lay them out on a grid. It is a subclass of EOView that uses a java.awt.GridLayout.
Note: This class doesn't exist in the com.apple.yellow.eointerface package. |
For more information on the way a matrix of JRadioButtons behaves, see the Sun class documentation for javax.swing.ButtonGroup.
public
EOMatrix
(String debuggingHint,
int rows,
int cols,
int rowSpacing,
int colSpacing)
public java.awt.Component
add
(java.awt.Component radioButton)