Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > EOInterface Reference



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.





Copyright © 1998, Apple Computer, Inc. All rights reserved.