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

Table of Contents

EOQuickTimeAssociation


Inherits from:
EOAssociation : EODelayedObserver (EOControl) : Object
Implements:
EOObserving (EODelayedObserver)
Package:
com.apple.client.eointerface


Class Description


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.




Constructors



EOQuickTimeAssociation

public EOQuickTimeAssociation(Object aDisplayObject)

Creates a new EOQuickTimeAssociation to monitor and update the value in aDisplayObject, an EOQuickTimeView.

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)




Instance Methods



breakConnection

public void breakConnection()

See the breakConnection method description in the superclass EOAssociation.

isUsableWithObject

public boolean isUsableWithObject(Object aDisplayObject)

Returns true if aDisplayObject is an instance of EOQuickTimeView, false otherwise.

See Also: isUsableWithObject ( EOAssociation)



primaryAspect

public String primaryAspect()

Returns EOAssociation. URLAspect.

See Also: primaryAspect ( EOAssociation)



subjectChanged

public void subjectChanged()

See the subjectChanged method description in the superclass EOAssociation.


Table of Contents