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 NSProgressIndicator 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 NSProgressIndicator is hidden if a logical OR operation on all the hidden
bindings results in a Boolean value of YES
.
A Boolean value that specifies if the NSProgressIndicator should animate.
When animate
evaluates to YES
, the NSProgressIndicator displays the appropriate animation.
A double
value that specifies the delay, in seconds, between animation steps for an indeterminate progress indicator.
By default, the animation delay is set to 1/12 of a second (5.0/60.0). A determinate progress indicator does not use the animation delay value.
A Boolean value that specifies if the NSProgressIndicator object is indeterminate. An indeterminate indicator shows simply that the application is busy, rather than displaying how much of the task has been completed.
If isIndeterminate
evaluates to a Boolean value of YES
then the indeterminate display is used.
An NSString that contains the tool tip to display for this NSProgressIndicator.
A double
value that specifies the maximum value allowed by the NSProgressIndicator.
A double
value that specifies the minimum value allowed by the NSProgressIndicator.
A double
value that specifies the current value of the NSProgressIndicator.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)