PATH Documentation > WebObjects

Table of Contents

EOTableAssociation.TablePlugin


Inherits from:
EOWidgetAssociation.WidgetPlugin : Object
Implements:
NSDisposable
Package:
com.webobjects.eointerface


Class Description


Documentation for this class is forthcoming.




Interfaces Implemented


NSDisposable


Method Types


All methods
EOTableAssociation.TablePlugin
editingColumnIndex
editingRowIndex
existingTableAssociation
numberOfColumns
selectionIndexes
tableColumnAssociationForColumnAtIndex
updateSelectionIndexes
updateTableContents


Constructors



EOTableAssociation.TablePlugin

public EOTableAssociation.TablePlugin( EOWidgetAssociation association, Object widget)

Description forthcoming.


Instance Methods



editingColumnIndex

public abstract int editingColumnIndex()

Description forthcoming.

editingRowIndex

public abstract int editingRowIndex()

Description forthcoming.

existingTableAssociation

public abstract EOTableAssociation existingTableAssociation()

Description forthcoming.

numberOfColumns

public abstract int numberOfColumns()

Description forthcoming.

selectionIndexes

public abstract int[] selectionIndexes()

Description forthcoming.

tableColumnAssociationForColumnAtIndex

public abstract EOTableColumnAssociation tableColumnAssociationForColumnAtIndex(int columnIndex)

Description forthcoming.

updateSelectionIndexes

public abstract void updateSelectionIndexes(int[] selectedRowIndexes[])

Description forthcoming.

updateTableContents

public abstract void updateTableContents(int numberOfRows)

Description forthcoming.

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


Table of Contents