- Inherits from:
- javax.swing.JScrollPane : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- NSDisposable
- Package:
- com.apple.client.eointerface
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 jTable.
Note: This class doesn't exist in the com.apple.yellow.eointerface package. |
NSDisposable
dispose
public String
debuggingHint
()
public javax.swing.JTable
jTable
()
public void
setDebuggingHint
(String hint)