Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOView


Inherits from:
javax.swing.JPanel : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
Implements:
NSDisposable
java.io.Serializable
java.awt.image.ImageObserver
java.awt.MenuContainer
Package:
com.webobjects.eointerface.swing


Class Description


EOView is a subclass of javax.swing.JPanel that uses an EOViewLayout object to provide its layout logic.For more information on the layout behavior of EOView objects, see the EOViewLayout class specification.




Interfaces Implemented


NSDisposable
dispose
java.io.Serializable
java.awt.image.ImageObserver
java.awt.MenuContainer


Method Types


All methods
EOView
add
setBounds


Constructors



EOView

public EOView()

Description forthcoming.


Instance Methods



add

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

Adds aComponent to the receiver and returns it.

dispose

public void dispose()

See the description in the documentation for NSDisposable.

setBounds

public void setBounds( int x, int y, int width, int height)

See the method description for setBounds in Sun's JPanel class documentation.

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


Table of Contents