|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSButtonCellExtensions
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 interface |
NSButtonCellExtensions._static_
|
Method Summary | |
---|---|
NSColor |
backgroundColor()
Original signature : -(NSColor*)backgroundColor from NSButtonCellExtensions native declaration : NSButtonCell.h:228 |
int |
gradientType()
|
boolean |
imageDimsWhenDisabled()
Original signature : -(BOOL)imageDimsWhenDisabled from NSButtonCellExtensions native declaration : NSButtonCell.h:219 |
void |
mouseEntered(NSEvent event)
Original signature : -(void)mouseEntered:(NSEvent*) from NSButtonCellExtensions native declaration : NSButtonCell.h:224 |
void |
mouseExited(NSEvent event)
Original signature : -(void)mouseExited:(NSEvent*) from NSButtonCellExtensions native declaration : NSButtonCell.h:225 |
void |
setBackgroundColor(NSColor color)
Original signature : -(void)setBackgroundColor:(NSColor*) from NSButtonCellExtensions native declaration : NSButtonCell.h:229 |
void |
setGradientType(int type)
Original signature : -(void)setGradientType:(NSGradientType) from NSButtonCellExtensions native declaration : NSButtonCell.h:214 |
void |
setImageDimsWhenDisabled(boolean flag)
Radio buttons and switches use (imageDimsWhenDisabled == NO) so only their text is dimmed. |
void |
setShowsBorderOnlyWhileMouseInside(boolean show)
Original signature : -(void)setShowsBorderOnlyWhileMouseInside:(BOOL) from NSButtonCellExtensions native declaration : NSButtonCell.h:221 |
boolean |
showsBorderOnlyWhileMouseInside()
Original signature : -(BOOL)showsBorderOnlyWhileMouseInside from NSButtonCellExtensions native declaration : NSButtonCell.h:222 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
int gradientType()
org.rococoa.cocoa.appkit.AppKitLibrary#NSGradientType
void setGradientType(int type)
-(void)setGradientType:(NSGradientType)
type
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSGradientTypevoid setImageDimsWhenDisabled(boolean flag)
-(void)setImageDimsWhenDisabled:(BOOL)
boolean imageDimsWhenDisabled()
-(BOOL)imageDimsWhenDisabled
void setShowsBorderOnlyWhileMouseInside(boolean show)
-(void)setShowsBorderOnlyWhileMouseInside:(BOOL)
boolean showsBorderOnlyWhileMouseInside()
-(BOOL)showsBorderOnlyWhileMouseInside
void mouseEntered(NSEvent event)
-(void)mouseEntered:(NSEvent*)
void mouseExited(NSEvent event)
-(void)mouseExited:(NSEvent*)
NSColor backgroundColor()
-(NSColor*)backgroundColor
void setBackgroundColor(NSColor color)
-(void)setBackgroundColor:(NSColor*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |