org.rococoa.cocoa.appkit.protocols
Interface NSUserInterfaceValidations

All Superinterfaces:
ObjCObject
All Known Implementing Classes:
NSApplication, NSButton, NSColorPanel, NSComboBox, NSDocument, NSDocumentController, NSFontPanel, NSForm, NSMatrix, NSMovieView, NSOpenPanel, NSOutlineView, NSPanel, NSPersistentDocument, NSPopUpButton, NSSavePanel, NSSearchField, NSSecureTextField, NSTableView, NSTextField, NSTextView, NSTokenField, NSWindow

public interface NSUserInterfaceValidations
extends ObjCObject

Protocol implemented by validator 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 NSUserInterfaceValidations._class_
           
static interface NSUserInterfaceValidations._static_
           
 
Field Summary
static NSUserInterfaceValidations._class_ _NSCLASS_
           
 
Method Summary
 boolean validateUserInterfaceItem(NSValidatedUserInterfaceItem anItem)
          Original signature : -(BOOL)validateUserInterfaceItem:(id)
native declaration : NSUserInterfaceValidation.h:76
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSUserInterfaceValidations._class_ _NSCLASS_
Method Detail

validateUserInterfaceItem

boolean validateUserInterfaceItem(NSValidatedUserInterfaceItem anItem)
Original signature : -(BOOL)validateUserInterfaceItem:(id)
native declaration : NSUserInterfaceValidation.h:76



Copyright © 2009. All Rights Reserved.