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.


Nested Class Summary
static class NSUserInterfaceValidations._class_
           
static interface NSUserInterfaceValidations._static_
           
 
Field Summary
static NSUserInterfaceValidations._class_ _CLASS_
           
 
Method Summary
 boolean validateUserInterfaceItem(org.rococoa.ID anItem)
          Deprecated. use the safer method validateUserInterfaceItem(org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem) instead
 boolean validateUserInterfaceItem(NSValidatedUserInterfaceItem anItem)
           
 

Field Detail

_CLASS_

static final NSUserInterfaceValidations._class_ _CLASS_
Method Detail

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)