PATH |
- Inherits from:
- EOTableAssociation.TablePlugin (EOInterface) : EOWidgetAssociation.WidgetPlugin (EOInterface) : Object
- Implements:
- javax.swing.event.ListSelectionListener
- javax.swing.event.TableColumnModelListener
- NSDisposable
- Package:
- com.webobjects.eointerface.swing
Documentation for this class is forthcoming.
- javax.swing.event.ListSelectionListener
- valueChanged
- javax.swing.event.TableColumnModelListener
- columnAdded
- columnMarginChanged
- columnMoved
- columnRemoved
- columnSelectionChanged
- NSDisposable
- All methods
- EOSwingTablePlugin
- breakConnection
- editingColumnIndex
- editingRowIndex
- establishConnection
- existingTableAssociation
- numberOfColumns
- selectionIndexes
- tableColumnAssociationForColumnAtIndex
- updateSelectionIndexes
- updateTableContents
- valueChanged
- widgetKeysTaken
public EOSwingTablePlugin( com.webobjects.eointerface.EOWidgetAssociation anEOWidgetAssociation, Object widget)
public void breakConnection()
public void columnAdded(javax.swing.event.TableColumnModelEvent event)
public void columnMarginChanged(javax.swing.event.ChangeEvent event)
public void columnMoved(javax.swing.event.TableColumnModelEvent event)
public void columnRemoved(javax.swing.event.TableColumnModelEvent event)
public void columnSelectionChanged( javax.swing.event.ListSelectionEvent event)
public int editingColumnIndex()
public int editingRowIndex()
public void establishConnection()
public com.webobjects.eointerface.EOTableAssociation existingTableAssociation()
public int numberOfColumns()
public int[] selectionIndexes()
public com.webobjects.eointerface.EOTableColumnAssociation tableColumnAssociationForColumnAtIndex(int columnIndex)
public void updateSelectionIndexes(int[] selectedRowIndexes)
public void updateTableContents(int numberOfRows)
public void valueChanged(javax.swing.event.ListSelectionEvent event)
public String[] widgetKeysTaken()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)