WebObjects 5.2.3

Uses of Class
com.webobjects.eointerface.EOTableAssociation

Packages that use EOTableAssociation
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 EOTableAssociation in com.webobjects.eointerface
 

Methods in com.webobjects.eointerface that return EOTableAssociation
abstract  EOTableAssociation EOTableColumnAssociation.TableColumnPlugin.tableAssociation()
          Returns an association for the table of this plugin's column.
abstract  EOTableAssociation EOTableAssociation.TablePlugin.existingTableAssociation()
          Asks the plugin of the table view for an already existing table association.
 

Uses of EOTableAssociation in com.webobjects.eointerface.cocoa
 

Methods in com.webobjects.eointerface.cocoa that return EOTableAssociation
 EOTableAssociation EOCocoaTableViewPlugin.existingTableAssociation()
          Returns the table association for this plugin.
 EOTableAssociation EOCocoaTableColumnPlugin.tableAssociation()
          Gets the EOTableAssociation object that manages the table that contains this plugin's NSTableColumn.
 

Uses of EOTableAssociation in com.webobjects.eointerface.swing
 

Methods in com.webobjects.eointerface.swing that return EOTableAssociation
 EOTableAssociation EOSwingTablePlugin.existingTableAssociation()
          Returns the EOTableAssociation for this plugin's table.
 EOTableAssociation EOSwingTableColumnPlugin.tableAssociation()
          Returns the table association of the table containing this plugin's column.
 


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

Copyright © 2004 Apple Computer, Inc.