Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > EOInterface Reference

Table of Contents

EOGenericControlAssociation


Inherits from:
EOAssociation : EODelayedObserver (EOControl) : NSObject
Implements:
EOObserving (EODelayedObserver)
Package:
com.apple.yellow.eointerface


Class Description


EOGenericControlAssociation is the abstract superclass of EOControlAssociation and EOActionCellAssociation. You never use instances of this class directly; its isUsableWithObject method always returns false. See the subclass specifications for more information.


Note: This class doesn't exist in the com.apple.client.eointerface package.


Usable With Aspects Object Keys Taken
Nothing value target
  enabled delegate




Instance Methods



control

public com.apple.yellow.application.NSControl control()

Overridden by subclasses to return the receiver's display object-an NSControl (Application Kit).

editingAssociation

public EOGenericControlAssociation editingAssociation()

Overridden by subclasses to return the association responsible for handling text delegation messages. For example, if the display object is a NSMatrix or NSTableView (Application Kit), this method returns the association for the cell being edited.




Table of Contents