Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

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)

Description forthcoming.


Instance Methods



breakConnection

public void breakConnection()

See the breakConnection method description in the superclass EOAssociation.

columnAdded

public void columnAdded(javax.swing.event.TableColumnModelEvent event)

Description forthcoming.

columnMarginChanged

public void columnMarginChanged(javax.swing.event.ChangeEvent event)

Description forthcoming.

columnMoved

public void columnMoved(javax.swing.event.TableColumnModelEvent event)

Description forthcoming.

columnRemoved

public void columnRemoved(javax.swing.event.TableColumnModelEvent event)

Description forthcoming.

columnSelectionChanged

public void columnSelectionChanged( javax.swing.event.ListSelectionEvent event)

Description forthcoming.

editingColumnIndex

public int editingColumnIndex()

Description forthcoming.

editingRowIndex

public int editingRowIndex()

Description forthcoming.

establishConnection

public void establishConnection()

See the establishConnection method description in the superclass (EOAssociation).

existingTableAssociation

public com.webobjects.eointerface.EOTableAssociation existingTableAssociation()

Description forthcoming.

numberOfColumns

public int numberOfColumns()

Description forthcoming.

selectionIndexes

public int[] selectionIndexes()

Description forthcoming.

tableColumnAssociationForColumnAtIndex

public com.webobjects.eointerface.EOTableColumnAssociation tableColumnAssociationForColumnAtIndex(int columnIndex)

Description forthcoming.

updateSelectionIndexes

public void updateSelectionIndexes(int[] selectedRowIndexes)

Description forthcoming.

updateTableContents

public void updateTableContents(int numberOfRows)

Description forthcoming.

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent event)

Description forthcoming.

widgetKeysTaken

public String[] widgetKeysTaken()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 21, 2001)


Table of Contents