org.rococoa.cocoa.appkit.protocols
Interface NSUserInterfaceValidations
- All Known Subinterfaces:
- WebIBActions
- 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, QTMovieView, SFCertificatePanel, SFCertificateTrustPanel, SFChooseIdentityPanel, SFKeychainSavePanel, SFKeychainSettingsPanel, WebView
public interface NSUserInterfaceValidations
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.
_CLASS_
static final NSUserInterfaceValidations._class_ _CLASS_
validateUserInterfaceItem
@Deprecated
boolean validateUserInterfaceItem(org.rococoa.ID anItem)
- Deprecated. use the safer method
validateUserInterfaceItem(org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem)
instead
- Original signature :
-(BOOL)validateUserInterfaceItem:(id)
validateUserInterfaceItem
boolean validateUserInterfaceItem(NSValidatedUserInterfaceItem anItem)