- Inherits from:
- EOAssociation : EODelayedObserver (EOControl) : Object
- Implements:
- EOObserving (EODelayedObserver)
- Package:
- com.apple.client.eointerface
EOQuickTimeAssociation associates the contents of its URLAspect's display group with an EOQuickTimeView.
| Note: This class doesn't exist in the com.apple.yellow.eointerface package. |
| Usable With |
| EOQuickTimeView |
| Aspects | |
| URLAspect | A URL for the location of the QuickTime movie. |
public EOQuickTimeAssociation(Object aDisplayObject)
You normally set up associations in Interface Builder, in which case you don't need to create them programmatically. However, if you do create them up programmatically, setting them up is a multi-step process. After creating an association, you must bind its aspects and establish its connections.
See Also: bindAspect (EOAssociation), establishConnection (EOAssociation)
public void breakConnection()
public boolean isUsableWithObject(Object aDisplayObject)
true if aDisplayObject is
an instance of EOQuickTimeView, false otherwise.See Also: isUsableWithObject ( EOAssociation)
public String primaryAspect()
EOAssociation. URLAspect. See Also: primaryAspect ( EOAssociation)
public void subjectChanged()