|
||||||||||
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.NSCell
org.rococoa.cocoa.appkit.NSActionCell
org.rococoa.cocoa.appkit.NSStepperCell
public abstract class NSStepperCell
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 |
NSStepperCell._class_
|
static class |
NSStepperCell._stFlags_struct
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
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 | |
---|---|
NSStepperCell()
|
Method Summary | |
---|---|
static NSStepperCell |
alloc()
|
abstract boolean |
autorepeat()
Original signature : -(BOOL)autorepeat native declaration : NSStepperCell.h:41 |
static NSStepperCell._class_ |
getNSClass()
|
abstract double |
increment()
Original signature : -(double)increment native declaration : NSStepperCell.h:35 |
abstract double |
maxValue()
Original signature : -(double)maxValue native declaration : NSStepperCell.h:32 |
abstract double |
minValue()
Original signature : -(double)minValue native declaration : NSStepperCell.h:29 |
static NSStepperCell |
new_()
|
abstract void |
setAutorepeat(boolean autorepeat)
Original signature : -(void)setAutorepeat:(BOOL) native declaration : NSStepperCell.h:42 |
abstract void |
setIncrement(double increment)
Original signature : -(void)setIncrement:(double) native declaration : NSStepperCell.h:36 |
abstract void |
setMaxValue(double maxValue)
Original signature : -(void)setMaxValue:(double) native declaration : NSStepperCell.h:33 |
abstract void |
setMinValue(double minValue)
Original signature : -(void)setMinValue:(double) native declaration : NSStepperCell.h:30 |
abstract void |
setValueWraps(boolean valueWraps)
Original signature : -(void)setValueWraps:(BOOL) native declaration : NSStepperCell.h:39 |
abstract boolean |
valueWraps()
Original signature : -(BOOL)valueWraps native declaration : NSStepperCell.h:38 |
Methods inherited from class org.rococoa.cocoa.appkit.NSActionCell |
---|
action, setAction, setTag, setTarget, tag, target |
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.NSCopying |
---|
copyWithZone |
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 NSStepperCell()
Method Detail |
---|
public abstract double minValue()
-(double)minValue
public abstract void setMinValue(double minValue)
-(void)setMinValue:(double)
public abstract double maxValue()
-(double)maxValue
public abstract void setMaxValue(double maxValue)
-(void)setMaxValue:(double)
public abstract double increment()
-(double)increment
public abstract void setIncrement(double increment)
-(void)setIncrement:(double)
public abstract boolean valueWraps()
-(BOOL)valueWraps
public abstract void setValueWraps(boolean valueWraps)
-(void)setValueWraps:(BOOL)
public abstract boolean autorepeat()
-(BOOL)autorepeat
public abstract void setAutorepeat(boolean autorepeat)
-(void)setAutorepeat:(BOOL)
public static NSStepperCell alloc()
public static NSStepperCell new_()
public static NSStepperCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |