Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOForm


Inherits from:
EOMatrix : 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


The EOForm class is a subclass of EOMatrix that manages a collection of titled text fields laid out on a grid. Each title/text field pair is an EOFormCell.




Interfaces Implemented


java.awt.LayoutManager
addLayoutComponent
layoutContainer
minimumLayoutSize
preferredLayoutSize
removeLayoutComponent


Method Types


All methods
EOForm
add


Constructors



EOForm

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

Description forthcoming.


Instance Methods



add

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

Adds formCell, an EOFormCell, to the receiver's collection of form cells.

addLayoutComponent

public void addLayoutComponent( String aString, java.awt.Component aComponent)

Description forthcoming.

layoutContainer

public void layoutContainer(java.awt.Container formCell)

Lays out the title and text field of formCell..

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container aContainer)

Returns the value returned from aContainer's getMinimumSize..

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container aContainer)

Returns the value returned from aContainer's getPreferredSize..

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component aComponent)

Description forthcoming.

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


Table of Contents