Related class | |
Availability | Available in Mac OS X v10.3 and later.
|
Availability Bindings
Parameters Bindings
Value Bindings
A multiple-value binding that determines if the NSMovieView is editable in the user interface.
When editable
is bound, a new binding, editable2
, is exposed and can be bound. Binding to editable2
causes editable3
to be exposed, and so on.
The contents of the NSMovieView are editable if a logical AND operation on all the editable
bindings results in a Boolean value of YES
.
A multiple-value binding that determines if the NSMovieView is displayed in the user interface.
When hidden
is bound, a new binding, hidden2
, is exposed and can be bound. Binding to hidden2
causes hidden3
to be exposed, and so on.
The NSMovieView is hidden if a logical OR operation on all the hidden
bindings results in a Boolean value of YES
.
An NSString that contains the tool tip to display for this NSMovieView.
An NSMovie instance that contains the content to be displayed by the NSMovieView.
An NSString that specifies the full path of the content to display in the NSMovieView.
An NSString or NSURL that specifies the URL of the content to display in the NSMovieView.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)