PATH |
- 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
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..
- NSDisposable
- dispose
- java.io.Serializable
- java.awt.image.ImageObserver
- java.awt.MenuContainer
- All methods
- EOTable
- table
public EOTable()
public void dispose()
public javax.swing.JTable table()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)