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
Conforms to:
NSCoding
(EOAssociation)
EOObserving (EODelayedObserver)
NSObject (NSObject)
Declared in:
EOInterface/EOControlAssociation.h




Class Description


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


Usable With Aspects Object Keys Taken
Nothing value target
  enabled delegate




Instance Methods



control

- (NSControl *)control

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

editingAssociation

- (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