PATH Documentation > WebObjects

Table of Contents

EOMatrix


Inherits from:
EOView : javax.swing.JPanel : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
Implements:
java.awt.LayoutManager
NSDisposable
javax.accessibility.Accessible
java.io.Serializable
Package:
com.webobjects.eointerface.swing


Class Description


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.

For more information on the way a matrix of JRadioButtons behaves, see the Sun class documentation for javax.swing.ButtonGroup.




Interfaces Implemented


java.awt.LayoutManager
NSDisposable
javax.accessibility.Accessible
java.io.Serializable


Method Types


All methods
EOMatrix
add


Constructors



EOMatrix

public EOMatrix( int rows, int columns, int rowSpacing, int columnSpacing)

Description forthcoming.


Instance Methods



add

public java.awt.Component add(java.awt.Component radioButton)

Adds radioButton if it's an instance of javax.swing.JRadioButton, otherwise simply returns.

© 2001 Apple Computer, Inc. (Last Published April 21, 2001)


Table of Contents