org.rococoa.cocoa.appkit.categories
Interface NSButtonCellExtensions

All Superinterfaces:
ObjCObject

public interface NSButtonCellExtensions
extends ObjCObject

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

gradientType

int gradientType()
See Also:
org.rococoa.cocoa.appkit.AppKitLibrary#NSGradientType

setGradientType

void setGradientType(int type)
Original signature : -(void)setGradientType:(NSGradientType)
from NSButtonCellExtensions native declaration : NSButtonCell.h:214

Parameters:
type - @see org.rococoa.cocoa.appkit.AppKitLibrary#NSGradientType

setImageDimsWhenDisabled

void setImageDimsWhenDisabled(boolean flag)
Radio buttons and switches use (imageDimsWhenDisabled == NO) so only their text is dimmed.
Original signature : -(void)setImageDimsWhenDisabled:(BOOL)
from NSButtonCellExtensions native declaration : NSButtonCell.h:218


imageDimsWhenDisabled

boolean imageDimsWhenDisabled()
Original signature : -(BOOL)imageDimsWhenDisabled
from NSButtonCellExtensions native declaration : NSButtonCell.h:219


setShowsBorderOnlyWhileMouseInside

void setShowsBorderOnlyWhileMouseInside(boolean show)
Original signature : -(void)setShowsBorderOnlyWhileMouseInside:(BOOL)
from NSButtonCellExtensions native declaration : NSButtonCell.h:221


showsBorderOnlyWhileMouseInside

boolean showsBorderOnlyWhileMouseInside()
Original signature : -(BOOL)showsBorderOnlyWhileMouseInside
from NSButtonCellExtensions native declaration : NSButtonCell.h:222


mouseEntered

void mouseEntered(NSEvent event)
Original signature : -(void)mouseEntered:(NSEvent*)
from NSButtonCellExtensions native declaration : NSButtonCell.h:224


mouseExited

void mouseExited(NSEvent event)
Original signature : -(void)mouseExited:(NSEvent*)
from NSButtonCellExtensions native declaration : NSButtonCell.h:225


backgroundColor

NSColor backgroundColor()
Original signature : -(NSColor*)backgroundColor
from NSButtonCellExtensions native declaration : NSButtonCell.h:228


setBackgroundColor

void setBackgroundColor(NSColor color)
Original signature : -(void)setBackgroundColor:(NSColor*)
from NSButtonCellExtensions native declaration : NSButtonCell.h:229



Copyright © 2009. All Rights Reserved.