org.rococoa.cocoa.appkit.protocols
Interface NSValidatedUserInterfaceItem

All Superinterfaces:
ObjCObject
All Known Implementing Classes:
NSMenuItem, NSToolbarItem, NSToolbarItemGroup

public interface NSValidatedUserInterfaceItem
extends ObjCObject

Protocol implemented by validated objects
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 class NSValidatedUserInterfaceItem._class_
           
static interface NSValidatedUserInterfaceItem._static_
           
 
Field Summary
static NSValidatedUserInterfaceItem._class_ _NSCLASS_
           
 
Method Summary
 Selector action()
          Original signature : -(SEL)action
native declaration : NSUserInterfaceValidation.h:70
 NSInteger tag()
          Original signature : -(NSInteger)tag
native declaration : NSUserInterfaceValidation.h:71
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSValidatedUserInterfaceItem._class_ _NSCLASS_
Method Detail

action

Selector action()
Original signature : -(SEL)action
native declaration : NSUserInterfaceValidation.h:70


tag

NSInteger tag()
Original signature : -(NSInteger)tag
native declaration : NSUserInterfaceValidation.h:71



Copyright © 2009. All Rights Reserved.