Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOTable


Inherits from:
javax.swing.JScrollPane : 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


The EOTable class is used to represent tables of data. An EOTable object uses a JTable to do its work. As a subclass of JScrollPane, an EOTable wraps its JTable in a scroll view and adds the JTable's JTableHeader to the EOTable's column header. If you want to configure or message an EOTable's JTable, you can access the it with the method table..




Interfaces Implemented


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


Method Types


All methods
EOTable
table


Constructors



EOTable

public EOTable()

Description forthcoming,


Instance Methods



dispose

public void dispose()

See the description in the documentation for NSDisposable.

table

public javax.swing.JTable table()

Returns the receiver's JTable.

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


Table of Contents