|
||||||||||
| 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.NSControl
org.rococoa.cocoa.appkit.NSSegmentedControl
public abstract class NSSegmentedControl
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 |
NSSegmentedControl._class_
|
| Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSControl |
|---|
NSControl.__conFlags |
| 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 | |
|---|---|
NSSegmentedControl()
|
|
| Method Summary | |
|---|---|
static NSSegmentedControl |
alloc()
|
static NSSegmentedControl._class_ |
getNSClass()
|
abstract NSImage |
imageForSegment(NSInteger segment)
Original signature : -(NSImage*)imageForSegment:(NSInteger)native declaration : NSSegmentedControl.h:52 |
abstract NSObject |
imageScalingForSegment(NSInteger segment)
Original signature : -(id)imageScalingForSegment:(NSInteger)native declaration : NSSegmentedControl.h:57 |
abstract boolean |
isEnabledForSegment(NSInteger segment)
Original signature : -(BOOL)isEnabledForSegment:(NSInteger)native declaration : NSSegmentedControl.h:71 |
abstract boolean |
isSelectedForSegment(NSInteger segment)
Original signature : -(BOOL)isSelectedForSegment:(NSInteger)native declaration : NSSegmentedControl.h:68 |
abstract NSString |
labelForSegment(NSInteger segment)
Original signature : -(NSString*)labelForSegment:(NSInteger)native declaration : NSSegmentedControl.h:62 |
abstract NSMenu |
menuForSegment(NSInteger segment)
Original signature : -(NSMenu*)menuForSegment:(NSInteger)native declaration : NSSegmentedControl.h:65 |
static NSSegmentedControl |
new_()
|
abstract NSInteger |
segmentCount()
Original signature : -(NSInteger)segmentCountnative declaration : NSSegmentedControl.h:39 |
abstract NSInteger |
segmentStyle()
Original signature : -(NSSegmentStyle)segmentStylenative declaration : NSSegmentedControl.h:75 |
abstract NSInteger |
selectedSegment()
Original signature : -(NSInteger)selectedSegmentnative declaration : NSSegmentedControl.h:42 |
abstract boolean |
selectSegmentWithTag(NSInteger tag)
Original signature : -(BOOL)selectSegmentWithTag:(NSInteger)native declaration : NSSegmentedControl.h:45 |
abstract void |
setEnabled_forSegment(boolean enabled,
NSInteger segment)
Original signature : -(void)setEnabled:(BOOL) forSegment:(NSInteger)native declaration : NSSegmentedControl.h:70 |
abstract void |
setImage_forSegment(NSImage image,
NSInteger segment)
Original signature : -(void)setImage:(NSImage*) forSegment:(NSInteger)native declaration : NSSegmentedControl.h:51 |
abstract void |
setLabel_forSegment(NSString label,
NSInteger segment)
Original signature : -(void)setLabel:(NSString*) forSegment:(NSInteger)native declaration : NSSegmentedControl.h:61 |
abstract void |
setMenu_forSegment(NSMenu menu,
NSInteger segment)
Original signature : -(void)setMenu:(NSMenu*) forSegment:(NSInteger)native declaration : NSSegmentedControl.h:64 |
abstract void |
setSegmentCount(NSInteger count)
Original signature : -(void)setSegmentCount:(NSInteger)native declaration : NSSegmentedControl.h:38 |
abstract void |
setSegmentStyle(NSInteger segmentStyle)
Original signature : -(void)setSegmentStyle:(NSSegmentStyle)native declaration : NSSegmentedControl.h:74 |
abstract void |
setSelected_forSegment(boolean selected,
NSInteger segment)
Original signature : -(void)setSelected:(BOOL) forSegment:(NSInteger)native declaration : NSSegmentedControl.h:67 |
abstract void |
setSelectedSegment(NSInteger selectedSegment)
Original signature : -(void)setSelectedSegment:(NSInteger)native declaration : NSSegmentedControl.h:41 |
abstract void |
setWidth_forSegment(org.rococoa.cocoa.CGFloat width,
NSInteger segment)
Original signature : -(void)setWidth:(CGFloat) forSegment:(NSInteger)native declaration : NSSegmentedControl.h:48 |
abstract org.rococoa.cocoa.CGFloat |
widthForSegment(NSInteger segment)
Original signature : -(CGFloat)widthForSegment:(NSInteger)native declaration : NSSegmentedControl.h:49 |
| 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 NSSegmentedControl()
| Method Detail |
|---|
public abstract void setSegmentCount(NSInteger count)
-(void)setSegmentCount:(NSInteger)
public abstract NSInteger segmentCount()
-(NSInteger)segmentCount
public abstract void setSelectedSegment(NSInteger selectedSegment)
-(void)setSelectedSegment:(NSInteger)
public abstract NSInteger selectedSegment()
-(NSInteger)selectedSegment
public abstract boolean selectSegmentWithTag(NSInteger tag)
-(BOOL)selectSegmentWithTag:(NSInteger)
public abstract void setWidth_forSegment(org.rococoa.cocoa.CGFloat width,
NSInteger segment)
-(void)setWidth:(CGFloat) forSegment:(NSInteger)
public abstract org.rococoa.cocoa.CGFloat widthForSegment(NSInteger segment)
-(CGFloat)widthForSegment:(NSInteger)
public abstract void setImage_forSegment(NSImage image,
NSInteger segment)
-(void)setImage:(NSImage*) forSegment:(NSInteger)
public abstract NSImage imageForSegment(NSInteger segment)
-(NSImage*)imageForSegment:(NSInteger)
public abstract NSObject imageScalingForSegment(NSInteger segment)
-(id)imageScalingForSegment:(NSInteger)
public abstract void setLabel_forSegment(NSString label,
NSInteger segment)
-(void)setLabel:(NSString*) forSegment:(NSInteger)
public abstract NSString labelForSegment(NSInteger segment)
-(NSString*)labelForSegment:(NSInteger)
public abstract void setMenu_forSegment(NSMenu menu,
NSInteger segment)
-(void)setMenu:(NSMenu*) forSegment:(NSInteger)
public abstract NSMenu menuForSegment(NSInteger segment)
-(NSMenu*)menuForSegment:(NSInteger)
public abstract void setSelected_forSegment(boolean selected,
NSInteger segment)
-(void)setSelected:(BOOL) forSegment:(NSInteger)
public abstract boolean isSelectedForSegment(NSInteger segment)
-(BOOL)isSelectedForSegment:(NSInteger)
public abstract void setEnabled_forSegment(boolean enabled,
NSInteger segment)
-(void)setEnabled:(BOOL) forSegment:(NSInteger)
public abstract boolean isEnabledForSegment(NSInteger segment)
-(BOOL)isEnabledForSegment:(NSInteger)
public abstract void setSegmentStyle(NSInteger segmentStyle)
-(void)setSegmentStyle:(NSSegmentStyle)
public abstract NSInteger segmentStyle()
-(NSSegmentStyle)segmentStyle
public static NSSegmentedControl alloc()
public static NSSegmentedControl new_()
public static NSSegmentedControl._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||