|
||||||||||
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.NSLevelIndicatorCell
public abstract class NSLevelIndicatorCell
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 |
NSLevelIndicatorCell._class_
|
static class |
NSLevelIndicatorCell._liFlags_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 | |
---|---|
NSLevelIndicatorCell()
|
Method Summary | |
---|---|
static NSLevelIndicatorCell |
alloc()
|
static NSLevelIndicatorCell |
createWithLevelIndicatorStyle(int levelIndicatorStyle)
Factory method |
abstract double |
criticalValue()
Original signature : -(double)criticalValue native declaration : NSLevelIndicatorCell.h:58 |
static NSLevelIndicatorCell._class_ |
getNSClass()
|
abstract NSLevelIndicatorCell |
initWithLevelIndicatorStyle(int levelIndicatorStyle)
Original signature : -(id)initWithLevelIndicatorStyle:(NSLevelIndicatorStyle) native declaration : NSLevelIndicatorCell.h:44 |
abstract int |
levelIndicatorStyle()
Original signature : -(NSLevelIndicatorStyle)levelIndicatorStyle native declaration : NSLevelIndicatorCell.h:46 |
abstract double |
maxValue()
Original signature : -(double)maxValue native declaration : NSLevelIndicatorCell.h:52 |
abstract double |
minValue()
Original signature : -(double)minValue native declaration : NSLevelIndicatorCell.h:49 |
static NSLevelIndicatorCell |
new_()
|
abstract NSInteger |
numberOfMajorTickMarks()
Original signature : -(NSInteger)numberOfMajorTickMarks native declaration : NSLevelIndicatorCell.h:68 |
abstract NSInteger |
numberOfTickMarks()
Original signature : -(NSInteger)numberOfTickMarks native declaration : NSLevelIndicatorCell.h:65 |
abstract NSRect.ByValue |
rectOfTickMarkAtIndex(NSInteger index)
Original signature : -(NSRect)rectOfTickMarkAtIndex:(NSInteger) native declaration : NSLevelIndicatorCell.h:70 |
abstract void |
setCriticalValue(double criticalValue)
Original signature : -(void)setCriticalValue:(double) native declaration : NSLevelIndicatorCell.h:59 |
abstract void |
setImage(NSImage image)
Original signature : -(void)setImage:(NSImage*) native declaration : NSLevelIndicatorCell.h:73 |
abstract void |
setLevelIndicatorStyle(int levelIndicatorStyle)
Original signature : -(void)setLevelIndicatorStyle:(NSLevelIndicatorStyle) native declaration : NSLevelIndicatorCell.h:47 |
abstract void |
setMaxValue(double maxValue)
Original signature : -(void)setMaxValue:(double) native declaration : NSLevelIndicatorCell.h:53 |
abstract void |
setMinValue(double minValue)
Original signature : -(void)setMinValue:(double) native declaration : NSLevelIndicatorCell.h:50 |
abstract void |
setNumberOfMajorTickMarks(NSInteger count)
Original signature : -(void)setNumberOfMajorTickMarks:(NSInteger) native declaration : NSLevelIndicatorCell.h:67 |
abstract void |
setNumberOfTickMarks(NSInteger count)
Original signature : -(void)setNumberOfTickMarks:(NSInteger) native declaration : NSLevelIndicatorCell.h:64 |
abstract void |
setWarningValue(double warningValue)
Original signature : -(void)setWarningValue:(double) native declaration : NSLevelIndicatorCell.h:56 |
abstract NSObject |
tickMarkPosition()
Original signature : -(id)tickMarkPosition native declaration : NSLevelIndicatorCell.h:62 |
abstract double |
tickMarkValueAtIndex(NSInteger index)
Original signature : -(double)tickMarkValueAtIndex:(NSInteger) native declaration : NSLevelIndicatorCell.h:71 |
abstract double |
warningValue()
Original signature : -(double)warningValue native declaration : NSLevelIndicatorCell.h:55 |
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 NSLevelIndicatorCell()
Method Detail |
---|
public abstract NSLevelIndicatorCell initWithLevelIndicatorStyle(int levelIndicatorStyle)
-(id)initWithLevelIndicatorStyle:(NSLevelIndicatorStyle)
levelIndicatorStyle
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSLevelIndicatorStylepublic static NSLevelIndicatorCell createWithLevelIndicatorStyle(int levelIndicatorStyle)
initWithLevelIndicatorStyle(int)
public abstract int levelIndicatorStyle()
-(NSLevelIndicatorStyle)levelIndicatorStyle
public abstract void setLevelIndicatorStyle(int levelIndicatorStyle)
-(void)setLevelIndicatorStyle:(NSLevelIndicatorStyle)
levelIndicatorStyle
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSLevelIndicatorStylepublic 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 warningValue()
-(double)warningValue
public abstract void setWarningValue(double warningValue)
-(void)setWarningValue:(double)
public abstract double criticalValue()
-(double)criticalValue
public abstract void setCriticalValue(double criticalValue)
-(void)setCriticalValue:(double)
public abstract NSObject tickMarkPosition()
-(id)tickMarkPosition
public abstract void setNumberOfTickMarks(NSInteger count)
-(void)setNumberOfTickMarks:(NSInteger)
public abstract NSInteger numberOfTickMarks()
-(NSInteger)numberOfTickMarks
public abstract void setNumberOfMajorTickMarks(NSInteger count)
-(void)setNumberOfMajorTickMarks:(NSInteger)
public abstract NSInteger numberOfMajorTickMarks()
-(NSInteger)numberOfMajorTickMarks
public abstract NSRect.ByValue rectOfTickMarkAtIndex(NSInteger index)
-(NSRect)rectOfTickMarkAtIndex:(NSInteger)
public abstract double tickMarkValueAtIndex(NSInteger index)
-(double)tickMarkValueAtIndex:(NSInteger)
public abstract void setImage(NSImage image)
-(void)setImage:(NSImage*)
setImage
in class NSCell
public static NSLevelIndicatorCell alloc()
public static NSLevelIndicatorCell new_()
public static NSLevelIndicatorCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |