PATH |
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()
Instance Methods
dispose
public void dispose()
table
public javax.swing.JTable table()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)