org.rococoa.cocoa.appkit.categories
Interface NSCellMixedState

All Superinterfaces:
ObjCObject

public interface NSCellMixedState
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 NSCellMixedState._static_
           
 
Method Summary
 boolean allowsMixedState()
          Original signature : -(BOOL)allowsMixedState
from NSCellMixedState native declaration : NSCell.h:356
 NSInteger nextState()
          get next state state in cycle
Original signature : -(NSInteger)nextState
from NSCellMixedState native declaration : NSCell.h:357
 void setAllowsMixedState(boolean flag)
          allow button to have mixed state value
Original signature : -(void)setAllowsMixedState:(BOOL)
from NSCellMixedState native declaration : NSCell.h:355
 void setNextState()
          toggle/cycle through states
Original signature : -(void)setNextState
from NSCellMixedState native declaration : NSCell.h:358
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

setAllowsMixedState

void setAllowsMixedState(boolean flag)
allow button to have mixed state value
Original signature : -(void)setAllowsMixedState:(BOOL)
from NSCellMixedState native declaration : NSCell.h:355


allowsMixedState

boolean allowsMixedState()
Original signature : -(BOOL)allowsMixedState
from NSCellMixedState native declaration : NSCell.h:356


nextState

NSInteger nextState()
get next state state in cycle
Original signature : -(NSInteger)nextState
from NSCellMixedState native declaration : NSCell.h:357


setNextState

void setNextState()
toggle/cycle through states
Original signature : -(void)setNextState
from NSCellMixedState native declaration : NSCell.h:358



Copyright © 2009. All Rights Reserved.