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.
_NSCLASS_
static final NSUserInterfaceValidations._class_ _NSCLASS_
validateUserInterfaceItem
boolean validateUserInterfaceItem(NSValidatedUserInterfaceItem anItem)
- Original signature :
-(BOOL)validateUserInterfaceItem:(id)
native declaration : NSUserInterfaceValidation.h:76
Copyright © 2009. All Rights Reserved.