Inherits From:
EOAssociation : EODelayedObserver (EOControl) : NSObject
EOObserving (EODelayedObserver)
Inherits From:
com.apple.yellow.eointerface (Yellow Box)
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.
Usable With | Aspects | Object Keys Taken |
---|---|---|
Nothing | value | target |
enabled | delegate |
There is no Java Client equivalent of this class.
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.