org.rococoa.cocoa.appkit.categories
Interface NSCellMixedState

All Known Implementing Classes:
NSActionCell, NSBrowserCell, NSButtonCell, NSCell, NSComboBoxCell, NSDatePickerCell, NSFormCell, NSImageCell, NSLevelIndicatorCell, NSMenuItemCell, NSPathCell, NSPathComponentCell, NSPopUpButtonCell, NSSearchFieldCell, NSSecureTextFieldCell, NSSegmentedCell, NSSliderCell, NSStepperCell, NSTableHeaderCell, NSTextAttachmentCell, NSTextFieldCell, NSTokenFieldCell

public interface NSCellMixedState

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()
           
 int nextState()
          Original signature : -(NSInteger)nextState
get next state state in cycle
 void setAllowsMixedState(boolean flag)
          Original signature : -(void)setAllowsMixedState:(BOOL)
allow button to have mixed state value
 void setNextState()
          Original signature : -(void)setNextState
toggle/cycle through states
 

Method Detail

setAllowsMixedState

void setAllowsMixedState(boolean flag)
Original signature : -(void)setAllowsMixedState:(BOOL)
allow button to have mixed state value


allowsMixedState

boolean allowsMixedState()

nextState

int nextState()
Original signature : -(NSInteger)nextState
get next state state in cycle


setNextState

void setNextState()
Original signature : -(void)setNextState
toggle/cycle through states