All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.ProgressIndicator
NSProgressIndicator
.
[[NSProgressIndicator
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- animate:
Objective-C instance method.
- animationDelay
Objective-C instance method.
- doubleValue
Objective-C instance method.
- incrementBy:
Objective-C instance method.
- isBezeled
Objective-C instance method.
- isIndeterminate
Objective-C instance method.
- maxValue
Objective-C instance method.
- minValue
Objective-C instance method.
- setAnimationDelay:
Objective-C instance method.
- setBezeled:
Objective-C instance method.
- setDoubleValue:
Objective-C instance method.
- setIndeterminate:
Objective-C instance method.
- setMaxValue:
Objective-C instance method.
- setMinValue:
Objective-C instance method.
- setUsesThreadedAnimation:
Objective-C instance method.
- startAnimation:
Objective-C instance method.
- stopAnimation:
Objective-C instance method.
- usesThreadedAnimation
Objective-C instance method.
protected ProgressIndicator(boolean shouldAllocate, int objcObject)
public ProgressIndicator()
[[NSProgressIndicator
alloc] init]
.
public ProgressIndicator(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public ProgressIndicator(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public native boolean isIndeterminate()
- isIndeterminate
Objective-C instance method.
public native void setIndeterminate(boolean flag)
- setIndeterminate:
Objective-C instance method.
public native boolean isBezeled()
- isBezeled
Objective-C instance method.
public native void setBezeled(boolean flag)
- setBezeled:
Objective-C instance method.
public native double doubleValue()
- doubleValue
Objective-C instance method.
public native void setDoubleValue(double doubleValue)
- setDoubleValue:
Objective-C instance method.
public native void incrementBy(double delta)
- incrementBy:
Objective-C instance method.
public native double minValue()
- minValue
Objective-C instance method.
public native double maxValue()
- maxValue
Objective-C instance method.
public native void setMinValue(double newMinimum)
- setMinValue:
Objective-C instance method.
public native void setMaxValue(double newMaximum)
- setMaxValue:
Objective-C instance method.
public native double animationDelay()
- animationDelay
Objective-C instance method.
public native void setAnimationDelay(double delay)
- setAnimationDelay:
Objective-C instance method.
public native boolean usesThreadedAnimation()
- usesThreadedAnimation
Objective-C instance method.
public native void setUsesThreadedAnimation(boolean threadedAnimation)
- setUsesThreadedAnimation:
Objective-C instance method.
public native void startAnimation(Object sender)
- startAnimation:
Objective-C instance method.
public native void stopAnimation(Object sender)
- stopAnimation:
Objective-C instance method.
public native void animate(Object sender)
- animate:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index