Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > EOInterface Reference

Table of Contents

EOTable


Inherits from:
javax.swing.JScrollPane : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
Implements:
NSDisposable
Package:
com.apple.client.eointerface


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 jTable.


Note: This class doesn't exist in the com.apple.yellow.eointerface package.




Interfaces Implemented


NSDisposable
dispose


Instance Methods



debuggingHint

public String debuggingHint()

Returns the receiver's debugging hint.

jTable

public javax.swing.JTable jTable()

Returns the receiver's JTable.

setDebuggingHint

public void setDebuggingHint(String hint)

Sets the receiver's debugging hint to hint.


Table of Contents