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