WebObjects 5.2.3

Uses of Class
com.webobjects.eointerface.EOTableColumnAssociation

Packages that use EOTableColumnAssociation
com.webobjects.eointerface Provides the infrastructure to display data for the control layer in a desktop application's user interface. 
com.webobjects.eointerface.cocoa Provides an implementation of Cocoa-Java classes that plug in to the interface layer. 
com.webobjects.eointerface.swing Provides an implementation of Swing classes that plug in to the interface layer. 
 

Uses of EOTableColumnAssociation in com.webobjects.eointerface
 

Methods in com.webobjects.eointerface that return EOTableColumnAssociation
 EOTableColumnAssociation EOTableAssociation.editingTableColumnAssociation()
          If a field in the table is being edited, this method will return the column assocaition for the table column of the edited field.
abstract  EOTableColumnAssociation EOTableAssociation.TablePlugin.tableColumnAssociationForColumnAtIndex(int columnIndex)
          Asks the plugin of the table view for the column association at a specific index.
 

Uses of EOTableColumnAssociation in com.webobjects.eointerface.cocoa
 

Methods in com.webobjects.eointerface.cocoa that return EOTableColumnAssociation
 EOTableColumnAssociation EOCocoaTableViewPlugin.associationForColumnAtIndex(int columnIndex)
          Deprecated. in the Java EOInterface Cocoa Framework. Don't use this method.
 EOTableColumnAssociation EOCocoaTableViewPlugin.tableColumnAssociationForColumnAtIndex(int columnIndex)
          Returns the EOTableColumnAssociation that manages the NSTableColumn at index columnIndex in the plugin's NSTableView.
 

Uses of EOTableColumnAssociation in com.webobjects.eointerface.swing
 

Methods in com.webobjects.eointerface.swing that return EOTableColumnAssociation
 EOTableColumnAssociation EOSwingTablePlugin.tableColumnAssociationForColumnAtIndex(int columnIndex)
          Returns the EOTableColumnAssociation for the column at the specified index.
 EOTableColumnAssociation EOColumnEditor.editingTableColumnAssociation()
          Returns the EOTableColumnAssociation that's bound to the column being edited (the column is cached in EOColumnEditor's implementation of shouldSelectCell and getTableCellEditorComponent).
 

Methods in com.webobjects.eointerface.swing with parameters of type EOTableColumnAssociation
 EOColumnEditor EOSwingTableColumnPlugin.TableColumnCustomizer.editorForAssociation(EOTableColumnAssociation association)
          Returns an EOColumnEditor which will be used as a TableCellEditor for this column.
 TableCellRenderer EOSwingTableColumnPlugin.TableColumnCustomizer.rendererForAssociation(EOTableColumnAssociation association)
          Returns an TableCellRenderer to be used for this column.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.