|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSView
org.rococoa.cocoa.appkit.NSProgressIndicator
public abstract class NSProgressIndicator
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
| Nested Class Summary | |
|---|---|
static class |
NSProgressIndicator.__progressIndicatorFlags
|
static class |
NSProgressIndicator._class_
|
| Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSView |
|---|
NSView.__VFlags2 |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
NSCoding._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSProgressIndicator()
|
|
| Method Summary | |
|---|---|
static NSProgressIndicator |
alloc()
|
NSProgressIndicatorDeprecated |
as_NSProgressIndicator_NSProgressIndicatorDeprecated()
|
abstract NSObject |
controlSize()
Original signature : -(id)controlSizenative declaration : NSProgressIndicator.h:103 |
abstract NSObject |
controlTint()
Original signature : -(id)controlTintnative declaration : NSProgressIndicator.h:100 |
abstract double |
doubleValue()
Original signature : -(double)doubleValuenative declaration : NSProgressIndicator.h:108 |
static NSProgressIndicator._class_ |
getNSClass()
|
abstract void |
incrementBy(double delta)
equivalent to [self setDoubleValue:[self doubleValue] + delta] Original signature : -(void)incrementBy:(double)native declaration : NSProgressIndicator.h:111 |
abstract boolean |
isBezeled()
Original signature : -(BOOL)isBezelednative declaration : NSProgressIndicator.h:97 |
abstract boolean |
isDisplayedWhenStopped()
Original signature : -(BOOL)isDisplayedWhenStoppednative declaration : NSProgressIndicator.h:135 |
abstract boolean |
isIndeterminate()
Original signature : -(BOOL)isIndeterminatenative declaration : NSProgressIndicator.h:94 |
abstract double |
maxValue()
Original signature : -(double)maxValuenative declaration : NSProgressIndicator.h:114 |
abstract double |
minValue()
Original signature : -(double)minValuenative declaration : NSProgressIndicator.h:113 |
static NSProgressIndicator |
new_()
|
abstract void |
setBezeled(boolean flag)
Original signature : -(void)setBezeled:(BOOL)native declaration : NSProgressIndicator.h:98 |
abstract void |
setDisplayedWhenStopped(boolean isDisplayed)
Original signature : -(void)setDisplayedWhenStopped:(BOOL)native declaration : NSProgressIndicator.h:136 |
abstract void |
setDoubleValue(double doubleValue)
Original signature : -(void)setDoubleValue:(double)native declaration : NSProgressIndicator.h:109 |
abstract void |
setIndeterminate(boolean flag)
Original signature : -(void)setIndeterminate:(BOOL)native declaration : NSProgressIndicator.h:95 |
abstract void |
setMaxValue(double newMaximum)
Original signature : -(void)setMaxValue:(double)native declaration : NSProgressIndicator.h:116 |
abstract void |
setMinValue(double newMinimum)
Original signature : -(void)setMinValue:(double)native declaration : NSProgressIndicator.h:115 |
abstract void |
setStyle(int style)
Original signature : -(void)setStyle:(NSProgressIndicatorStyle)native declaration : NSProgressIndicator.h:128 |
abstract void |
setUsesThreadedAnimation(boolean threadedAnimation)
Original signature : -(void)setUsesThreadedAnimation:(BOOL)native declaration : NSProgressIndicator.h:121 |
abstract void |
sizeToFit()
For the bar style, the height will be set to the recommended height. |
abstract void |
startAnimation(ObjCObject sender)
Original signature : -(void)startAnimation:(id)native declaration : NSProgressIndicator.h:123 |
abstract void |
stopAnimation(ObjCObject sender)
Original signature : -(void)stopAnimation:(id)native declaration : NSProgressIndicator.h:124 |
abstract int |
style()
Original signature : -(NSProgressIndicatorStyle)stylenative declaration : NSProgressIndicator.h:129 |
abstract boolean |
usesThreadedAnimation()
returns YES if the PI uses a thread instead of a timer (default in NO) Original signature : -(BOOL)usesThreadedAnimationnative declaration : NSProgressIndicator.h:120 |
| Methods inherited from class org.rococoa.cocoa.appkit.NSView |
|---|
addSubview, ancestorSharedWithView, as_NSView_NSClipViewSuperview, as_NSView_NSRulerMarkerClientViewDelegation, as_NSView_NSViewEnclosingMenuItem, createWithFrame, getRectsBeingDrawn_count, getRectsBeingDrawn_count, initWithFrame, isDescendantOf, isHidden, isHiddenOrHasHiddenAncestor, needsToDrawRect, opaqueAncestor, setHidden, setSubviews, subviews, superview, viewDidHide, viewDidUnhide, wantsDefaultClipping, window |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
encodeWithCoder, initWithCoder |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
| Constructor Detail |
|---|
public NSProgressIndicator()
| Method Detail |
|---|
public NSProgressIndicatorDeprecated as_NSProgressIndicator_NSProgressIndicatorDeprecated()
public abstract boolean isIndeterminate()
-(BOOL)isIndeterminate
public abstract void setIndeterminate(boolean flag)
-(void)setIndeterminate:(BOOL)
public abstract boolean isBezeled()
-(BOOL)isBezeled
public abstract void setBezeled(boolean flag)
-(void)setBezeled:(BOOL)
public abstract NSObject controlTint()
-(id)controlTint
public abstract NSObject controlSize()
-(id)controlSize
public abstract double doubleValue()
-(double)doubleValue
public abstract void setDoubleValue(double doubleValue)
-(void)setDoubleValue:(double)
public abstract void incrementBy(double delta)
-(void)incrementBy:(double)
public abstract double minValue()
-(double)minValue
public abstract double maxValue()
-(double)maxValue
public abstract void setMinValue(double newMinimum)
-(void)setMinValue:(double)
public abstract void setMaxValue(double newMaximum)
-(void)setMaxValue:(double)
public abstract boolean usesThreadedAnimation()
-(BOOL)usesThreadedAnimation
public abstract void setUsesThreadedAnimation(boolean threadedAnimation)
-(void)setUsesThreadedAnimation:(BOOL)
public abstract void startAnimation(ObjCObject sender)
-(void)startAnimation:(id)
public abstract void stopAnimation(ObjCObject sender)
-(void)stopAnimation:(id)
public abstract void setStyle(int style)
-(void)setStyle:(NSProgressIndicatorStyle)
style - @see org.rococoa.cocoa.appkit.AppKitLibrary#NSProgressIndicatorStylepublic abstract int style()
-(NSProgressIndicatorStyle)style
public abstract void sizeToFit()
-(void)sizeToFit
public abstract boolean isDisplayedWhenStopped()
-(BOOL)isDisplayedWhenStopped
public abstract void setDisplayedWhenStopped(boolean isDisplayed)
-(void)setDisplayedWhenStopped:(BOOL)
public static NSProgressIndicator alloc()
public static NSProgressIndicator new_()
public static NSProgressIndicator._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||