org.rococoa.cocoa.appkit.categories
Interface NSButtonMixedState

All Superinterfaces:
ObjCObject

public interface NSButtonMixedState
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 NSButtonMixedState._static_
           
 
Method Summary
 boolean allowsMixedState()
          Original signature : -(BOOL)allowsMixedState
from NSButtonMixedState native declaration : NSButton.h:63
 void setAllowsMixedState(boolean flag)
          Original signature : -(void)setAllowsMixedState:(BOOL)
from NSButtonMixedState native declaration : NSButton.h:62
 void setNextState()
          Original signature : -(void)setNextState
from NSButtonMixedState native declaration : NSButton.h:64
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

setAllowsMixedState

void setAllowsMixedState(boolean flag)
Original signature : -(void)setAllowsMixedState:(BOOL)
from NSButtonMixedState native declaration : NSButton.h:62


allowsMixedState

boolean allowsMixedState()
Original signature : -(BOOL)allowsMixedState
from NSButtonMixedState native declaration : NSButton.h:63


setNextState

void setNextState()
Original signature : -(void)setNextState
from NSButtonMixedState native declaration : NSButton.h:64



Copyright © 2009. All Rights Reserved.