org.rococoa.cocoa.appkit.categories
Interface NSCellBackgroundStyle

All Superinterfaces:
ObjCObject

public interface NSCellBackgroundStyle
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 NSCellBackgroundStyle._static_
           
 
Method Summary
 int backgroundStyle()
           
 int interiorBackgroundStyle()
           
 void setBackgroundStyle(int style)
          Original signature : -(void)setBackgroundStyle:(NSBackgroundStyle)
from NSCellBackgroundStyle native declaration : NSCell.h:422
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

backgroundStyle

int backgroundStyle()
See Also:
org.rococoa.cocoa.appkit.AppKitLibrary#NSBackgroundStyle

setBackgroundStyle

void setBackgroundStyle(int style)
Original signature : -(void)setBackgroundStyle:(NSBackgroundStyle)
from NSCellBackgroundStyle native declaration : NSCell.h:422

Parameters:
style - @see org.rococoa.cocoa.appkit.AppKitLibrary#NSBackgroundStyle

interiorBackgroundStyle

int interiorBackgroundStyle()
See Also:
org.rococoa.cocoa.appkit.AppKitLibrary#NSBackgroundStyle


Copyright © 2009. All Rights Reserved.