com.jniwrapper.macosx.cocoa.nsobject
Class NSObject

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsobject.NSObject
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSObjectProtocol, com.jniwrapper.PointerParameter
Direct Known Subclasses:
NSAffineTransform, NSAlert, NSAppleEventDescriptor, NSAppleEventManager, NSAppleScript, NSArray, NSAssertionHandler, NSAttributedString, NSAutoreleasePool, NSBezierPath, NSBundle, NSCachedURLResponse, NSCell, NSCharacterSet, NSClassDescription, NSCoder, NSColor, NSColorList, NSColorPicker, NSConditionLock, NSConnection, NSController, NSCursor, NSData, NSDate, NSDecimalNumberHandler, NSDeserializer, NSDictionary, NSDistantObjectRequest, NSDistributedLock, NSDocument, NSDocumentController, NSEnumerator, NSError, NSEvent, NSException, NSFileHandle, NSFileManager, NSFileWrapper, NSFont, NSFontDescriptor, NSFontManager, NSFormatter, NSGlyphGenerator, NSGlyphInfo, NSGraphicsContext, NSHelpManager, NSHost, NSHTTPCookie, NSHTTPCookieStorage, NSImage, NSImageRep, NSIndexSet, NSInputManager, NSInputServer, NSInvocation, NSLayoutManager, NSLock, NSMenu, NSMenuItem, NSMethodSignature, NSMovie, NSNetService, NSNetServiceBrowser, NSNib, NSNibConnector, NSNotification, NSNotificationCenter, NSNotificationQueue, NSNull, NSOpenGLContext, NSOpenGLPixelBuffer, NSOpenGLPixelFormat, NSPageLayout, NSParagraphStyle, NSPasteboard, NSPipe, NSPort, NSPortMessage, NSPortNameServer, NSPositionalSpecifier, NSPrinter, NSPrintInfo, NSPrintOperation, NSPrintPanel, NSProcessInfo, NSPropertyListSerialization, NSRecursiveLock, NSResponder, NSRulerMarker, NSRunLoop, NSScanner, NSScreen, NSScriptCoercionHandler, NSScriptCommand, NSScriptCommandDescription, NSScriptExecutionContext, NSScriptObjectSpecifier, NSScriptSuiteRegistry, NSScriptWhoseTest, NSSerializer, NSSet, NSShadow, NSSortDescriptor, NSSound, NSSpeechRecognizer, NSSpeechSynthesizer, NSSpellChecker, NSSpellServer, NSStatusBar, NSStatusItem, NSStream, NSString, NSTableColumn, NSTabViewItem, NSTask, NSTextAttachment, NSTextContainer, NSTextTab, NSThread, NSTimer, NSTimeZone, NSToolbar, NSToolbarItem, NSTypesetter, NSUndoManager, NSURL, NSURLAuthenticationChallenge, NSURLCache, NSURLConnection, NSURLCredential, NSURLCredentialStorage, NSURLDownload, NSURLHandle, NSURLProtectionSpace, NSURLProtocol, NSURLRequest, NSURLResponse, NSUserDefaults, NSValue, NSValueTransformer, NSWorkspace, NSXMLParser

public class NSObject
extends CObject
implements NSObjectProtocol

This class represents NSObject class. See the class documentation at the Apple's site: NSObject


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSObject()
           
NSObject(boolean autorelease)
          Contructs the NSObject class with the autorelease option on.
NSObject(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSObject class from pointer.
NSObject(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSObject class with static constructor.
 
Method Summary
 CClass _class()
          This method represents the class() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void accessibilityActionDescription(java.lang.String action)
           
 com.jniwrapper.Pointer.Void accessibilityActionNames()
           
 com.jniwrapper.Pointer.Void accessibilityAttributeNames()
           
 Id accessibilityAttributeValue_forParameter(java.lang.String attribute, Id parameter)
          This method represents the accessibilityAttributeValue() method of the NSObject Objective-C class.
 Id accessibilityAttributeValue(java.lang.String attribute)
           
 Id accessibilityFocusedUIElement()
           
 Id accessibilityHitTest(NSPoint point)
           
 com.jniwrapper.Bool accessibilityIsAttributeSettable(java.lang.String attribute)
           
 com.jniwrapper.Bool accessibilityIsIgnored()
           
 com.jniwrapper.Pointer.Void accessibilityParameterizedAttributeNames()
           
 void accessibilityPerformAction(java.lang.String action)
           
 void accessibilitySetValue_forAttribute(Id value, java.lang.String attribute)
          This method represents the accessibilitySetValue() method of the NSObject Objective-C class.
 void addObserver_forKeyPath_options_context(NSObject observer, java.lang.String keyPath, NSKeyValueObservingOptions options, com.jniwrapper.Pointer.Void context)
          This method represents the addObserver() method of the NSObject Objective-C class.
 com.jniwrapper.Bool alertShowHelp(NSAlert alert)
           
 com.jniwrapper.Bool application_delegateHandlesKey(NSApplication sender, java.lang.String key)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool application_openFile(NSApplication sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 void application_openFiles(NSApplication sender, NSArray filenames)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool application_openFileWithoutUI(Id sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool application_openTempFile(NSApplication sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool application_printFile(NSApplication sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 void application_printFiles(NSApplication sender, NSArray filenames)
          This method represents the application() method of the NSObject Objective-C class.
 void applicationDidBecomeActive(NSNotification notification)
           
 void applicationDidChangeScreenParameters(NSNotification notification)
           
 void applicationDidFinishLaunching(NSNotification notification)
           
 void applicationDidHide(NSNotification notification)
           
 void applicationDidResignActive(NSNotification notification)
           
 void applicationDidUnhide(NSNotification notification)
           
 void applicationDidUpdate(NSNotification notification)
           
 com.jniwrapper.Pointer.Void applicationDockMenu(NSApplication sender)
           
 com.jniwrapper.Bool applicationOpenUntitledFile(NSApplication sender)
           
 com.jniwrapper.Bool applicationShouldHandleReopen_hasVisibleWindows(NSApplication sender, boolean flag)
          This method represents the applicationShouldHandleReopen() method of the NSObject Objective-C class.
 com.jniwrapper.Bool applicationShouldOpenUntitledFile(NSApplication sender)
           
 NSApplicationTerminateReply applicationShouldTerminate(NSApplication sender)
           
 com.jniwrapper.Bool applicationShouldTerminateAfterLastWindowClosed(NSApplication sender)
           
 void applicationWillBecomeActive(NSNotification notification)
           
 void applicationWillFinishLaunching(NSNotification notification)
           
 void applicationWillHide(NSNotification notification)
           
 void applicationWillResignActive(NSNotification notification)
           
 void applicationWillTerminate(NSNotification notification)
           
 void applicationWillUnhide(NSNotification notification)
           
 void applicationWillUpdate(NSNotification notification)
           
 void archiver_didEncodeObject(NSKeyedArchiver archiver, Id object)
          This method represents the archiver() method of the NSObject Objective-C class.
 Id archiver_willEncodeObject(NSKeyedArchiver archiver, Id object)
          This method represents the archiver() method of the NSObject Objective-C class.
 void archiver_willReplaceObject_withObject(NSKeyedArchiver archiver, Id object, Id newObject)
          This method represents the archiver() method of the NSObject Objective-C class.
 void archiverDidFinish(NSKeyedArchiver archiver)
           
 void archiverWillFinish(NSKeyedArchiver archiver)
           
 com.jniwrapper.Pointer.Void attributeKeys()
           
 com.jniwrapper.Bool authenticateComponents_withData(NSArray components, NSData signature)
          This method represents the authenticateComponents() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void authenticationDataForComponents(NSArray components)
           
 Id autorelease()
           
 Id awakeAfterUsingCoder(NSCoder aDecoder)
           
 void awakeFromNib()
           
 void bind_toObject_withKeyPath_options(java.lang.String binding, Id observable, java.lang.String keyPath, NSDictionary options)
          This method represents the bind() method of the NSObject Objective-C class.
 void browser_createRowsForColumn_inMatrix(NSBrowser sender, com.jniwrapper.Int column, NSMatrix matrix)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Bool browser_isColumnValid(NSBrowser sender, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Int browser_numberOfRowsInColumn(NSBrowser sender, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Bool browser_selectCellWithString_inColumn(NSBrowser sender, java.lang.String title, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Bool browser_selectRow_inColumn(NSBrowser sender, com.jniwrapper.Int row, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat browser_shouldSizeColumn_forUserResize_toWidth(NSBrowser browser, com.jniwrapper.Int columnIndex, boolean forUserResize, com.jniwrapper.SingleFloat suggestedWidth)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat browser_sizeToFitWidthOfColumn(NSBrowser browser, com.jniwrapper.Int columnIndex)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void browser_titleOfColumn(NSBrowser sender, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 void browser_willDisplayCell_atRow_column(NSBrowser sender, Id cell, com.jniwrapper.Int row, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 void browserColumnConfigurationDidChange(NSNotification notification)
           
 void browserDidScroll(NSBrowser sender)
           
 void browserWillScroll(NSBrowser sender)
           
 void changeColor(Id sender)
           
 void changeFont(Id sender)
           
 com.jniwrapper.UInt32 classCode()
           
 com.jniwrapper.Pointer.Void classDescription()
           
 CClass classForArchiver()
           
 CClass classForCoder()
           
 CClass classForKeyedArchiver()
           
 CClass classForPortCoder()
           
 com.jniwrapper.Pointer.Void className()
           
 Id coerceValue_forKey(Id value, java.lang.String key)
          This method represents the coerceValue() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void comboBox_completedString(NSComboBox aComboBox, java.lang.String string)
          This method represents the comboBox() method of the NSObject Objective-C class.
 com.jniwrapper.UInt comboBox_indexOfItemWithStringValue(NSComboBox aComboBox, java.lang.String string)
          This method represents the comboBox() method of the NSObject Objective-C class.
 Id comboBox_objectValueForItemAtIndex(NSComboBox aComboBox, com.jniwrapper.Int index)
          This method represents the comboBox() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void comboBoxCell_completedString(NSComboBoxCell aComboBoxCell, java.lang.String uncompletedString)
          This method represents the comboBoxCell() method of the NSObject Objective-C class.
 com.jniwrapper.UInt comboBoxCell_indexOfItemWithStringValue(NSComboBoxCell aComboBoxCell, java.lang.String string)
          This method represents the comboBoxCell() method of the NSObject Objective-C class.
 Id comboBoxCell_objectValueForItemAtIndex(NSComboBoxCell aComboBoxCell, com.jniwrapper.Int index)
          This method represents the comboBoxCell() method of the NSObject Objective-C class.
 void comboBoxSelectionDidChange(NSNotification notification)
           
 void comboBoxSelectionIsChanging(NSNotification notification)
           
 void comboBoxWillDismiss(NSNotification notification)
           
 void comboBoxWillPopUp(NSNotification notification)
           
 com.jniwrapper.Bool commitEditing()
           
 void concludeDragOperation(Id sender)
           
 com.jniwrapper.Bool conformsToProtocol(Protocol aProtocol)
           
 void connection_didCancelAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
          This method represents the connection() method of the NSObject Objective-C class.
 void connection_didFailWithError(NSURLConnection connection, NSError error)
          This method represents the connection() method of the NSObject Objective-C class.
 void connection_didReceiveAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
          This method represents the connection() method of the NSObject Objective-C class.
 void connection_didReceiveData(NSURLConnection connection, NSData data)
          This method represents the connection() method of the NSObject Objective-C class.
 void connection_didReceiveResponse(NSURLConnection connection, NSURLResponse response)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Bool connection_handleRequest(NSConnection connection, NSDistantObjectRequest doreq)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Bool connection_shouldMakeNewConnection(NSConnection ancestor, NSConnection conn)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void connection_willCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void connection_willSendRequest_redirectResponse(NSURLConnection connection, NSURLRequest request, NSURLResponse response)
          This method represents the connection() method of the NSObject Objective-C class.
 void connectionDidFinishLoading(NSURLConnection connection)
           
 com.jniwrapper.Bool control_didFailToFormatString_errorDescription(NSControl control, java.lang.String string, java.lang.String error)
          This method represents the control() method of the NSObject Objective-C class.
 void control_didFailToValidatePartialString_errorDescription(NSControl control, java.lang.String string, java.lang.String error)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool control_isValidObject(NSControl control, Id obj)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool control_textShouldBeginEditing(NSControl control, NSText fieldEditor)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool control_textShouldEndEditing(NSControl control, NSText fieldEditor)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void control_textView_completions_forPartialWordRange_indexOfSelectedItem(NSControl control, NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool control_textView_doCommandBySelector(NSControl control, NSTextView textView, Sel commandSelector)
          This method represents the control() method of the NSObject Objective-C class.
 void controlTextDidBeginEditing(NSNotification obj)
           
 void controlTextDidChange(NSNotification obj)
           
 void controlTextDidEndEditing(NSNotification obj)
           
 Id copy()
           
 Id createConversationForConnection(NSConnection conn)
           
 void dealloc()
           
 com.jniwrapper.Pointer.Void description()
           
 com.jniwrapper.Pointer.Void dictionaryWithValuesForKeys(NSArray keys)
           
 void didChange_valuesAtIndexes_forKey(NSKeyValueChange change, NSIndexSet indexes, java.lang.String key)
          This method represents the didChange() method of the NSObject Objective-C class.
 void didChangeValueForKey(java.lang.String key)
           
 void discardEditing()
           
 com.jniwrapper.Bool doesContain(Id object)
           
 void doesNotRecognizeSelector(Sel aSelector)
           
 void download_decideDestinationWithSuggestedFilename(NSURLDownload download, java.lang.String filename)
          This method represents the download() method of the NSObject Objective-C class.
 void download_didCancelAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
          This method represents the download() method of the NSObject Objective-C class.
 void download_didCreateDestination(NSURLDownload download, java.lang.String path)
          This method represents the download() method of the NSObject Objective-C class.
 void download_didFailWithError(NSURLDownload download, NSError error)
          This method represents the download() method of the NSObject Objective-C class.
 void download_didReceiveAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
          This method represents the download() method of the NSObject Objective-C class.
 void download_didReceiveDataOfLength(NSURLDownload download, com.jniwrapper.UInt16 length)
          This method represents the download() method of the NSObject Objective-C class.
 void download_didReceiveResponse(NSURLDownload download, NSURLResponse response)
          This method represents the download() method of the NSObject Objective-C class.
 com.jniwrapper.Bool download_shouldDecodeSourceDataOfMIMEType(NSURLDownload download, java.lang.String encodingType)
          This method represents the download() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void download_willSendRequest_redirectResponse(NSURLDownload download, NSURLRequest request, NSURLResponse redirectResponse)
          This method represents the download() method of the NSObject Objective-C class.
 void downloadDidBegin(NSURLDownload download)
           
 void downloadDidFinish(NSURLDownload download)
           
 void draggedImage_beganAt(NSImage image, NSPoint screenPoint)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void draggedImage_endedAt_deposited(NSImage image, NSPoint screenPoint, boolean flag)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void draggedImage_endedAt_operation(NSImage image, NSPoint screenPoint, NSDragOperation operation)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void draggedImage_movedTo(NSImage image, NSPoint screenPoint)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void draggingEnded(Id sender)
           
 NSDragOperation draggingEntered(Id sender)
           
 void draggingExited(Id sender)
           
 NSDragOperation draggingSourceOperationMaskForLocal(boolean flag)
           
 NSDragOperation draggingUpdated(Id sender)
           
 void drawerDidClose(NSNotification notification)
           
 void drawerDidOpen(NSNotification notification)
           
 com.jniwrapper.Bool drawerShouldClose(NSDrawer sender)
           
 com.jniwrapper.Bool drawerShouldOpen(NSDrawer sender)
           
 void drawerWillClose(NSNotification notification)
           
 void drawerWillOpen(NSNotification notification)
           
 NSSize drawerWillResizeContents_toSize(NSDrawer sender, NSSize contentSize)
          This method represents the drawerWillResizeContents() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void exposedBindings()
           
 com.jniwrapper.Bool fileManager_shouldProceedAfterError(NSFileManager fm, NSDictionary errorInfo)
          This method represents the fileManager() method of the NSObject Objective-C class.
 void fileManager_willProcessPath(NSFileManager fm, java.lang.String path)
          This method represents the fileManager() method of the NSObject Objective-C class.
 com.jniwrapper.Bool fontManager_willIncludeFont(Id sender, java.lang.String fontName)
          This method represents the fontManager() method of the NSObject Objective-C class.
 void forwardInvocation(NSInvocation anInvocation)
           
 void handleMachMessage(com.jniwrapper.Pointer.Void msg)
           
 void handlePortMessage(NSPortMessage message)
           
 Id handleQueryWithUnboundKey(java.lang.String key)
           
 void handleTakeValue_forUnboundKey(Id value, java.lang.String key)
          This method represents the handleTakeValue() method of the NSObject Objective-C class.
 com.jniwrapper.UInt16 hash()
           
 com.jniwrapper.Bool ignoreModifierKeysWhileDragging()
           
 void image_didLoadPartOfRepresentation_withValidRows(NSImage image, NSImageRep rep, com.jniwrapper.Int rows)
          This method represents the image() method of the NSObject Objective-C class.
 void image_didLoadRepresentation_withStatus(NSImage image, NSImageRep rep, NSImageLoadStatus status)
          This method represents the image() method of the NSObject Objective-C class.
 void image_didLoadRepresentationHeader(NSImage image, NSImageRep rep)
          This method represents the image() method of the NSObject Objective-C class.
 void image_willLoadRepresentation(NSImage image, NSImageRep rep)
          This method represents the image() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void imageDidNotDraw_inRect(Id sender, NSRect aRect)
          This method represents the imageDidNotDraw() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void indicesOfObjectsByEvaluatingObjectSpecifier(NSScriptObjectSpecifier specifier)
           
 Id init()
           
protected  void init(com.jniwrapper.Parameter[] fields)
           
 void insertValue_atIndex_inPropertyWithKey(Id value, com.jniwrapper.UInt16 index, java.lang.String key)
          This method represents the insertValue() method of the NSObject Objective-C class.
 void insertValue_inPropertyWithKey(Id value, java.lang.String key)
          This method represents the insertValue() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void inverseForRelationshipKey(java.lang.String relationshipKey)
           
 com.jniwrapper.Bool isCaseInsensitiveLike(java.lang.String object)
           
 com.jniwrapper.Bool isEqual(Id object)
           
 com.jniwrapper.Bool isEqualTo(Id object)
           
 com.jniwrapper.Bool isGreaterThan(Id object)
           
 com.jniwrapper.Bool isGreaterThanOrEqualTo(Id object)
           
 com.jniwrapper.Bool isKindOfClass(CClass aClass)
           
 com.jniwrapper.Bool isLessThan(Id object)
           
 com.jniwrapper.Bool isLessThanOrEqualTo(Id object)
           
 com.jniwrapper.Bool isLike(java.lang.String object)
           
 com.jniwrapper.Bool isMemberOfClass(CClass aClass)
           
 com.jniwrapper.Bool isNotEqualTo(Id object)
           
 com.jniwrapper.Bool isProxy()
           
 void layoutManager_didCompleteLayoutForTextContainer_atEnd(NSLayoutManager layoutManager, NSTextContainer textContainer, boolean layoutFinishedFlag)
          This method represents the layoutManager() method of the NSObject Objective-C class.
 void layoutManagerDidInvalidateLayout(NSLayoutManager sender)
           
 com.jniwrapper.Bool makeNewConnection_sender(NSConnection conn, NSConnection ancestor)
          This method represents the makeNewConnection() method of the NSObject Objective-C class.
 com.jniwrapper.Bool menu_updateItem_atIndex_shouldCancel(NSMenu menu, NSMenuItem item, com.jniwrapper.Int index, boolean shouldCancel)
          This method represents the menu() method of the NSObject Objective-C class.
 com.jniwrapper.Bool menuHasKeyEquivalent_forEvent_target_action(NSMenu menu, NSEvent event, Id target, Sel action)
          This method represents the menuHasKeyEquivalent() method of the NSObject Objective-C class.
 void menuNeedsUpdate(NSMenu menu)
           
 Imp methodForSelector(Sel aSelector)
           
 com.jniwrapper.Pointer.Void methodSignatureForSelector(Sel aSelector)
           
 com.jniwrapper.Pointer.Void mutableArrayValueForKey(java.lang.String key)
           
 com.jniwrapper.Pointer.Void mutableArrayValueForKeyPath(java.lang.String keyPath)
           
 Id mutableCopy()
           
 com.jniwrapper.Pointer.Void namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
           
 void netService_didNotPublish(NSNetService sender, NSDictionary errorDict)
          This method represents the netService() method of the NSObject Objective-C class.
 void netService_didNotResolve(NSNetService sender, NSDictionary errorDict)
          This method represents the netService() method of the NSObject Objective-C class.
 void netServiceBrowser_didFindDomain_moreComing(NSNetServiceBrowser aNetServiceBrowser, java.lang.String domainString, boolean moreComing)
          This method represents the netServiceBrowser() method of the NSObject Objective-C class.
 void netServiceBrowser_didFindService_moreComing(NSNetServiceBrowser aNetServiceBrowser, NSNetService aNetService, boolean moreComing)
          This method represents the netServiceBrowser() method of the NSObject Objective-C class.
 void netServiceBrowser_didNotSearch(NSNetServiceBrowser aNetServiceBrowser, NSDictionary errorDict)
          This method represents the netServiceBrowser() method of the NSObject Objective-C class.
 void netServiceBrowser_didRemoveDomain_moreComing(NSNetServiceBrowser aNetServiceBrowser, java.lang.String domainString, boolean moreComing)
          This method represents the netServiceBrowser() method of the NSObject Objective-C class.
 void netServiceBrowser_didRemoveService_moreComing(NSNetServiceBrowser aNetServiceBrowser, NSNetService aNetService, boolean moreComing)
          This method represents the netServiceBrowser() method of the NSObject Objective-C class.
 void netServiceBrowserDidStopSearch(NSNetServiceBrowser aNetServiceBrowser)
           
 void netServiceBrowserWillSearch(NSNetServiceBrowser aNetServiceBrowser)
           
 void netServiceDidResolveAddress(NSNetService sender)
           
 void netServiceDidStop(NSNetService sender)
           
 void netServiceWillPublish(NSNetService sender)
           
 void netServiceWillResolve(NSNetService sender)
           
static NSObject NSObject__new()
          This method represents the new static constructor of the NSObject Objective-C class.
static NSObject NSObject_alloc()
          This method represents the alloc static constructor of the NSObject Objective-C class.
static NSObject NSObject_allocWithZone(NSZone zone)
          This method represents the allocWithZone static constructor of the NSObject Objective-C class.
static NSObject NSObject_copyWithZone(NSZone zone)
          This method represents the copyWithZone static constructor of the NSObject Objective-C class.
static NSObject NSObject_defaultPlaceholderForMarker_withBinding(Id marker, java.lang.String binding)
          This method represents the defaultPlaceholderForMarker static constructor of the NSObject Objective-C class.
static NSObject NSObject_mutableCopyWithZone(NSZone zone)
          This method represents the mutableCopyWithZone static constructor of the NSObject Objective-C class.
 com.jniwrapper.Int numberOfItemsInComboBox(NSComboBox aComboBox)
           
 com.jniwrapper.Int numberOfItemsInComboBoxCell(NSComboBoxCell comboBoxCell)
           
 com.jniwrapper.Int numberOfItemsInMenu(NSMenu menu)
           
 com.jniwrapper.Int numberOfRowsInTableView(NSTableView tableView)
           
 void objectDidBeginEditing(Id editor)
           
 void objectDidEndEditing(Id editor)
           
 com.jniwrapper.Pointer.Void objectSpecifier()
           
 com.jniwrapper.Pointer.Void observationInfo()
           
 void observeValueForKeyPath_ofObject_change_context(java.lang.String keyPath, Id object, NSDictionary change, com.jniwrapper.Pointer.Void context)
          This method represents the observeValueForKeyPath() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_acceptDrop_item_childIndex(NSOutlineView olv, Id info, Id item, com.jniwrapper.Int index)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id outlineView_child_ofItem(NSOutlineView outlineView, com.jniwrapper.Int index, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_didClickTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_didDragTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_isItemExpandable(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id outlineView_itemForPersistentObject(NSOutlineView outlineView, Id object)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_mouseDownInHeaderOfTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Int outlineView_numberOfChildrenOfItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id outlineView_objectValueForTableColumn_byItem(NSOutlineView outlineView, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id outlineView_persistentObjectForItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_setObjectValue_forTableColumn_byItem(NSOutlineView outlineView, Id object, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_shouldCollapseItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_shouldEditTableColumn_item(NSOutlineView outlineView, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_shouldExpandItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_shouldSelectItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_shouldSelectTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_sortDescriptorsDidChange(NSOutlineView outlineView, NSArray oldDescriptors)
          This method represents the outlineView() method of the NSObject Objective-C class.
 NSDragOperation outlineView_validateDrop_proposedItem_proposedChildIndex(NSOutlineView olv, Id info, Id item, com.jniwrapper.Int index)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_willDisplayCell_forTableColumn_item(NSOutlineView outlineView, Id cell, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineView_willDisplayOutlineCell_forTableColumn_item(NSOutlineView outlineView, Id cell, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool outlineView_writeItems_toPasteboard(NSOutlineView olv, NSArray items, NSPasteboard pboard)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void outlineViewColumnDidMove(NSNotification notification)
           
 void outlineViewColumnDidResize(NSNotification notification)
           
 void outlineViewItemDidCollapse(NSNotification notification)
           
 void outlineViewItemDidExpand(NSNotification notification)
           
 void outlineViewItemWillCollapse(NSNotification notification)
           
 void outlineViewItemWillExpand(NSNotification notification)
           
 void outlineViewSelectionDidChange(NSNotification notification)
           
 void outlineViewSelectionIsChanging(NSNotification notification)
           
 NSComparisonResult panel_compareFilename_with_caseSensitive(Id sender, java.lang.String name1, java.lang.String name2, boolean caseSensitive)
          This method represents the panel() method of the NSObject Objective-C class.
 void panel_directoryDidChange(Id sender, java.lang.String path)
          This method represents the panel() method of the NSObject Objective-C class.
 com.jniwrapper.Bool panel_isValidFilename(Id sender, java.lang.String filename)
          This method represents the panel() method of the NSObject Objective-C class.
 com.jniwrapper.Bool panel_shouldShowFilename(Id sender, java.lang.String filename)
          This method represents the panel() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void panel_userEnteredFilename_confirmed(Id sender, java.lang.String filename, boolean okFlag)
          This method represents the panel() method of the NSObject Objective-C class.
 void panel_willExpand(Id sender, boolean expanding)
          This method represents the panel() method of the NSObject Objective-C class.
 void panelSelectionDidChange(Id sender)
           
 void parser_didEndElement_namespaceURI_qualifiedName(NSXMLParser parser, java.lang.String elementName, java.lang.String namespaceURI, java.lang.String qName)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_didEndMappingPrefix(NSXMLParser parser, java.lang.String prefix)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_didStartElement_namespaceURI_qualifiedName_attributes(NSXMLParser parser, java.lang.String elementName, java.lang.String namespaceURI, java.lang.String qName, NSDictionary attributeDict)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_didStartMappingPrefix_toURI(NSXMLParser parser, java.lang.String prefix, java.lang.String namespaceURI)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundAttributeDeclarationWithName_forElement_type_defaultValue(NSXMLParser parser, java.lang.String attributeName, java.lang.String elementName, java.lang.String type, java.lang.String defaultValue)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundCDATA(NSXMLParser parser, NSData CDATABlock)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundCharacters(NSXMLParser parser, java.lang.String string)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundComment(NSXMLParser parser, java.lang.String comment)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundElementDeclarationWithName_model(NSXMLParser parser, java.lang.String elementName, java.lang.String model)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundExternalEntityDeclarationWithName_publicID_systemID(NSXMLParser parser, java.lang.String name, java.lang.String publicID, java.lang.String systemID)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundIgnorableWhitespace(NSXMLParser parser, java.lang.String whitespaceString)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundInternalEntityDeclarationWithName_value(NSXMLParser parser, java.lang.String name, java.lang.String value)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundNotationDeclarationWithName_publicID_systemID(NSXMLParser parser, java.lang.String name, java.lang.String publicID, java.lang.String systemID)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundProcessingInstructionWithTarget_data(NSXMLParser parser, java.lang.String target, java.lang.String data)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName(NSXMLParser parser, java.lang.String name, java.lang.String publicID, java.lang.String systemID, java.lang.String notationName)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_parseErrorOccurred(NSXMLParser parser, NSError parseError)
          This method represents the parser() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void parser_resolveExternalEntityName_systemID(NSXMLParser parser, java.lang.String name, java.lang.String systemID)
          This method represents the parser() method of the NSObject Objective-C class.
 void parser_validationErrorOccurred(NSXMLParser parser, NSError validationError)
          This method represents the parser() method of the NSObject Objective-C class.
 void parserDidEndDocument(NSXMLParser parser)
           
 void parserDidStartDocument(NSXMLParser parser)
           
 void pasteboard_provideDataForType(NSPasteboard sender, java.lang.String type)
          This method represents the pasteboard() method of the NSObject Objective-C class.
 void pasteboardChangedOwner(NSPasteboard sender)
           
 com.jniwrapper.Bool performDragOperation(Id sender)
           
 void performSelector_withObject_afterDelay_inModes(Sel aSelector, Id anArgument, NSTimeInterval delay, NSArray modes)
          This method represents the performSelector() method of the NSObject Objective-C class.
 void performSelector_withObject_afterDelay(Sel aSelector, Id anArgument, NSTimeInterval delay)
          This method represents the performSelector() method of the NSObject Objective-C class.
 Id performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
          This method represents the performSelector() method of the NSObject Objective-C class.
 Id performSelector_withObject(Sel aSelector, Id object)
          This method represents the performSelector() method of the NSObject Objective-C class.
 Id performSelector(Sel aSelector)
           
 void performSelectorOnMainThread_withObject_waitUntilDone_modes(Sel aSelector, Id arg, boolean wait, NSArray array)
          This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.
 void performSelectorOnMainThread_withObject_waitUntilDone(Sel aSelector, Id arg, boolean wait)
          This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.
 com.jniwrapper.Bool prepareForDragOperation(Id sender)
           
 com.jniwrapper.Bool readSelectionFromPasteboard(NSPasteboard pboard)
           
 void release()
           
 void removeObserver_forKeyPath(NSObject observer, java.lang.String keyPath)
          This method represents the removeObserver() method of the NSObject Objective-C class.
 void removeValueAtIndex_fromPropertyWithKey(com.jniwrapper.UInt16 index, java.lang.String key)
          This method represents the removeValueAtIndex() method of the NSObject Objective-C class.
 Id replacementObjectForArchiver(NSArchiver archiver)
           
 Id replacementObjectForCoder(NSCoder aCoder)
           
 Id replacementObjectForKeyedArchiver(NSKeyedArchiver archiver)
           
 Id replacementObjectForPortCoder(NSPortCoder coder)
           
 void replaceValueAtIndex_inPropertyWithKey_withValue(com.jniwrapper.UInt16 index, java.lang.String key, Id value)
          This method represents the replaceValueAtIndex() method of the NSObject Objective-C class.
 com.jniwrapper.Bool respondsToSelector(Sel aSelector)
           
 Id retain()
           
 com.jniwrapper.UInt16 retainCount()
           
 com.jniwrapper.Bool scriptingBeginsWith(Id object)
           
 com.jniwrapper.Bool scriptingContains(Id object)
           
 com.jniwrapper.Bool scriptingEndsWith(Id object)
           
 com.jniwrapper.Bool scriptingIsEqualTo(Id object)
           
 com.jniwrapper.Bool scriptingIsGreaterThan(Id object)
           
 com.jniwrapper.Bool scriptingIsGreaterThanOrEqualTo(Id object)
           
 com.jniwrapper.Bool scriptingIsLessThan(Id object)
           
 com.jniwrapper.Bool scriptingIsLessThanOrEqualTo(Id object)
           
 com.jniwrapper.Pointer.Void scriptingProperties()
           
 com.jniwrapper.Bool selectionShouldChangeInOutlineView(NSOutlineView outlineView)
           
 com.jniwrapper.Bool selectionShouldChangeInTableView(NSTableView aTableView)
           
 Id self()
           
 void setNilValueForKey(java.lang.String key)
           
 void setObservationInfo(com.jniwrapper.Pointer.Void observationInfo)
           
 void setScriptingProperties(NSDictionary properties)
           
 void setValue_forKey(Id value, java.lang.String key)
          This method represents the setValue() method of the NSObject Objective-C class.
 void setValue_forKeyPath(Id value, java.lang.String keyPath)
          This method represents the setValue() method of the NSObject Objective-C class.
 void setValue_forUndefinedKey(Id value, java.lang.String key)
          This method represents the setValue() method of the NSObject Objective-C class.
 void setValuesForKeysWithDictionary(NSDictionary keyedValues)
           
 void sound_didFinishPlaying(NSSound sound, boolean aBool)
          This method represents the sound() method of the NSObject Objective-C class.
 void speechRecognizer_didRecognizeCommand(NSSpeechRecognizer sender, Id command)
          This method represents the speechRecognizer() method of the NSObject Objective-C class.
 void speechSynthesizer_didFinishSpeaking(NSSpeechSynthesizer sender, boolean finishedSpeaking)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.
 void speechSynthesizer_willSpeakPhoneme(NSSpeechSynthesizer sender, com.jniwrapper.ShortInt phonemeOpcode)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.
 void speechSynthesizer_willSpeakWord_ofString(NSSpeechSynthesizer sender, NSRange characterRange, java.lang.String string)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.
 void spellServer_didForgetWord_inLanguage(NSSpellServer sender, java.lang.String word, java.lang.String language)
          This method represents the spellServer() method of the NSObject Objective-C class.
 void spellServer_didLearnWord_inLanguage(NSSpellServer sender, java.lang.String word, java.lang.String language)
          This method represents the spellServer() method of the NSObject Objective-C class.
 NSRange spellServer_findMisspelledWordInString_language_wordCount_countOnly(NSSpellServer sender, java.lang.String stringToCheck, java.lang.String language, com.jniwrapper.Int wordCount, boolean countOnly)
          This method represents the spellServer() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void spellServer_suggestCompletionsForPartialWordRange_inString_language(NSSpellServer sender, NSRange range, java.lang.String string, java.lang.String language)
          This method represents the spellServer() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void spellServer_suggestGuessesForWord_inLanguage(NSSpellServer sender, java.lang.String word, java.lang.String language)
          This method represents the spellServer() method of the NSObject Objective-C class.
 com.jniwrapper.Bool splitView_canCollapseSubview(NSSplitView sender, NSView subview)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat splitView_constrainMaxCoordinate_ofSubviewAt(NSSplitView sender, com.jniwrapper.SingleFloat proposedCoord, com.jniwrapper.Int offset)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat splitView_constrainMinCoordinate_ofSubviewAt(NSSplitView sender, com.jniwrapper.SingleFloat proposedCoord, com.jniwrapper.Int offset)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat splitView_constrainSplitPosition_ofSubviewAt(NSSplitView splitView, com.jniwrapper.SingleFloat proposedPosition, com.jniwrapper.Int index)
          This method represents the splitView() method of the NSObject Objective-C class.
 void splitView_resizeSubviewsWithOldSize(NSSplitView sender, NSSize oldSize)
          This method represents the splitView() method of the NSObject Objective-C class.
 void splitViewDidResizeSubviews(NSNotification notification)
           
 void splitViewWillResizeSubviews(NSNotification notification)
           
static com.jniwrapper.Bool static_accessInstanceVariablesDirectly()
           
static com.jniwrapper.Bool static_automaticallyNotifiesObserversForKey(java.lang.String key)
           
static void static_cancelPreviousPerformRequestsWithTarget_selector_object(Id aTarget, Sel aSelector, Id anArgument)
          This method represents the cancelPreviousPerformRequestsWithTarget() method of the NSObject Objective-C class.
static void static_cancelPreviousPerformRequestsWithTarget(Id aTarget)
           
static CClass static_classForKeyedUnarchiver()
           
static void static_exposeBinding(java.lang.String binding)
           
static void static_initialize()
           
static Imp static_instanceMethodForSelector(Sel aSelector)
           
static com.jniwrapper.Pointer.Void static_instanceMethodSignatureForSelector(Sel aSelector)
           
static com.jniwrapper.Bool static_instancesRespondToSelector(Sel aSelector)
           
static com.jniwrapper.Bool static_isSubclassOfClass(CClass aClass)
           
static void static_load()
           
static void static_poseAsClass(CClass aClass)
           
static void static_setDefaultPlaceholder_forMarker_withBinding(Id placeholder, Id marker, java.lang.String binding)
          This method represents the setDefaultPlaceholder() method of the NSObject Objective-C class.
static void static_setKeys_triggerChangeNotificationsForDependentKey(NSArray keys, java.lang.String dependentKey)
          This method represents the setKeys() method of the NSObject Objective-C class.
static void static_setVersion(com.jniwrapper.Int aVersion)
           
static com.jniwrapper.Bool static_useStoredAccessor()
           
static com.jniwrapper.Int static_version()
           
 Id storedValueForKey(java.lang.String key)
           
 void stream_handleEvent(NSStream aStream, NSStreamEvent eventCode)
          This method represents the stream() method of the NSObject Objective-C class.
 CClass superclass()
           
 com.jniwrapper.Bool tableView_acceptDrop_row_dropOperation(NSTableView tv, Id info, com.jniwrapper.Int row, NSTableViewDropOperation op)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableView_didClickTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableView_didDragTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableView_mouseDownInHeaderOfTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 Id tableView_objectValueForTableColumn_row(NSTableView tableView, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableView_setObjectValue_forTableColumn_row(NSTableView tableView, Id object, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool tableView_shouldEditTableColumn_row(NSTableView tableView, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool tableView_shouldSelectRow(NSTableView tableView, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool tableView_shouldSelectTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableView_sortDescriptorsDidChange(NSTableView tableView, NSArray oldDescriptors)
          This method represents the tableView() method of the NSObject Objective-C class.
 NSDragOperation tableView_validateDrop_proposedRow_proposedDropOperation(NSTableView tv, Id info, com.jniwrapper.Int row, NSTableViewDropOperation op)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableView_willDisplayCell_forTableColumn_row(NSTableView tableView, Id cell, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool tableView_writeRows_toPasteboard(NSTableView tv, NSArray rows, NSPasteboard pboard)
          This method represents the tableView() method of the NSObject Objective-C class.
 void tableViewColumnDidMove(NSNotification notification)
           
 void tableViewColumnDidResize(NSNotification notification)
           
 void tableViewSelectionDidChange(NSNotification notification)
           
 void tableViewSelectionIsChanging(NSNotification notification)
           
 void tabView_didSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool tabView_shouldSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.
 void tabView_willSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.
 void tabViewDidChangeNumberOfTabViewItems(NSTabView TabView)
           
 void takeStoredValue_forKey(Id value, java.lang.String key)
          This method represents the takeStoredValue() method of the NSObject Objective-C class.
 void takeValue_forKey(Id value, java.lang.String key)
          This method represents the takeValue() method of the NSObject Objective-C class.
 void takeValue_forKeyPath(Id value, java.lang.String keyPath)
          This method represents the takeValue() method of the NSObject Objective-C class.
 void takeValuesFromDictionary(NSDictionary properties)
           
 void textDidBeginEditing(NSNotification notification)
           
 void textDidChange(NSNotification notification)
           
 void textDidEndEditing(NSNotification notification)
           
 com.jniwrapper.Bool textShouldBeginEditing(NSText textObject)
           
 com.jniwrapper.Bool textShouldEndEditing(NSText textObject)
           
 void textStorageDidProcessEditing(NSNotification notification)
           
 void textStorageWillProcessEditing(NSNotification notification)
           
 void textView_clickedOnCell_inRect_atIndex(NSTextView textView, Id cell, NSRect cellFrame, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void textView_clickedOnCell_inRect(NSTextView textView, Id cell, NSRect cellFrame)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool textView_clickedOnLink_atIndex(NSTextView textView, Id link, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool textView_clickedOnLink(NSTextView textView, Id link)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void textView_completions_forPartialWordRange_indexOfSelectedItem(NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool textView_doCommandBySelector(NSTextView textView, Sel commandSelector)
          This method represents the textView() method of the NSObject Objective-C class.
 void textView_doubleClickedOnCell_inRect_atIndex(NSTextView textView, Id cell, NSRect cellFrame, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void textView_doubleClickedOnCell_inRect(NSTextView textView, Id cell, NSRect cellFrame)
          This method represents the textView() method of the NSObject Objective-C class.
 void textView_draggedCell_inRect_event_atIndex(NSTextView view, Id cell, NSRect rect, NSEvent event, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void textView_draggedCell_inRect_event(NSTextView view, Id cell, NSRect rect, NSEvent event)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool textView_shouldChangeTextInRange_replacementString(NSTextView textView, NSRange affectedCharRange, java.lang.String replacementString)
          This method represents the textView() method of the NSObject Objective-C class.
 NSRange textView_willChangeSelectionFromCharacterRange_toCharacterRange(NSTextView textView, NSRange oldSelectedCharRange, NSRange newSelectedCharRange)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void textView_willDisplayToolTip_forCharacterAtIndex(NSTextView textView, java.lang.String tooltip, com.jniwrapper.UInt16 characterIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void textView_writablePasteboardTypesForCell_atIndex(NSTextView view, Id cell, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool textView_writeCell_atIndex_toPasteboard_type(NSTextView view, Id cell, com.jniwrapper.UInt16 charIndex, NSPasteboard pboard, java.lang.String type)
          This method represents the textView() method of the NSObject Objective-C class.
 void textViewDidChangeSelection(NSNotification notification)
           
 void textViewDidChangeTypingAttributes(NSNotification notification)
           
 com.jniwrapper.Pointer.Void toManyRelationshipKeys()
           
 com.jniwrapper.Pointer.Void toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar(NSToolbar toolbar, java.lang.String itemIdentifier, boolean flag)
          This method represents the toolbar() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void toolbarAllowedItemIdentifiers(NSToolbar toolbar)
           
 com.jniwrapper.Pointer.Void toolbarDefaultItemIdentifiers(NSToolbar toolbar)
           
 void toolbarDidRemoveItem(NSNotification notification)
           
 com.jniwrapper.Pointer.Void toolbarSelectableItemIdentifiers(NSToolbar toolbar)
           
 void toolbarWillAddItem(NSNotification notification)
           
 com.jniwrapper.Pointer.Void toOneRelationshipKeys()
           
 void unableToSetNilForKey(java.lang.String key)
           
 CClass unarchiver_cannotDecodeObjectOfClassName_originalClasses(NSKeyedUnarchiver unarchiver, java.lang.String name, NSArray classNames)
          This method represents the unarchiver() method of the NSObject Objective-C class.
 Id unarchiver_didDecodeObject(NSKeyedUnarchiver unarchiver, Id object)
          This method represents the unarchiver() method of the NSObject Objective-C class.
 void unarchiver_willReplaceObject_withObject(NSKeyedUnarchiver unarchiver, Id object, Id newObject)
          This method represents the unarchiver() method of the NSObject Objective-C class.
 void unarchiverDidFinish(NSKeyedUnarchiver unarchiver)
           
 void unarchiverWillFinish(NSKeyedUnarchiver unarchiver)
           
 void unbind(java.lang.String binding)
           
 com.jniwrapper.Pointer.Void undoManagerForTextView(NSTextView view)
           
 void URL_resourceDataDidBecomeAvailable(NSURL sender, NSData newBytes)
          This method represents the URL() method of the NSObject Objective-C class.
 void URL_resourceDidFailLoadingWithReason(NSURL sender, java.lang.String reason)
          This method represents the URL() method of the NSObject Objective-C class.
 void URLResourceDidCancelLoading(NSURL sender)
           
 void URLResourceDidFinishLoading(NSURL sender)
           
 com.jniwrapper.Bool validateMenuItem(Id menuItem)
           
 com.jniwrapper.Bool validateToolbarItem(NSToolbarItem theItem)
           
 com.jniwrapper.Bool validateValue_forKey_error(Id ioValue, java.lang.String inKey, NSError outError)
          This method represents the validateValue() method of the NSObject Objective-C class.
 com.jniwrapper.Bool validateValue_forKeyPath_error(Id ioValue, java.lang.String inKeyPath, NSError outError)
          This method represents the validateValue() method of the NSObject Objective-C class.
 com.jniwrapper.UInt validModesForFontPanel(NSFontPanel fontPanel)
           
 Id valueAtIndex_inPropertyWithKey(com.jniwrapper.UInt16 index, java.lang.String key)
          This method represents the valueAtIndex() method of the NSObject Objective-C class.
 CClass valueClassForBinding(java.lang.String binding)
           
 Id valueForKey(java.lang.String key)
           
 Id valueForKeyPath(java.lang.String keyPath)
           
 Id valueForUndefinedKey(java.lang.String key)
           
 com.jniwrapper.Pointer.Void valuesForKeys(NSArray keys)
           
 Id valueWithName_inPropertyWithKey(java.lang.String name, java.lang.String key)
          This method represents the valueWithName() method of the NSObject Objective-C class.
 Id valueWithUniqueID_inPropertyWithKey(Id uniqueID, java.lang.String key)
          This method represents the valueWithUniqueID() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void view_stringForToolTip_point_userData(NSView view, NSToolTipTag tag, NSPoint point, com.jniwrapper.Pointer.Void data)
          This method represents the view() method of the NSObject Objective-C class.
 void willChange_valuesAtIndexes_forKey(NSKeyValueChange change, NSIndexSet indexes, java.lang.String key)
          This method represents the willChange() method of the NSObject Objective-C class.
 void willChangeValueForKey(java.lang.String key)
           
 NSRect window_willPositionSheet_usingRect(NSWindow window, NSWindow sheet, NSRect rect)
          This method represents the window() method of the NSObject Objective-C class.
 void windowDidBecomeKey(NSNotification notification)
           
 void windowDidBecomeMain(NSNotification notification)
           
 void windowDidChangeScreen(NSNotification notification)
           
 void windowDidDeminiaturize(NSNotification notification)
           
 void windowDidEndSheet(NSNotification notification)
           
 void windowDidExpose(NSNotification notification)
           
 void windowDidMiniaturize(NSNotification notification)
           
 void windowDidMove(NSNotification notification)
           
 void windowDidResignKey(NSNotification notification)
           
 void windowDidResignMain(NSNotification notification)
           
 void windowDidResize(NSNotification notification)
           
 void windowDidUpdate(NSNotification notification)
           
 com.jniwrapper.Bool windowShouldClose(Id sender)
           
 com.jniwrapper.Bool windowShouldZoom_toFrame(NSWindow window, NSRect newFrame)
          This method represents the windowShouldZoom() method of the NSObject Objective-C class.
 void windowWillBeginSheet(NSNotification notification)
           
 void windowWillClose(NSNotification notification)
           
 void windowWillMiniaturize(NSNotification notification)
           
 void windowWillMove(NSNotification notification)
           
 NSSize windowWillResize_toSize(NSWindow sender, NSSize frameSize)
          This method represents the windowWillResize() method of the NSObject Objective-C class.
 Id windowWillReturnFieldEditor_toObject(NSWindow sender, Id client)
          This method represents the windowWillReturnFieldEditor() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void windowWillReturnUndoManager(NSWindow window)
           
 NSRect windowWillUseStandardFrame_defaultFrame(NSWindow window, NSRect newFrame)
          This method represents the windowWillUseStandardFrame() method of the NSObject Objective-C class.
 com.jniwrapper.Bool writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
          This method represents the writeSelectionToPasteboard() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void zone()
           
 
Methods inherited from class com.jniwrapper.macosx.cocoa.CObject
getClassName
 
Methods inherited from class com.jniwrapper.macosx.cocoa.Id
clone
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSObject

public NSObject()

NSObject

public NSObject(boolean autorelease)
Contructs the NSObject class with the autorelease option on.

Parameters:
autorelease -

NSObject

public NSObject(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSObject class from pointer.

Parameters:
instancePtr -

NSObject

public NSObject(java.lang.String methodName,
                com.jniwrapper.Parameter[] parameters)
Contructs the NSObject class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

NSObject_allocWithZone

public static NSObject NSObject_allocWithZone(NSZone zone)
This method represents the allocWithZone static constructor of the NSObject Objective-C class.

Parameters:
zone -
Returns:
NSObject

NSObject_defaultPlaceholderForMarker_withBinding

public static NSObject NSObject_defaultPlaceholderForMarker_withBinding(Id marker,
                                                                        java.lang.String binding)
This method represents the defaultPlaceholderForMarker static constructor of the NSObject Objective-C class.

Parameters:
marker -
binding -
Returns:
NSObject

NSObject_mutableCopyWithZone

public static NSObject NSObject_mutableCopyWithZone(NSZone zone)
This method represents the mutableCopyWithZone static constructor of the NSObject Objective-C class.

Parameters:
zone -
Returns:
NSObject

NSObject_copyWithZone

public static NSObject NSObject_copyWithZone(NSZone zone)
This method represents the copyWithZone static constructor of the NSObject Objective-C class.

Parameters:
zone -
Returns:
NSObject

NSObject__new

public static NSObject NSObject__new()
This method represents the new static constructor of the NSObject Objective-C class.

Returns:
NSObject

NSObject_alloc

public static NSObject NSObject_alloc()
This method represents the alloc static constructor of the NSObject Objective-C class.

Returns:
NSObject

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class CObject

authenticationDataForComponents

public com.jniwrapper.Pointer.Void authenticationDataForComponents(NSArray components)

fontManager_willIncludeFont

public com.jniwrapper.Bool fontManager_willIncludeFont(Id sender,
                                                       java.lang.String fontName)
This method represents the fontManager() method of the NSObject Objective-C class.

Parameters:
sender -
fontName -
Returns:
Bool

textView_writeCell_atIndex_toPasteboard_type

public com.jniwrapper.Bool textView_writeCell_atIndex_toPasteboard_type(NSTextView view,
                                                                        Id cell,
                                                                        com.jniwrapper.UInt16 charIndex,
                                                                        NSPasteboard pboard,
                                                                        java.lang.String type)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
view -
cell -
charIndex -
pboard -
type -
Returns:
Bool

willChange_valuesAtIndexes_forKey

public void willChange_valuesAtIndexes_forKey(NSKeyValueChange change,
                                              NSIndexSet indexes,
                                              java.lang.String key)
This method represents the willChange() method of the NSObject Objective-C class.

Parameters:
change -
indexes -
key -

browser_shouldSizeColumn_forUserResize_toWidth

public com.jniwrapper.SingleFloat browser_shouldSizeColumn_forUserResize_toWidth(NSBrowser browser,
                                                                                 com.jniwrapper.Int columnIndex,
                                                                                 boolean forUserResize,
                                                                                 com.jniwrapper.SingleFloat suggestedWidth)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
browser -
columnIndex -
forUserResize -
suggestedWidth -
Returns:
SingleFloat

netServiceBrowser_didFindService_moreComing

public void netServiceBrowser_didFindService_moreComing(NSNetServiceBrowser aNetServiceBrowser,
                                                        NSNetService aNetService,
                                                        boolean moreComing)
This method represents the netServiceBrowser() method of the NSObject Objective-C class.

Parameters:
aNetServiceBrowser -
aNetService -
moreComing -

removeValueAtIndex_fromPropertyWithKey

public void removeValueAtIndex_fromPropertyWithKey(com.jniwrapper.UInt16 index,
                                                   java.lang.String key)
This method represents the removeValueAtIndex() method of the NSObject Objective-C class.

Parameters:
index -
key -

textStorageWillProcessEditing

public void textStorageWillProcessEditing(NSNotification notification)

textView_doubleClickedOnCell_inRect

public void textView_doubleClickedOnCell_inRect(NSTextView textView,
                                                Id cell,
                                                NSRect cellFrame)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
cell -
cellFrame -

outlineView_child_ofItem

public Id outlineView_child_ofItem(NSOutlineView outlineView,
                                   com.jniwrapper.Int index,
                                   Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
index -
item -
Returns:
Id

textView_doCommandBySelector

public com.jniwrapper.Bool textView_doCommandBySelector(NSTextView textView,
                                                        Sel commandSelector)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
commandSelector -
Returns:
Bool

isKindOfClass

public com.jniwrapper.Bool isKindOfClass(CClass aClass)
Specified by:
isKindOfClass in interface NSObjectProtocol

zone

public com.jniwrapper.Pointer.Void zone()
Specified by:
zone in interface NSObjectProtocol

objectDidBeginEditing

public void objectDidBeginEditing(Id editor)

insertValue_inPropertyWithKey

public void insertValue_inPropertyWithKey(Id value,
                                          java.lang.String key)
This method represents the insertValue() method of the NSObject Objective-C class.

Parameters:
value -
key -

connection_didReceiveAuthenticationChallenge

public void connection_didReceiveAuthenticationChallenge(NSURLConnection connection,
                                                         NSURLAuthenticationChallenge challenge)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
challenge -

speechSynthesizer_willSpeakPhoneme

public void speechSynthesizer_willSpeakPhoneme(NSSpeechSynthesizer sender,
                                               com.jniwrapper.ShortInt phonemeOpcode)
This method represents the speechSynthesizer() method of the NSObject Objective-C class.

Parameters:
sender -
phonemeOpcode -

static_version

public static com.jniwrapper.Int static_version()

splitView_resizeSubviewsWithOldSize

public void splitView_resizeSubviewsWithOldSize(NSSplitView sender,
                                                NSSize oldSize)
This method represents the splitView() method of the NSObject Objective-C class.

Parameters:
sender -
oldSize -

performSelector_withObject

public Id performSelector_withObject(Sel aSelector,
                                     Id object)
This method represents the performSelector() method of the NSObject Objective-C class.

Specified by:
performSelector_withObject in interface NSObjectProtocol
Parameters:
aSelector -
object -
Returns:
Id

concludeDragOperation

public void concludeDragOperation(Id sender)

accessibilityPerformAction

public void accessibilityPerformAction(java.lang.String action)

init

public Id init()

accessibilityParameterizedAttributeNames

public com.jniwrapper.Pointer.Void accessibilityParameterizedAttributeNames()

classForArchiver

public CClass classForArchiver()

isCaseInsensitiveLike

public com.jniwrapper.Bool isCaseInsensitiveLike(java.lang.String object)

tabView_willSelectTabViewItem

public void tabView_willSelectTabViewItem(NSTabView tabView,
                                          NSTabViewItem tabViewItem)
This method represents the tabView() method of the NSObject Objective-C class.

Parameters:
tabView -
tabViewItem -

fileManager_willProcessPath

public void fileManager_willProcessPath(NSFileManager fm,
                                        java.lang.String path)
This method represents the fileManager() method of the NSObject Objective-C class.

Parameters:
fm -
path -

download_didReceiveAuthenticationChallenge

public void download_didReceiveAuthenticationChallenge(NSURLDownload download,
                                                       NSURLAuthenticationChallenge challenge)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
challenge -

static_classForKeyedUnarchiver

public static CClass static_classForKeyedUnarchiver()

unableToSetNilForKey

public void unableToSetNilForKey(java.lang.String key)

validateValue_forKeyPath_error

public com.jniwrapper.Bool validateValue_forKeyPath_error(Id ioValue,
                                                          java.lang.String inKeyPath,
                                                          NSError outError)
This method represents the validateValue() method of the NSObject Objective-C class.

Parameters:
ioValue -
inKeyPath -
outError -
Returns:
Bool

performSelector_withObject_afterDelay_inModes

public void performSelector_withObject_afterDelay_inModes(Sel aSelector,
                                                          Id anArgument,
                                                          NSTimeInterval delay,
                                                          NSArray modes)
This method represents the performSelector() method of the NSObject Objective-C class.

Parameters:
aSelector -
anArgument -
delay -
modes -

windowDidExpose

public void windowDidExpose(NSNotification notification)

applicationWillUnhide

public void applicationWillUnhide(NSNotification notification)

splitView_constrainMaxCoordinate_ofSubviewAt

public com.jniwrapper.SingleFloat splitView_constrainMaxCoordinate_ofSubviewAt(NSSplitView sender,
                                                                               com.jniwrapper.SingleFloat proposedCoord,
                                                                               com.jniwrapper.Int offset)
This method represents the splitView() method of the NSObject Objective-C class.

Parameters:
sender -
proposedCoord -
offset -
Returns:
SingleFloat

tableView_writeRows_toPasteboard

public com.jniwrapper.Bool tableView_writeRows_toPasteboard(NSTableView tv,
                                                            NSArray rows,
                                                            NSPasteboard pboard)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tv -
rows -
pboard -
Returns:
Bool

tableView_acceptDrop_row_dropOperation

public com.jniwrapper.Bool tableView_acceptDrop_row_dropOperation(NSTableView tv,
                                                                  Id info,
                                                                  com.jniwrapper.Int row,
                                                                  NSTableViewDropOperation op)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tv -
info -
row -
op -
Returns:
Bool

accessibilityAttributeValue_forParameter

public Id accessibilityAttributeValue_forParameter(java.lang.String attribute,
                                                   Id parameter)
This method represents the accessibilityAttributeValue() method of the NSObject Objective-C class.

Parameters:
attribute -
parameter -
Returns:
Id

didChange_valuesAtIndexes_forKey

public void didChange_valuesAtIndexes_forKey(NSKeyValueChange change,
                                             NSIndexSet indexes,
                                             java.lang.String key)
This method represents the didChange() method of the NSObject Objective-C class.

Parameters:
change -
indexes -
key -

browser_willDisplayCell_atRow_column

public void browser_willDisplayCell_atRow_column(NSBrowser sender,
                                                 Id cell,
                                                 com.jniwrapper.Int row,
                                                 com.jniwrapper.Int column)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
cell -
row -
column -

outlineView_writeItems_toPasteboard

public com.jniwrapper.Bool outlineView_writeItems_toPasteboard(NSOutlineView olv,
                                                               NSArray items,
                                                               NSPasteboard pboard)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
olv -
items -
pboard -
Returns:
Bool

control_textView_completions_forPartialWordRange_indexOfSelectedItem

public com.jniwrapper.Pointer.Void control_textView_completions_forPartialWordRange_indexOfSelectedItem(NSControl control,
                                                                                                        NSTextView textView,
                                                                                                        NSArray words,
                                                                                                        NSRange charRange,
                                                                                                        com.jniwrapper.Int index)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
textView -
words -
charRange -
index -
Returns:
NSArray

performSelector_withObject_afterDelay

public void performSelector_withObject_afterDelay(Sel aSelector,
                                                  Id anArgument,
                                                  NSTimeInterval delay)
This method represents the performSelector() method of the NSObject Objective-C class.

Parameters:
aSelector -
anArgument -
delay -

splitView_canCollapseSubview

public com.jniwrapper.Bool splitView_canCollapseSubview(NSSplitView sender,
                                                        NSView subview)
This method represents the splitView() method of the NSObject Objective-C class.

Parameters:
sender -
subview -
Returns:
Bool

scriptingBeginsWith

public com.jniwrapper.Bool scriptingBeginsWith(Id object)

connection_didReceiveResponse

public void connection_didReceiveResponse(NSURLConnection connection,
                                          NSURLResponse response)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
response -

setValue_forKeyPath

public void setValue_forKeyPath(Id value,
                                java.lang.String keyPath)
This method represents the setValue() method of the NSObject Objective-C class.

Parameters:
value -
keyPath -

parser_foundProcessingInstructionWithTarget_data

public void parser_foundProcessingInstructionWithTarget_data(NSXMLParser parser,
                                                             java.lang.String target,
                                                             java.lang.String data)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
target -
data -

netServiceBrowser_didRemoveService_moreComing

public void netServiceBrowser_didRemoveService_moreComing(NSNetServiceBrowser aNetServiceBrowser,
                                                          NSNetService aNetService,
                                                          boolean moreComing)
This method represents the netServiceBrowser() method of the NSObject Objective-C class.

Parameters:
aNetServiceBrowser -
aNetService -
moreComing -

comboBox_objectValueForItemAtIndex

public Id comboBox_objectValueForItemAtIndex(NSComboBox aComboBox,
                                             com.jniwrapper.Int index)
This method represents the comboBox() method of the NSObject Objective-C class.

Parameters:
aComboBox -
index -
Returns:
Id

applicationDidFinishLaunching

public void applicationDidFinishLaunching(NSNotification notification)

outlineViewItemDidCollapse

public void outlineViewItemDidCollapse(NSNotification notification)

panel_shouldShowFilename

public com.jniwrapper.Bool panel_shouldShowFilename(Id sender,
                                                    java.lang.String filename)
This method represents the panel() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
Returns:
Bool

observationInfo

public com.jniwrapper.Pointer.Void observationInfo()

valuesForKeys

public com.jniwrapper.Pointer.Void valuesForKeys(NSArray keys)

takeValue_forKey

public void takeValue_forKey(Id value,
                             java.lang.String key)
This method represents the takeValue() method of the NSObject Objective-C class.

Parameters:
value -
key -

superclass

public CClass superclass()
Specified by:
superclass in interface NSObjectProtocol

tableView_sortDescriptorsDidChange

public void tableView_sortDescriptorsDidChange(NSTableView tableView,
                                               NSArray oldDescriptors)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
oldDescriptors -

control_didFailToFormatString_errorDescription

public com.jniwrapper.Bool control_didFailToFormatString_errorDescription(NSControl control,
                                                                          java.lang.String string,
                                                                          java.lang.String error)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
string -
error -
Returns:
Bool

windowShouldZoom_toFrame

public com.jniwrapper.Bool windowShouldZoom_toFrame(NSWindow window,
                                                    NSRect newFrame)
This method represents the windowShouldZoom() method of the NSObject Objective-C class.

Parameters:
window -
newFrame -
Returns:
Bool

addObserver_forKeyPath_options_context

public void addObserver_forKeyPath_options_context(NSObject observer,
                                                   java.lang.String keyPath,
                                                   NSKeyValueObservingOptions options,
                                                   com.jniwrapper.Pointer.Void context)
This method represents the addObserver() method of the NSObject Objective-C class.

Parameters:
observer -
keyPath -
options -
context -

awakeFromNib

public void awakeFromNib()

comboBoxWillDismiss

public void comboBoxWillDismiss(NSNotification notification)

isMemberOfClass

public com.jniwrapper.Bool isMemberOfClass(CClass aClass)
Specified by:
isMemberOfClass in interface NSObjectProtocol

outlineView_validateDrop_proposedItem_proposedChildIndex

public NSDragOperation outlineView_validateDrop_proposedItem_proposedChildIndex(NSOutlineView olv,
                                                                                Id info,
                                                                                Id item,
                                                                                com.jniwrapper.Int index)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
olv -
info -
item -
index -
Returns:
NSDragOperation

textView_clickedOnLink_atIndex

public com.jniwrapper.Bool textView_clickedOnLink_atIndex(NSTextView textView,
                                                          Id link,
                                                          com.jniwrapper.UInt16 charIndex)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
link -
charIndex -
Returns:
Bool

parser_didEndMappingPrefix

public void parser_didEndMappingPrefix(NSXMLParser parser,
                                       java.lang.String prefix)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
prefix -

forwardInvocation

public void forwardInvocation(NSInvocation anInvocation)

parserDidEndDocument

public void parserDidEndDocument(NSXMLParser parser)

draggedImage_endedAt_operation

public void draggedImage_endedAt_operation(NSImage image,
                                           NSPoint screenPoint,
                                           NSDragOperation operation)
This method represents the draggedImage() method of the NSObject Objective-C class.

Parameters:
image -
screenPoint -
operation -

windowDidResignKey

public void windowDidResignKey(NSNotification notification)

draggedImage_endedAt_deposited

public void draggedImage_endedAt_deposited(NSImage image,
                                           NSPoint screenPoint,
                                           boolean flag)
This method represents the draggedImage() method of the NSObject Objective-C class.

Parameters:
image -
screenPoint -
flag -

outlineView_shouldSelectTableColumn

public com.jniwrapper.Bool outlineView_shouldSelectTableColumn(NSOutlineView outlineView,
                                                               NSTableColumn tableColumn)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
tableColumn -
Returns:
Bool

splitView_constrainMinCoordinate_ofSubviewAt

public com.jniwrapper.SingleFloat splitView_constrainMinCoordinate_ofSubviewAt(NSSplitView sender,
                                                                               com.jniwrapper.SingleFloat proposedCoord,
                                                                               com.jniwrapper.Int offset)
This method represents the splitView() method of the NSObject Objective-C class.

Parameters:
sender -
proposedCoord -
offset -
Returns:
SingleFloat

setValue_forKey

public void setValue_forKey(Id value,
                            java.lang.String key)
This method represents the setValue() method of the NSObject Objective-C class.

Parameters:
value -
key -

fileManager_shouldProceedAfterError

public com.jniwrapper.Bool fileManager_shouldProceedAfterError(NSFileManager fm,
                                                               NSDictionary errorInfo)
This method represents the fileManager() method of the NSObject Objective-C class.

Parameters:
fm -
errorInfo -
Returns:
Bool

replacementObjectForArchiver

public Id replacementObjectForArchiver(NSArchiver archiver)

applicationOpenUntitledFile

public com.jniwrapper.Bool applicationOpenUntitledFile(NSApplication sender)

browser_selectRow_inColumn

public com.jniwrapper.Bool browser_selectRow_inColumn(NSBrowser sender,
                                                      com.jniwrapper.Int row,
                                                      com.jniwrapper.Int column)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
row -
column -
Returns:
Bool

awakeAfterUsingCoder

public Id awakeAfterUsingCoder(NSCoder aDecoder)

browser_createRowsForColumn_inMatrix

public void browser_createRowsForColumn_inMatrix(NSBrowser sender,
                                                 com.jniwrapper.Int column,
                                                 NSMatrix matrix)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
column -
matrix -

textViewDidChangeSelection

public void textViewDidChangeSelection(NSNotification notification)

control_textView_doCommandBySelector

public com.jniwrapper.Bool control_textView_doCommandBySelector(NSControl control,
                                                                NSTextView textView,
                                                                Sel commandSelector)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
textView -
commandSelector -
Returns:
Bool

respondsToSelector

public com.jniwrapper.Bool respondsToSelector(Sel aSelector)
Specified by:
respondsToSelector in interface NSObjectProtocol

outlineView_acceptDrop_item_childIndex

public com.jniwrapper.Bool outlineView_acceptDrop_item_childIndex(NSOutlineView olv,
                                                                  Id info,
                                                                  Id item,
                                                                  com.jniwrapper.Int index)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
olv -
info -
item -
index -
Returns:
Bool

controlTextDidChange

public void controlTextDidChange(NSNotification obj)

namesOfPromisedFilesDroppedAtDestination

public com.jniwrapper.Pointer.Void namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)

validModesForFontPanel

public com.jniwrapper.UInt validModesForFontPanel(NSFontPanel fontPanel)

draggingSourceOperationMaskForLocal

public NSDragOperation draggingSourceOperationMaskForLocal(boolean flag)

scriptingIsGreaterThanOrEqualTo

public com.jniwrapper.Bool scriptingIsGreaterThanOrEqualTo(Id object)

URLResourceDidFinishLoading

public void URLResourceDidFinishLoading(NSURL sender)

application_printFiles

public void application_printFiles(NSApplication sender,
                                   NSArray filenames)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
filenames -

imageDidNotDraw_inRect

public com.jniwrapper.Pointer.Void imageDidNotDraw_inRect(Id sender,
                                                          NSRect aRect)
This method represents the imageDidNotDraw() method of the NSObject Objective-C class.

Parameters:
sender -
aRect -
Returns:
NSImage

applicationDidUpdate

public void applicationDidUpdate(NSNotification notification)

browserColumnConfigurationDidChange

public void browserColumnConfigurationDidChange(NSNotification notification)

validateValue_forKey_error

public com.jniwrapper.Bool validateValue_forKey_error(Id ioValue,
                                                      java.lang.String inKey,
                                                      NSError outError)
This method represents the validateValue() method of the NSObject Objective-C class.

Parameters:
ioValue -
inKey -
outError -
Returns:
Bool

outlineView_willDisplayOutlineCell_forTableColumn_item

public void outlineView_willDisplayOutlineCell_forTableColumn_item(NSOutlineView outlineView,
                                                                   Id cell,
                                                                   NSTableColumn tableColumn,
                                                                   Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
cell -
tableColumn -
item -

release

public void release()
Specified by:
release in interface NSObjectProtocol

outlineView_itemForPersistentObject

public Id outlineView_itemForPersistentObject(NSOutlineView outlineView,
                                              Id object)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
object -
Returns:
Id

createConversationForConnection

public Id createConversationForConnection(NSConnection conn)

browserWillScroll

public void browserWillScroll(NSBrowser sender)

draggedImage_beganAt

public void draggedImage_beganAt(NSImage image,
                                 NSPoint screenPoint)
This method represents the draggedImage() method of the NSObject Objective-C class.

Parameters:
image -
screenPoint -

coerceValue_forKey

public Id coerceValue_forKey(Id value,
                             java.lang.String key)
This method represents the coerceValue() method of the NSObject Objective-C class.

Parameters:
value -
key -
Returns:
Id

handleTakeValue_forUnboundKey

public void handleTakeValue_forUnboundKey(Id value,
                                          java.lang.String key)
This method represents the handleTakeValue() method of the NSObject Objective-C class.

Parameters:
value -
key -

image_didLoadRepresentation_withStatus

public void image_didLoadRepresentation_withStatus(NSImage image,
                                                   NSImageRep rep,
                                                   NSImageLoadStatus status)
This method represents the image() method of the NSObject Objective-C class.

Parameters:
image -
rep -
status -

panel_userEnteredFilename_confirmed

public com.jniwrapper.Pointer.Void panel_userEnteredFilename_confirmed(Id sender,
                                                                       java.lang.String filename,
                                                                       boolean okFlag)
This method represents the panel() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
okFlag -
Returns:
NSString

image_willLoadRepresentation

public void image_willLoadRepresentation(NSImage image,
                                         NSImageRep rep)
This method represents the image() method of the NSObject Objective-C class.

Parameters:
image -
rep -

parser_validationErrorOccurred

public void parser_validationErrorOccurred(NSXMLParser parser,
                                           NSError validationError)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
validationError -

connection_shouldMakeNewConnection

public com.jniwrapper.Bool connection_shouldMakeNewConnection(NSConnection ancestor,
                                                              NSConnection conn)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
ancestor -
conn -
Returns:
Bool

numberOfItemsInMenu

public com.jniwrapper.Int numberOfItemsInMenu(NSMenu menu)

handleMachMessage

public void handleMachMessage(com.jniwrapper.Pointer.Void msg)

selectionShouldChangeInOutlineView

public com.jniwrapper.Bool selectionShouldChangeInOutlineView(NSOutlineView outlineView)

windowWillMove

public void windowWillMove(NSNotification notification)

connection_handleRequest

public com.jniwrapper.Bool connection_handleRequest(NSConnection connection,
                                                    NSDistantObjectRequest doreq)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
doreq -
Returns:
Bool

tableView_willDisplayCell_forTableColumn_row

public void tableView_willDisplayCell_forTableColumn_row(NSTableView tableView,
                                                         Id cell,
                                                         NSTableColumn tableColumn,
                                                         com.jniwrapper.Int row)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
cell -
tableColumn -
row -

valueForKeyPath

public Id valueForKeyPath(java.lang.String keyPath)

classForCoder

public CClass classForCoder()

windowDidDeminiaturize

public void windowDidDeminiaturize(NSNotification notification)

performSelectorOnMainThread_withObject_waitUntilDone_modes

public void performSelectorOnMainThread_withObject_waitUntilDone_modes(Sel aSelector,
                                                                       Id arg,
                                                                       boolean wait,
                                                                       NSArray array)
This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.

Parameters:
aSelector -
arg -
wait -
array -

accessibilityIsAttributeSettable

public com.jniwrapper.Bool accessibilityIsAttributeSettable(java.lang.String attribute)

applicationShouldTerminate

public NSApplicationTerminateReply applicationShouldTerminate(NSApplication sender)

windowWillReturnFieldEditor_toObject

public Id windowWillReturnFieldEditor_toObject(NSWindow sender,
                                               Id client)
This method represents the windowWillReturnFieldEditor() method of the NSObject Objective-C class.

Parameters:
sender -
client -
Returns:
Id

setValuesForKeysWithDictionary

public void setValuesForKeysWithDictionary(NSDictionary keyedValues)

numberOfRowsInTableView

public com.jniwrapper.Int numberOfRowsInTableView(NSTableView tableView)

static_setDefaultPlaceholder_forMarker_withBinding

public static void static_setDefaultPlaceholder_forMarker_withBinding(Id placeholder,
                                                                      Id marker,
                                                                      java.lang.String binding)
This method represents the setDefaultPlaceholder() method of the NSObject Objective-C class.

Parameters:
placeholder -
marker -
binding -

draggingExited

public void draggingExited(Id sender)

ignoreModifierKeysWhileDragging

public com.jniwrapper.Bool ignoreModifierKeysWhileDragging()

windowWillMiniaturize

public void windowWillMiniaturize(NSNotification notification)

alertShowHelp

public com.jniwrapper.Bool alertShowHelp(NSAlert alert)

connection_didFailWithError

public void connection_didFailWithError(NSURLConnection connection,
                                        NSError error)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
error -

menuNeedsUpdate

public void menuNeedsUpdate(NSMenu menu)

panel_compareFilename_with_caseSensitive

public NSComparisonResult panel_compareFilename_with_caseSensitive(Id sender,
                                                                   java.lang.String name1,
                                                                   java.lang.String name2,
                                                                   boolean caseSensitive)
This method represents the panel() method of the NSObject Objective-C class.

Parameters:
sender -
name1 -
name2 -
caseSensitive -
Returns:
NSComparisonResult

panel_isValidFilename

public com.jniwrapper.Bool panel_isValidFilename(Id sender,
                                                 java.lang.String filename)
This method represents the panel() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
Returns:
Bool

outlineViewSelectionIsChanging

public void outlineViewSelectionIsChanging(NSNotification notification)

netServiceBrowser_didNotSearch

public void netServiceBrowser_didNotSearch(NSNetServiceBrowser aNetServiceBrowser,
                                           NSDictionary errorDict)
This method represents the netServiceBrowser() method of the NSObject Objective-C class.

Parameters:
aNetServiceBrowser -
errorDict -

parser_foundExternalEntityDeclarationWithName_publicID_systemID

public void parser_foundExternalEntityDeclarationWithName_publicID_systemID(NSXMLParser parser,
                                                                            java.lang.String name,
                                                                            java.lang.String publicID,
                                                                            java.lang.String systemID)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
name -
publicID -
systemID -

textView_completions_forPartialWordRange_indexOfSelectedItem

public com.jniwrapper.Pointer.Void textView_completions_forPartialWordRange_indexOfSelectedItem(NSTextView textView,
                                                                                                NSArray words,
                                                                                                NSRange charRange,
                                                                                                com.jniwrapper.Int index)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
words -
charRange -
index -
Returns:
NSArray

outlineView_shouldExpandItem

public com.jniwrapper.Bool outlineView_shouldExpandItem(NSOutlineView outlineView,
                                                        Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
item -
Returns:
Bool

outlineView_willDisplayCell_forTableColumn_item

public void outlineView_willDisplayCell_forTableColumn_item(NSOutlineView outlineView,
                                                            Id cell,
                                                            NSTableColumn tableColumn,
                                                            Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
cell -
tableColumn -
item -

scriptingEndsWith

public com.jniwrapper.Bool scriptingEndsWith(Id object)

archiverWillFinish

public void archiverWillFinish(NSKeyedArchiver archiver)

attributeKeys

public com.jniwrapper.Pointer.Void attributeKeys()

accessibilityAttributeNames

public com.jniwrapper.Pointer.Void accessibilityAttributeNames()

tableView_validateDrop_proposedRow_proposedDropOperation

public NSDragOperation tableView_validateDrop_proposedRow_proposedDropOperation(NSTableView tv,
                                                                                Id info,
                                                                                com.jniwrapper.Int row,
                                                                                NSTableViewDropOperation op)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tv -
info -
row -
op -
Returns:
NSDragOperation

applicationShouldOpenUntitledFile

public com.jniwrapper.Bool applicationShouldOpenUntitledFile(NSApplication sender)

setObservationInfo

public void setObservationInfo(com.jniwrapper.Pointer.Void observationInfo)

comboBoxCell_objectValueForItemAtIndex

public Id comboBoxCell_objectValueForItemAtIndex(NSComboBoxCell aComboBoxCell,
                                                 com.jniwrapper.Int index)
This method represents the comboBoxCell() method of the NSObject Objective-C class.

Parameters:
aComboBoxCell -
index -
Returns:
Id

unarchiver_cannotDecodeObjectOfClassName_originalClasses

public CClass unarchiver_cannotDecodeObjectOfClassName_originalClasses(NSKeyedUnarchiver unarchiver,
                                                                       java.lang.String name,
                                                                       NSArray classNames)
This method represents the unarchiver() method of the NSObject Objective-C class.

Parameters:
unarchiver -
name -
classNames -
Returns:
CClass

tableView_didClickTableColumn

public void tableView_didClickTableColumn(NSTableView tableView,
                                          NSTableColumn tableColumn)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
tableColumn -

outlineView_numberOfChildrenOfItem

public com.jniwrapper.Int outlineView_numberOfChildrenOfItem(NSOutlineView outlineView,
                                                             Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
item -
Returns:
Int

outlineViewColumnDidResize

public void outlineViewColumnDidResize(NSNotification notification)

performSelector_withObject_withObject

public Id performSelector_withObject_withObject(Sel aSelector,
                                                Id object1,
                                                Id object2)
This method represents the performSelector() method of the NSObject Objective-C class.

Specified by:
performSelector_withObject_withObject in interface NSObjectProtocol
Parameters:
aSelector -
object1 -
object2 -
Returns:
Id

takeStoredValue_forKey

public void takeStoredValue_forKey(Id value,
                                   java.lang.String key)
This method represents the takeStoredValue() method of the NSObject Objective-C class.

Parameters:
value -
key -

downloadDidBegin

public void downloadDidBegin(NSURLDownload download)

panel_directoryDidChange

public void panel_directoryDidChange(Id sender,
                                     java.lang.String path)
This method represents the panel() method of the NSObject Objective-C class.

Parameters:
sender -
path -

pasteboard_provideDataForType

public void pasteboard_provideDataForType(NSPasteboard sender,
                                          java.lang.String type)
This method represents the pasteboard() method of the NSObject Objective-C class.

Parameters:
sender -
type -

dealloc

public void dealloc()

changeFont

public void changeFont(Id sender)

isEqualTo

public com.jniwrapper.Bool isEqualTo(Id object)

didChangeValueForKey

public void didChangeValueForKey(java.lang.String key)

panelSelectionDidChange

public void panelSelectionDidChange(Id sender)

classForPortCoder

public CClass classForPortCoder()

conformsToProtocol

public com.jniwrapper.Bool conformsToProtocol(Protocol aProtocol)
Specified by:
conformsToProtocol in interface NSObjectProtocol

parser_parseErrorOccurred

public void parser_parseErrorOccurred(NSXMLParser parser,
                                      NSError parseError)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
parseError -

selectionShouldChangeInTableView

public com.jniwrapper.Bool selectionShouldChangeInTableView(NSTableView aTableView)

outlineView_mouseDownInHeaderOfTableColumn

public void outlineView_mouseDownInHeaderOfTableColumn(NSOutlineView outlineView,
                                                       NSTableColumn tableColumn)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
tableColumn -

mutableArrayValueForKeyPath

public com.jniwrapper.Pointer.Void mutableArrayValueForKeyPath(java.lang.String keyPath)

textView_draggedCell_inRect_event_atIndex

public void textView_draggedCell_inRect_event_atIndex(NSTextView view,
                                                      Id cell,
                                                      NSRect rect,
                                                      NSEvent event,
                                                      com.jniwrapper.UInt16 charIndex)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
view -
cell -
rect -
event -
charIndex -

replacementObjectForPortCoder

public Id replacementObjectForPortCoder(NSPortCoder coder)

validateToolbarItem

public com.jniwrapper.Bool validateToolbarItem(NSToolbarItem theItem)

performSelector

public Id performSelector(Sel aSelector)
Specified by:
performSelector in interface NSObjectProtocol

copy

public Id copy()

outlineView_isItemExpandable

public com.jniwrapper.Bool outlineView_isItemExpandable(NSOutlineView outlineView,
                                                        Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
item -
Returns:
Bool

netServiceBrowserDidStopSearch

public void netServiceBrowserDidStopSearch(NSNetServiceBrowser aNetServiceBrowser)

replacementObjectForKeyedArchiver

public Id replacementObjectForKeyedArchiver(NSKeyedArchiver archiver)

speechRecognizer_didRecognizeCommand

public void speechRecognizer_didRecognizeCommand(NSSpeechRecognizer sender,
                                                 Id command)
This method represents the speechRecognizer() method of the NSObject Objective-C class.

Parameters:
sender -
command -

accessibilityActionDescription

public com.jniwrapper.Pointer.Void accessibilityActionDescription(java.lang.String action)

applicationWillTerminate

public void applicationWillTerminate(NSNotification notification)

textView_doubleClickedOnCell_inRect_atIndex

public void textView_doubleClickedOnCell_inRect_atIndex(NSTextView textView,
                                                        Id cell,
                                                        NSRect cellFrame,
                                                        com.jniwrapper.UInt16 charIndex)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
cell -
cellFrame -
charIndex -

textDidBeginEditing

public void textDidBeginEditing(NSNotification notification)

outlineView_didClickTableColumn

public void outlineView_didClickTableColumn(NSOutlineView outlineView,
                                            NSTableColumn tableColumn)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
tableColumn -

drawerShouldOpen

public com.jniwrapper.Bool drawerShouldOpen(NSDrawer sender)

parser_foundElementDeclarationWithName_model

public void parser_foundElementDeclarationWithName_model(NSXMLParser parser,
                                                         java.lang.String elementName,
                                                         java.lang.String model)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
elementName -
model -

image_didLoadRepresentationHeader

public void image_didLoadRepresentationHeader(NSImage image,
                                              NSImageRep rep)
This method represents the image() method of the NSObject Objective-C class.

Parameters:
image -
rep -

URL_resourceDidFailLoadingWithReason

public void URL_resourceDidFailLoadingWithReason(NSURL sender,
                                                 java.lang.String reason)
This method represents the URL() method of the NSObject Objective-C class.

Parameters:
sender -
reason -

outlineView_didDragTableColumn

public void outlineView_didDragTableColumn(NSOutlineView outlineView,
                                           NSTableColumn tableColumn)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
tableColumn -

static_instanceMethodSignatureForSelector

public static com.jniwrapper.Pointer.Void static_instanceMethodSignatureForSelector(Sel aSelector)

URLResourceDidCancelLoading

public void URLResourceDidCancelLoading(NSURL sender)

static_poseAsClass

public static void static_poseAsClass(CClass aClass)

draggingEnded

public void draggingEnded(Id sender)

drawerWillOpen

public void drawerWillOpen(NSNotification notification)

static_load

public static void static_load()

accessibilityIsIgnored

public com.jniwrapper.Bool accessibilityIsIgnored()

changeColor

public void changeColor(Id sender)

unarchiverDidFinish

public void unarchiverDidFinish(NSKeyedUnarchiver unarchiver)

willChangeValueForKey

public void willChangeValueForKey(java.lang.String key)

textView_willDisplayToolTip_forCharacterAtIndex

public com.jniwrapper.Pointer.Void textView_willDisplayToolTip_forCharacterAtIndex(NSTextView textView,
                                                                                   java.lang.String tooltip,
                                                                                   com.jniwrapper.UInt16 characterIndex)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
tooltip -
characterIndex -
Returns:
NSString

textView_writablePasteboardTypesForCell_atIndex

public com.jniwrapper.Pointer.Void textView_writablePasteboardTypesForCell_atIndex(NSTextView view,
                                                                                   Id cell,
                                                                                   com.jniwrapper.UInt16 charIndex)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
view -
cell -
charIndex -
Returns:
NSArray

classDescription

public com.jniwrapper.Pointer.Void classDescription()

bind_toObject_withKeyPath_options

public void bind_toObject_withKeyPath_options(java.lang.String binding,
                                              Id observable,
                                              java.lang.String keyPath,
                                              NSDictionary options)
This method represents the bind() method of the NSObject Objective-C class.

Parameters:
binding -
observable -
keyPath -
options -

scriptingContains

public com.jniwrapper.Bool scriptingContains(Id object)

numberOfItemsInComboBoxCell

public com.jniwrapper.Int numberOfItemsInComboBoxCell(NSComboBoxCell comboBoxCell)

URL_resourceDataDidBecomeAvailable

public void URL_resourceDataDidBecomeAvailable(NSURL sender,
                                               NSData newBytes)
This method represents the URL() method of the NSObject Objective-C class.

Parameters:
sender -
newBytes -

textDidChange

public void textDidChange(NSNotification notification)

outlineView_setObjectValue_forTableColumn_byItem

public void outlineView_setObjectValue_forTableColumn_byItem(NSOutlineView outlineView,
                                                             Id object,
                                                             NSTableColumn tableColumn,
                                                             Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
object -
tableColumn -
item -

window_willPositionSheet_usingRect

public NSRect window_willPositionSheet_usingRect(NSWindow window,
                                                 NSWindow sheet,
                                                 NSRect rect)
This method represents the window() method of the NSObject Objective-C class.

Parameters:
window -
sheet -
rect -
Returns:
NSRect

applicationWillHide

public void applicationWillHide(NSNotification notification)

methodForSelector

public Imp methodForSelector(Sel aSelector)

performSelectorOnMainThread_withObject_waitUntilDone

public void performSelectorOnMainThread_withObject_waitUntilDone(Sel aSelector,
                                                                 Id arg,
                                                                 boolean wait)
This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.

Parameters:
aSelector -
arg -
wait -

drawerWillResizeContents_toSize

public NSSize drawerWillResizeContents_toSize(NSDrawer sender,
                                              NSSize contentSize)
This method represents the drawerWillResizeContents() method of the NSObject Objective-C class.

Parameters:
sender -
contentSize -
Returns:
NSSize

download_didFailWithError

public void download_didFailWithError(NSURLDownload download,
                                      NSError error)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
error -

static_accessInstanceVariablesDirectly

public static com.jniwrapper.Bool static_accessInstanceVariablesDirectly()

outlineView_shouldEditTableColumn_item

public com.jniwrapper.Bool outlineView_shouldEditTableColumn_item(NSOutlineView outlineView,
                                                                  NSTableColumn tableColumn,
                                                                  Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
tableColumn -
item -
Returns:
Bool

connection_willCacheResponse

public com.jniwrapper.Pointer.Void connection_willCacheResponse(NSURLConnection connection,
                                                                NSCachedURLResponse cachedResponse)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
cachedResponse -
Returns:
NSCachedURLResponse

control_isValidObject

public com.jniwrapper.Bool control_isValidObject(NSControl control,
                                                 Id obj)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
obj -
Returns:
Bool

accessibilityActionNames

public com.jniwrapper.Pointer.Void accessibilityActionNames()

comboBox_completedString

public com.jniwrapper.Pointer.Void comboBox_completedString(NSComboBox aComboBox,
                                                            java.lang.String string)
This method represents the comboBox() method of the NSObject Objective-C class.

Parameters:
aComboBox -
string -
Returns:
NSString

comboBoxSelectionDidChange

public void comboBoxSelectionDidChange(NSNotification notification)

application_openFile

public com.jniwrapper.Bool application_openFile(NSApplication sender,
                                                java.lang.String filename)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
Returns:
Bool

discardEditing

public void discardEditing()

replaceValueAtIndex_inPropertyWithKey_withValue

public void replaceValueAtIndex_inPropertyWithKey_withValue(com.jniwrapper.UInt16 index,
                                                            java.lang.String key,
                                                            Id value)
This method represents the replaceValueAtIndex() method of the NSObject Objective-C class.

Parameters:
index -
key -
value -

netServiceBrowser_didFindDomain_moreComing

public void netServiceBrowser_didFindDomain_moreComing(NSNetServiceBrowser aNetServiceBrowser,
                                                       java.lang.String domainString,
                                                       boolean moreComing)
This method represents the netServiceBrowser() method of the NSObject Objective-C class.

Parameters:
aNetServiceBrowser -
domainString -
moreComing -

methodSignatureForSelector

public com.jniwrapper.Pointer.Void methodSignatureForSelector(Sel aSelector)

outlineView_objectValueForTableColumn_byItem

public Id outlineView_objectValueForTableColumn_byItem(NSOutlineView outlineView,
                                                       NSTableColumn tableColumn,
                                                       Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
tableColumn -
item -
Returns:
Id

isGreaterThanOrEqualTo

public com.jniwrapper.Bool isGreaterThanOrEqualTo(Id object)

spellServer_didLearnWord_inLanguage

public void spellServer_didLearnWord_inLanguage(NSSpellServer sender,
                                                java.lang.String word,
                                                java.lang.String language)
This method represents the spellServer() method of the NSObject Objective-C class.

Parameters:
sender -
word -
language -

outlineView_sortDescriptorsDidChange

public void outlineView_sortDescriptorsDidChange(NSOutlineView outlineView,
                                                 NSArray oldDescriptors)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
oldDescriptors -

valueWithUniqueID_inPropertyWithKey

public Id valueWithUniqueID_inPropertyWithKey(Id uniqueID,
                                              java.lang.String key)
This method represents the valueWithUniqueID() method of the NSObject Objective-C class.

Parameters:
uniqueID -
key -
Returns:
Id

netService_didNotResolve

public void netService_didNotResolve(NSNetService sender,
                                     NSDictionary errorDict)
This method represents the netService() method of the NSObject Objective-C class.

Parameters:
sender -
errorDict -

unarchiver_willReplaceObject_withObject

public void unarchiver_willReplaceObject_withObject(NSKeyedUnarchiver unarchiver,
                                                    Id object,
                                                    Id newObject)
This method represents the unarchiver() method of the NSObject Objective-C class.

Parameters:
unarchiver -
object -
newObject -

tableViewColumnDidMove

public void tableViewColumnDidMove(NSNotification notification)

parserDidStartDocument

public void parserDidStartDocument(NSXMLParser parser)

spellServer_findMisspelledWordInString_language_wordCount_countOnly

public NSRange spellServer_findMisspelledWordInString_language_wordCount_countOnly(NSSpellServer sender,
                                                                                   java.lang.String stringToCheck,
                                                                                   java.lang.String language,
                                                                                   com.jniwrapper.Int wordCount,
                                                                                   boolean countOnly)
This method represents the spellServer() method of the NSObject Objective-C class.

Parameters:
sender -
stringToCheck -
language -
wordCount -
countOnly -
Returns:
NSRange

applicationWillBecomeActive

public void applicationWillBecomeActive(NSNotification notification)

static_automaticallyNotifiesObserversForKey

public static com.jniwrapper.Bool static_automaticallyNotifiesObserversForKey(java.lang.String key)

applicationDidChangeScreenParameters

public void applicationDidChangeScreenParameters(NSNotification notification)

draggingUpdated

public NSDragOperation draggingUpdated(Id sender)

textView_clickedOnCell_inRect

public void textView_clickedOnCell_inRect(NSTextView textView,
                                          Id cell,
                                          NSRect cellFrame)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
cell -
cellFrame -

outlineViewItemWillExpand

public void outlineViewItemWillExpand(NSNotification notification)

authenticateComponents_withData

public com.jniwrapper.Bool authenticateComponents_withData(NSArray components,
                                                           NSData signature)
This method represents the authenticateComponents() method of the NSObject Objective-C class.

Parameters:
components -
signature -
Returns:
Bool

netServiceBrowser_didRemoveDomain_moreComing

public void netServiceBrowser_didRemoveDomain_moreComing(NSNetServiceBrowser aNetServiceBrowser,
                                                         java.lang.String domainString,
                                                         boolean moreComing)
This method represents the netServiceBrowser() method of the NSObject Objective-C class.

Parameters:
aNetServiceBrowser -
domainString -
moreComing -

toolbarAllowedItemIdentifiers

public com.jniwrapper.Pointer.Void toolbarAllowedItemIdentifiers(NSToolbar toolbar)

toolbarWillAddItem

public void toolbarWillAddItem(NSNotification notification)

isEqual

public com.jniwrapper.Bool isEqual(Id object)
Specified by:
isEqual in interface NSObjectProtocol

tableView_shouldEditTableColumn_row

public com.jniwrapper.Bool tableView_shouldEditTableColumn_row(NSTableView tableView,
                                                               NSTableColumn tableColumn,
                                                               com.jniwrapper.Int row)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
tableColumn -
row -
Returns:
Bool

browser_selectCellWithString_inColumn

public com.jniwrapper.Bool browser_selectCellWithString_inColumn(NSBrowser sender,
                                                                 java.lang.String title,
                                                                 com.jniwrapper.Int column)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
title -
column -
Returns:
Bool

doesNotRecognizeSelector

public void doesNotRecognizeSelector(Sel aSelector)

retainCount

public com.jniwrapper.UInt16 retainCount()
Specified by:
retainCount in interface NSObjectProtocol

windowDidResignMain

public void windowDidResignMain(NSNotification notification)

toolbarDidRemoveItem

public void toolbarDidRemoveItem(NSNotification notification)

download_shouldDecodeSourceDataOfMIMEType

public com.jniwrapper.Bool download_shouldDecodeSourceDataOfMIMEType(NSURLDownload download,
                                                                     java.lang.String encodingType)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
encodingType -
Returns:
Bool

parser_didEndElement_namespaceURI_qualifiedName

public void parser_didEndElement_namespaceURI_qualifiedName(NSXMLParser parser,
                                                            java.lang.String elementName,
                                                            java.lang.String namespaceURI,
                                                            java.lang.String qName)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
elementName -
namespaceURI -
qName -

textView_shouldChangeTextInRange_replacementString

public com.jniwrapper.Bool textView_shouldChangeTextInRange_replacementString(NSTextView textView,
                                                                              NSRange affectedCharRange,
                                                                              java.lang.String replacementString)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
affectedCharRange -
replacementString -
Returns:
Bool

spellServer_suggestCompletionsForPartialWordRange_inString_language

public com.jniwrapper.Pointer.Void spellServer_suggestCompletionsForPartialWordRange_inString_language(NSSpellServer sender,
                                                                                                       NSRange range,
                                                                                                       java.lang.String string,
                                                                                                       java.lang.String language)
This method represents the spellServer() method of the NSObject Objective-C class.

Parameters:
sender -
range -
string -
language -
Returns:
NSArray

handlePortMessage

public void handlePortMessage(NSPortMessage message)

view_stringForToolTip_point_userData

public com.jniwrapper.Pointer.Void view_stringForToolTip_point_userData(NSView view,
                                                                        NSToolTipTag tag,
                                                                        NSPoint point,
                                                                        com.jniwrapper.Pointer.Void data)
This method represents the view() method of the NSObject Objective-C class.

Parameters:
view -
tag -
point -
data -
Returns:
NSString

static_useStoredAccessor

public static com.jniwrapper.Bool static_useStoredAccessor()

toManyRelationshipKeys

public com.jniwrapper.Pointer.Void toManyRelationshipKeys()

connection_didReceiveData

public void connection_didReceiveData(NSURLConnection connection,
                                      NSData data)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
data -

writeSelectionToPasteboard_types

public com.jniwrapper.Bool writeSelectionToPasteboard_types(NSPasteboard pboard,
                                                            NSArray types)
This method represents the writeSelectionToPasteboard() method of the NSObject Objective-C class.

Parameters:
pboard -
types -
Returns:
Bool

menu_updateItem_atIndex_shouldCancel

public com.jniwrapper.Bool menu_updateItem_atIndex_shouldCancel(NSMenu menu,
                                                                NSMenuItem item,
                                                                com.jniwrapper.Int index,
                                                                boolean shouldCancel)
This method represents the menu() method of the NSObject Objective-C class.

Parameters:
menu -
item -
index -
shouldCancel -
Returns:
Bool

connection_willSendRequest_redirectResponse

public com.jniwrapper.Pointer.Void connection_willSendRequest_redirectResponse(NSURLConnection connection,
                                                                               NSURLRequest request,
                                                                               NSURLResponse response)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
request -
response -
Returns:
NSURLRequest

browserDidScroll

public void browserDidScroll(NSBrowser sender)

tableView_didDragTableColumn

public void tableView_didDragTableColumn(NSTableView tableView,
                                         NSTableColumn tableColumn)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
tableColumn -

application_openFileWithoutUI

public com.jniwrapper.Bool application_openFileWithoutUI(Id sender,
                                                         java.lang.String filename)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
Returns:
Bool

handleQueryWithUnboundKey

public Id handleQueryWithUnboundKey(java.lang.String key)

setValue_forUndefinedKey

public void setValue_forUndefinedKey(Id value,
                                     java.lang.String key)
This method represents the setValue() method of the NSObject Objective-C class.

Parameters:
value -
key -

panel_willExpand

public void panel_willExpand(Id sender,
                             boolean expanding)
This method represents the panel() method of the NSObject Objective-C class.

Parameters:
sender -
expanding -

browser_titleOfColumn

public com.jniwrapper.Pointer.Void browser_titleOfColumn(NSBrowser sender,
                                                         com.jniwrapper.Int column)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
column -
Returns:
NSString

spellServer_suggestGuessesForWord_inLanguage

public com.jniwrapper.Pointer.Void spellServer_suggestGuessesForWord_inLanguage(NSSpellServer sender,
                                                                                java.lang.String word,
                                                                                java.lang.String language)
This method represents the spellServer() method of the NSObject Objective-C class.

Parameters:
sender -
word -
language -
Returns:
NSArray

windowWillUseStandardFrame_defaultFrame

public NSRect windowWillUseStandardFrame_defaultFrame(NSWindow window,
                                                      NSRect newFrame)
This method represents the windowWillUseStandardFrame() method of the NSObject Objective-C class.

Parameters:
window -
newFrame -
Returns:
NSRect

applicationDidResignActive

public void applicationDidResignActive(NSNotification notification)

control_textShouldEndEditing

public com.jniwrapper.Bool control_textShouldEndEditing(NSControl control,
                                                        NSText fieldEditor)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
fieldEditor -
Returns:
Bool

hash

public com.jniwrapper.UInt16 hash()
Specified by:
hash in interface NSObjectProtocol

netServiceWillPublish

public void netServiceWillPublish(NSNetService sender)

static_instanceMethodForSelector

public static Imp static_instanceMethodForSelector(Sel aSelector)

layoutManagerDidInvalidateLayout

public void layoutManagerDidInvalidateLayout(NSLayoutManager sender)

textView_clickedOnCell_inRect_atIndex

public void textView_clickedOnCell_inRect_atIndex(NSTextView textView,
                                                  Id cell,
                                                  NSRect cellFrame,
                                                  com.jniwrapper.UInt16 charIndex)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
cell -
cellFrame -
charIndex -

makeNewConnection_sender

public com.jniwrapper.Bool makeNewConnection_sender(NSConnection conn,
                                                    NSConnection ancestor)
This method represents the makeNewConnection() method of the NSObject Objective-C class.

Parameters:
conn -
ancestor -
Returns:
Bool

menuHasKeyEquivalent_forEvent_target_action

public com.jniwrapper.Bool menuHasKeyEquivalent_forEvent_target_action(NSMenu menu,
                                                                       NSEvent event,
                                                                       Id target,
                                                                       Sel action)
This method represents the menuHasKeyEquivalent() method of the NSObject Objective-C class.

Parameters:
menu -
event -
target -
action -
Returns:
Bool

parser_foundCDATA

public void parser_foundCDATA(NSXMLParser parser,
                              NSData CDATABlock)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
CDATABlock -

control_textShouldBeginEditing

public com.jniwrapper.Bool control_textShouldBeginEditing(NSControl control,
                                                          NSText fieldEditor)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
fieldEditor -
Returns:
Bool

static_cancelPreviousPerformRequestsWithTarget

public static void static_cancelPreviousPerformRequestsWithTarget(Id aTarget)

tabView_shouldSelectTabViewItem

public com.jniwrapper.Bool tabView_shouldSelectTabViewItem(NSTabView tabView,
                                                           NSTabViewItem tabViewItem)
This method represents the tabView() method of the NSObject Objective-C class.

Parameters:
tabView -
tabViewItem -
Returns:
Bool

browser_sizeToFitWidthOfColumn

public com.jniwrapper.SingleFloat browser_sizeToFitWidthOfColumn(NSBrowser browser,
                                                                 com.jniwrapper.Int columnIndex)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
browser -
columnIndex -
Returns:
SingleFloat

tableView_shouldSelectRow

public com.jniwrapper.Bool tableView_shouldSelectRow(NSTableView tableView,
                                                     com.jniwrapper.Int row)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
row -
Returns:
Bool

controlTextDidBeginEditing

public void controlTextDidBeginEditing(NSNotification obj)

speechSynthesizer_willSpeakWord_ofString

public void speechSynthesizer_willSpeakWord_ofString(NSSpeechSynthesizer sender,
                                                     NSRange characterRange,
                                                     java.lang.String string)
This method represents the speechSynthesizer() method of the NSObject Objective-C class.

Parameters:
sender -
characterRange -
string -

netService_didNotPublish

public void netService_didNotPublish(NSNetService sender,
                                     NSDictionary errorDict)
This method represents the netService() method of the NSObject Objective-C class.

Parameters:
sender -
errorDict -

tableView_mouseDownInHeaderOfTableColumn

public void tableView_mouseDownInHeaderOfTableColumn(NSTableView tableView,
                                                     NSTableColumn tableColumn)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
tableColumn -

valueAtIndex_inPropertyWithKey

public Id valueAtIndex_inPropertyWithKey(com.jniwrapper.UInt16 index,
                                         java.lang.String key)
This method represents the valueAtIndex() method of the NSObject Objective-C class.

Parameters:
index -
key -
Returns:
Id

parser_resolveExternalEntityName_systemID

public com.jniwrapper.Pointer.Void parser_resolveExternalEntityName_systemID(NSXMLParser parser,
                                                                             java.lang.String name,
                                                                             java.lang.String systemID)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
name -
systemID -
Returns:
NSData

textDidEndEditing

public void textDidEndEditing(NSNotification notification)

drawerDidOpen

public void drawerDidOpen(NSNotification notification)

textShouldBeginEditing

public com.jniwrapper.Bool textShouldBeginEditing(NSText textObject)

comboBoxCell_completedString

public com.jniwrapper.Pointer.Void comboBoxCell_completedString(NSComboBoxCell aComboBoxCell,
                                                                java.lang.String uncompletedString)
This method represents the comboBoxCell() method of the NSObject Objective-C class.

Parameters:
aComboBoxCell -
uncompletedString -
Returns:
NSString

retain

public Id retain()
Specified by:
retain in interface NSObjectProtocol

applicationDidHide

public void applicationDidHide(NSNotification notification)

parser_didStartElement_namespaceURI_qualifiedName_attributes

public void parser_didStartElement_namespaceURI_qualifiedName_attributes(NSXMLParser parser,
                                                                         java.lang.String elementName,
                                                                         java.lang.String namespaceURI,
                                                                         java.lang.String qName,
                                                                         NSDictionary attributeDict)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
elementName -
namespaceURI -
qName -
attributeDict -

textViewDidChangeTypingAttributes

public void textViewDidChangeTypingAttributes(NSNotification notification)

removeObserver_forKeyPath

public void removeObserver_forKeyPath(NSObject observer,
                                      java.lang.String keyPath)
This method represents the removeObserver() method of the NSObject Objective-C class.

Parameters:
observer -
keyPath -

toolbarSelectableItemIdentifiers

public com.jniwrapper.Pointer.Void toolbarSelectableItemIdentifiers(NSToolbar toolbar)

doesContain

public com.jniwrapper.Bool doesContain(Id object)

spellServer_didForgetWord_inLanguage

public void spellServer_didForgetWord_inLanguage(NSSpellServer sender,
                                                 java.lang.String word,
                                                 java.lang.String language)
This method represents the spellServer() method of the NSObject Objective-C class.

Parameters:
sender -
word -
language -

download_didReceiveResponse

public void download_didReceiveResponse(NSURLDownload download,
                                        NSURLResponse response)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
response -

application_printFile

public com.jniwrapper.Bool application_printFile(NSApplication sender,
                                                 java.lang.String filename)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
Returns:
Bool

static_cancelPreviousPerformRequestsWithTarget_selector_object

public static void static_cancelPreviousPerformRequestsWithTarget_selector_object(Id aTarget,
                                                                                  Sel aSelector,
                                                                                  Id anArgument)
This method represents the cancelPreviousPerformRequestsWithTarget() method of the NSObject Objective-C class.

Parameters:
aTarget -
aSelector -
anArgument -

inverseForRelationshipKey

public com.jniwrapper.Pointer.Void inverseForRelationshipKey(java.lang.String relationshipKey)

tableViewSelectionDidChange

public void tableViewSelectionDidChange(NSNotification notification)

windowDidChangeScreen

public void windowDidChangeScreen(NSNotification notification)

textShouldEndEditing

public com.jniwrapper.Bool textShouldEndEditing(NSText textObject)

download_decideDestinationWithSuggestedFilename

public void download_decideDestinationWithSuggestedFilename(NSURLDownload download,
                                                            java.lang.String filename)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
filename -

_class

public CClass _class()
This method represents the class() method of the NSObject Objective-C class.

Specified by:
_class in interface NSObjectProtocol
Returns:
CClass

className

public com.jniwrapper.Pointer.Void className()

applicationShouldTerminateAfterLastWindowClosed

public com.jniwrapper.Bool applicationShouldTerminateAfterLastWindowClosed(NSApplication sender)

replacementObjectForCoder

public Id replacementObjectForCoder(NSCoder aCoder)

accessibilityHitTest

public Id accessibilityHitTest(NSPoint point)

outlineViewSelectionDidChange

public void outlineViewSelectionDidChange(NSNotification notification)

tableView_shouldSelectTableColumn

public com.jniwrapper.Bool tableView_shouldSelectTableColumn(NSTableView tableView,
                                                             NSTableColumn tableColumn)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
tableColumn -
Returns:
Bool

accessibilitySetValue_forAttribute

public void accessibilitySetValue_forAttribute(Id value,
                                               java.lang.String attribute)
This method represents the accessibilitySetValue() method of the NSObject Objective-C class.

Parameters:
value -
attribute -

windowDidUpdate

public void windowDidUpdate(NSNotification notification)

scriptingIsLessThanOrEqualTo

public com.jniwrapper.Bool scriptingIsLessThanOrEqualTo(Id object)

applicationWillResignActive

public void applicationWillResignActive(NSNotification notification)

exposedBindings

public com.jniwrapper.Pointer.Void exposedBindings()

static_exposeBinding

public static void static_exposeBinding(java.lang.String binding)

valueForKey

public Id valueForKey(java.lang.String key)

setScriptingProperties

public void setScriptingProperties(NSDictionary properties)

browser_isColumnValid

public com.jniwrapper.Bool browser_isColumnValid(NSBrowser sender,
                                                 com.jniwrapper.Int column)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
column -
Returns:
Bool

dictionaryWithValuesForKeys

public com.jniwrapper.Pointer.Void dictionaryWithValuesForKeys(NSArray keys)

image_didLoadPartOfRepresentation_withValidRows

public void image_didLoadPartOfRepresentation_withValidRows(NSImage image,
                                                            NSImageRep rep,
                                                            com.jniwrapper.Int rows)
This method represents the image() method of the NSObject Objective-C class.

Parameters:
image -
rep -
rows -

tableViewSelectionIsChanging

public void tableViewSelectionIsChanging(NSNotification notification)

download_didCancelAuthenticationChallenge

public void download_didCancelAuthenticationChallenge(NSURLDownload download,
                                                      NSURLAuthenticationChallenge challenge)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
challenge -

parser_foundInternalEntityDeclarationWithName_value

public void parser_foundInternalEntityDeclarationWithName_value(NSXMLParser parser,
                                                                java.lang.String name,
                                                                java.lang.String value)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
name -
value -

comboBoxSelectionIsChanging

public void comboBoxSelectionIsChanging(NSNotification notification)

windowWillResize_toSize

public NSSize windowWillResize_toSize(NSWindow sender,
                                      NSSize frameSize)
This method represents the windowWillResize() method of the NSObject Objective-C class.

Parameters:
sender -
frameSize -
Returns:
NSSize

tableView_setObjectValue_forTableColumn_row

public void tableView_setObjectValue_forTableColumn_row(NSTableView tableView,
                                                        Id object,
                                                        NSTableColumn tableColumn,
                                                        com.jniwrapper.Int row)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
object -
tableColumn -
row -

windowDidMove

public void windowDidMove(NSNotification notification)

download_didReceiveDataOfLength

public void download_didReceiveDataOfLength(NSURLDownload download,
                                            com.jniwrapper.UInt16 length)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
length -

layoutManager_didCompleteLayoutForTextContainer_atEnd

public void layoutManager_didCompleteLayoutForTextContainer_atEnd(NSLayoutManager layoutManager,
                                                                  NSTextContainer textContainer,
                                                                  boolean layoutFinishedFlag)
This method represents the layoutManager() method of the NSObject Objective-C class.

Parameters:
layoutManager -
textContainer -
layoutFinishedFlag -

static_isSubclassOfClass

public static com.jniwrapper.Bool static_isSubclassOfClass(CClass aClass)

insertValue_atIndex_inPropertyWithKey

public void insertValue_atIndex_inPropertyWithKey(Id value,
                                                  com.jniwrapper.UInt16 index,
                                                  java.lang.String key)
This method represents the insertValue() method of the NSObject Objective-C class.

Parameters:
value -
index -
key -

isLessThanOrEqualTo

public com.jniwrapper.Bool isLessThanOrEqualTo(Id object)

textView_willChangeSelectionFromCharacterRange_toCharacterRange

public NSRange textView_willChangeSelectionFromCharacterRange_toCharacterRange(NSTextView textView,
                                                                               NSRange oldSelectedCharRange,
                                                                               NSRange newSelectedCharRange)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
oldSelectedCharRange -
newSelectedCharRange -
Returns:
NSRange

comboBoxWillPopUp

public void comboBoxWillPopUp(NSNotification notification)

setNilValueForKey

public void setNilValueForKey(java.lang.String key)

application_openTempFile

public com.jniwrapper.Bool application_openTempFile(NSApplication sender,
                                                    java.lang.String filename)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
filename -
Returns:
Bool

autorelease

public Id autorelease()
Specified by:
autorelease in interface NSObjectProtocol

draggingEntered

public NSDragOperation draggingEntered(Id sender)

numberOfItemsInComboBox

public com.jniwrapper.Int numberOfItemsInComboBox(NSComboBox aComboBox)

tableViewColumnDidResize

public void tableViewColumnDidResize(NSNotification notification)

applicationDidUnhide

public void applicationDidUnhide(NSNotification notification)

application_delegateHandlesKey

public com.jniwrapper.Bool application_delegateHandlesKey(NSApplication sender,
                                                          java.lang.String key)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
key -
Returns:
Bool

downloadDidFinish

public void downloadDidFinish(NSURLDownload download)

applicationWillFinishLaunching

public void applicationWillFinishLaunching(NSNotification notification)

objectDidEndEditing

public void objectDidEndEditing(Id editor)

stream_handleEvent

public void stream_handleEvent(NSStream aStream,
                               NSStreamEvent eventCode)
This method represents the stream() method of the NSObject Objective-C class.

Parameters:
aStream -
eventCode -

tableView_objectValueForTableColumn_row

public Id tableView_objectValueForTableColumn_row(NSTableView tableView,
                                                  NSTableColumn tableColumn,
                                                  com.jniwrapper.Int row)
This method represents the tableView() method of the NSObject Objective-C class.

Parameters:
tableView -
tableColumn -
row -
Returns:
Id

parser_foundComment

public void parser_foundComment(NSXMLParser parser,
                                java.lang.String comment)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
comment -

parser_didStartMappingPrefix_toURI

public void parser_didStartMappingPrefix_toURI(NSXMLParser parser,
                                               java.lang.String prefix,
                                               java.lang.String namespaceURI)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
prefix -
namespaceURI -

isProxy

public com.jniwrapper.Bool isProxy()
Specified by:
isProxy in interface NSObjectProtocol

takeValue_forKeyPath

public void takeValue_forKeyPath(Id value,
                                 java.lang.String keyPath)
This method represents the takeValue() method of the NSObject Objective-C class.

Parameters:
value -
keyPath -

archiverDidFinish

public void archiverDidFinish(NSKeyedArchiver archiver)

textView_draggedCell_inRect_event

public void textView_draggedCell_inRect_event(NSTextView view,
                                              Id cell,
                                              NSRect rect,
                                              NSEvent event)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
view -
cell -
rect -
event -

scriptingIsGreaterThan

public com.jniwrapper.Bool scriptingIsGreaterThan(Id object)

outlineViewColumnDidMove

public void outlineViewColumnDidMove(NSNotification notification)

applicationDidBecomeActive

public void applicationDidBecomeActive(NSNotification notification)

archiver_willReplaceObject_withObject

public void archiver_willReplaceObject_withObject(NSKeyedArchiver archiver,
                                                  Id object,
                                                  Id newObject)
This method represents the archiver() method of the NSObject Objective-C class.

Parameters:
archiver -
object -
newObject -

valueForUndefinedKey

public Id valueForUndefinedKey(java.lang.String key)

splitView_constrainSplitPosition_ofSubviewAt

public com.jniwrapper.SingleFloat splitView_constrainSplitPosition_ofSubviewAt(NSSplitView splitView,
                                                                               com.jniwrapper.SingleFloat proposedPosition,
                                                                               com.jniwrapper.Int index)
This method represents the splitView() method of the NSObject Objective-C class.

Parameters:
splitView -
proposedPosition -
index -
Returns:
SingleFloat

isLessThan

public com.jniwrapper.Bool isLessThan(Id object)

indicesOfObjectsByEvaluatingObjectSpecifier

public com.jniwrapper.Pointer.Void indicesOfObjectsByEvaluatingObjectSpecifier(NSScriptObjectSpecifier specifier)

toOneRelationshipKeys

public com.jniwrapper.Pointer.Void toOneRelationshipKeys()

drawerDidClose

public void drawerDidClose(NSNotification notification)

valueWithName_inPropertyWithKey

public Id valueWithName_inPropertyWithKey(java.lang.String name,
                                          java.lang.String key)
This method represents the valueWithName() method of the NSObject Objective-C class.

Parameters:
name -
key -
Returns:
Id

outlineView_persistentObjectForItem

public Id outlineView_persistentObjectForItem(NSOutlineView outlineView,
                                              Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
item -
Returns:
Id

sound_didFinishPlaying

public void sound_didFinishPlaying(NSSound sound,
                                   boolean aBool)
This method represents the sound() method of the NSObject Objective-C class.

Parameters:
sound -
aBool -

accessibilityAttributeValue

public Id accessibilityAttributeValue(java.lang.String attribute)

browser_numberOfRowsInColumn

public com.jniwrapper.Int browser_numberOfRowsInColumn(NSBrowser sender,
                                                       com.jniwrapper.Int column)
This method represents the browser() method of the NSObject Objective-C class.

Parameters:
sender -
column -
Returns:
Int

scriptingProperties

public com.jniwrapper.Pointer.Void scriptingProperties()

isLike

public com.jniwrapper.Bool isLike(java.lang.String object)

mutableCopy

public Id mutableCopy()

download_didCreateDestination

public void download_didCreateDestination(NSURLDownload download,
                                          java.lang.String path)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
path -

drawerShouldClose

public com.jniwrapper.Bool drawerShouldClose(NSDrawer sender)

validateMenuItem

public com.jniwrapper.Bool validateMenuItem(Id menuItem)

tabViewDidChangeNumberOfTabViewItems

public void tabViewDidChangeNumberOfTabViewItems(NSTabView TabView)

tabView_didSelectTabViewItem

public void tabView_didSelectTabViewItem(NSTabView tabView,
                                         NSTabViewItem tabViewItem)
This method represents the tabView() method of the NSObject Objective-C class.

Parameters:
tabView -
tabViewItem -

unbind

public void unbind(java.lang.String binding)

textStorageDidProcessEditing

public void textStorageDidProcessEditing(NSNotification notification)

archiver_willEncodeObject

public Id archiver_willEncodeObject(NSKeyedArchiver archiver,
                                    Id object)
This method represents the archiver() method of the NSObject Objective-C class.

Parameters:
archiver -
object -
Returns:
Id

toolbarDefaultItemIdentifiers

public com.jniwrapper.Pointer.Void toolbarDefaultItemIdentifiers(NSToolbar toolbar)

windowWillClose

public void windowWillClose(NSNotification notification)

isGreaterThan

public com.jniwrapper.Bool isGreaterThan(Id object)

comboBoxCell_indexOfItemWithStringValue

public com.jniwrapper.UInt comboBoxCell_indexOfItemWithStringValue(NSComboBoxCell aComboBoxCell,
                                                                   java.lang.String string)
This method represents the comboBoxCell() method of the NSObject Objective-C class.

Parameters:
aComboBoxCell -
string -
Returns:
UInt

parser_foundCharacters

public void parser_foundCharacters(NSXMLParser parser,
                                   java.lang.String string)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
string -

isNotEqualTo

public com.jniwrapper.Bool isNotEqualTo(Id object)

mutableArrayValueForKey

public com.jniwrapper.Pointer.Void mutableArrayValueForKey(java.lang.String key)

archiver_didEncodeObject

public void archiver_didEncodeObject(NSKeyedArchiver archiver,
                                     Id object)
This method represents the archiver() method of the NSObject Objective-C class.

Parameters:
archiver -
object -

static_setVersion

public static void static_setVersion(com.jniwrapper.Int aVersion)

netServiceDidStop

public void netServiceDidStop(NSNetService sender)

outlineViewItemDidExpand

public void outlineViewItemDidExpand(NSNotification notification)

outlineView_shouldSelectItem

public com.jniwrapper.Bool outlineView_shouldSelectItem(NSOutlineView outlineView,
                                                        Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
item -
Returns:
Bool

storedValueForKey

public Id storedValueForKey(java.lang.String key)

objectSpecifier

public com.jniwrapper.Pointer.Void objectSpecifier()

unarchiverWillFinish

public void unarchiverWillFinish(NSKeyedUnarchiver unarchiver)

textView_clickedOnLink

public com.jniwrapper.Bool textView_clickedOnLink(NSTextView textView,
                                                  Id link)
This method represents the textView() method of the NSObject Objective-C class.

Parameters:
textView -
link -
Returns:
Bool

self

public Id self()
Specified by:
self in interface NSObjectProtocol

speechSynthesizer_didFinishSpeaking

public void speechSynthesizer_didFinishSpeaking(NSSpeechSynthesizer sender,
                                                boolean finishedSpeaking)
This method represents the speechSynthesizer() method of the NSObject Objective-C class.

Parameters:
sender -
finishedSpeaking -

valueClassForBinding

public CClass valueClassForBinding(java.lang.String binding)

application_openFiles

public void application_openFiles(NSApplication sender,
                                  NSArray filenames)
This method represents the application() method of the NSObject Objective-C class.

Parameters:
sender -
filenames -

parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName

public void parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName(NSXMLParser parser,
                                                                                         java.lang.String name,
                                                                                         java.lang.String publicID,
                                                                                         java.lang.String systemID,
                                                                                         java.lang.String notationName)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
name -
publicID -
systemID -
notationName -

outlineViewItemWillCollapse

public void outlineViewItemWillCollapse(NSNotification notification)

undoManagerForTextView

public com.jniwrapper.Pointer.Void undoManagerForTextView(NSTextView view)

netServiceBrowserWillSearch

public void netServiceBrowserWillSearch(NSNetServiceBrowser aNetServiceBrowser)

observeValueForKeyPath_ofObject_change_context

public void observeValueForKeyPath_ofObject_change_context(java.lang.String keyPath,
                                                           Id object,
                                                           NSDictionary change,
                                                           com.jniwrapper.Pointer.Void context)
This method represents the observeValueForKeyPath() method of the NSObject Objective-C class.

Parameters:
keyPath -
object -
change -
context -

windowShouldClose

public com.jniwrapper.Bool windowShouldClose(Id sender)

performDragOperation

public com.jniwrapper.Bool performDragOperation(Id sender)

parser_foundNotationDeclarationWithName_publicID_systemID

public void parser_foundNotationDeclarationWithName_publicID_systemID(NSXMLParser parser,
                                                                      java.lang.String name,
                                                                      java.lang.String publicID,
                                                                      java.lang.String systemID)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
name -
publicID -
systemID -

parser_foundIgnorableWhitespace

public void parser_foundIgnorableWhitespace(NSXMLParser parser,
                                            java.lang.String whitespaceString)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
whitespaceString -

netServiceWillResolve

public void netServiceWillResolve(NSNetService sender)

connectionDidFinishLoading

public void connectionDidFinishLoading(NSURLConnection connection)

readSelectionFromPasteboard

public com.jniwrapper.Bool readSelectionFromPasteboard(NSPasteboard pboard)

windowDidResize

public void windowDidResize(NSNotification notification)

windowWillReturnUndoManager

public com.jniwrapper.Pointer.Void windowWillReturnUndoManager(NSWindow window)

static_initialize

public static void static_initialize()

static_instancesRespondToSelector

public static com.jniwrapper.Bool static_instancesRespondToSelector(Sel aSelector)

windowWillBeginSheet

public void windowWillBeginSheet(NSNotification notification)

accessibilityFocusedUIElement

public Id accessibilityFocusedUIElement()

classForKeyedArchiver

public CClass classForKeyedArchiver()

commitEditing

public com.jniwrapper.Bool commitEditing()

download_willSendRequest_redirectResponse

public com.jniwrapper.Pointer.Void download_willSendRequest_redirectResponse(NSURLDownload download,
                                                                             NSURLRequest request,
                                                                             NSURLResponse redirectResponse)
This method represents the download() method of the NSObject Objective-C class.

Parameters:
download -
request -
redirectResponse -
Returns:
NSURLRequest

classCode

public com.jniwrapper.UInt32 classCode()

drawerWillClose

public void drawerWillClose(NSNotification notification)

static_setKeys_triggerChangeNotificationsForDependentKey

public static void static_setKeys_triggerChangeNotificationsForDependentKey(NSArray keys,
                                                                            java.lang.String dependentKey)
This method represents the setKeys() method of the NSObject Objective-C class.

Parameters:
keys -
dependentKey -

applicationDockMenu

public com.jniwrapper.Pointer.Void applicationDockMenu(NSApplication sender)

pasteboardChangedOwner

public void pasteboardChangedOwner(NSPasteboard sender)

outlineView_shouldCollapseItem

public com.jniwrapper.Bool outlineView_shouldCollapseItem(NSOutlineView outlineView,
                                                          Id item)
This method represents the outlineView() method of the NSObject Objective-C class.

Parameters:
outlineView -
item -
Returns:
Bool

scriptingIsLessThan

public com.jniwrapper.Bool scriptingIsLessThan(Id object)

windowDidMiniaturize

public void windowDidMiniaturize(NSNotification notification)

toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar

public com.jniwrapper.Pointer.Void toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar(NSToolbar toolbar,
                                                                                           java.lang.String itemIdentifier,
                                                                                           boolean flag)
This method represents the toolbar() method of the NSObject Objective-C class.

Parameters:
toolbar -
itemIdentifier -
flag -
Returns:
NSToolbarItem

control_didFailToValidatePartialString_errorDescription

public void control_didFailToValidatePartialString_errorDescription(NSControl control,
                                                                    java.lang.String string,
                                                                    java.lang.String error)
This method represents the control() method of the NSObject Objective-C class.

Parameters:
control -
string -
error -

splitViewWillResizeSubviews

public void splitViewWillResizeSubviews(NSNotification notification)

applicationWillUpdate

public void applicationWillUpdate(NSNotification notification)

windowDidBecomeMain

public void windowDidBecomeMain(NSNotification notification)

controlTextDidEndEditing

public void controlTextDidEndEditing(NSNotification obj)

comboBox_indexOfItemWithStringValue

public com.jniwrapper.UInt comboBox_indexOfItemWithStringValue(NSComboBox aComboBox,
                                                               java.lang.String string)
This method represents the comboBox() method of the NSObject Objective-C class.

Parameters:
aComboBox -
string -
Returns:
UInt

netServiceDidResolveAddress

public void netServiceDidResolveAddress(NSNetService sender)

windowDidBecomeKey

public void windowDidBecomeKey(NSNotification notification)

parser_foundAttributeDeclarationWithName_forElement_type_defaultValue

public void parser_foundAttributeDeclarationWithName_forElement_type_defaultValue(NSXMLParser parser,
                                                                                  java.lang.String attributeName,
                                                                                  java.lang.String elementName,
                                                                                  java.lang.String type,
                                                                                  java.lang.String defaultValue)
This method represents the parser() method of the NSObject Objective-C class.

Parameters:
parser -
attributeName -
elementName -
type -
defaultValue -

windowDidEndSheet

public void windowDidEndSheet(NSNotification notification)

takeValuesFromDictionary

public void takeValuesFromDictionary(NSDictionary properties)

splitViewDidResizeSubviews

public void splitViewDidResizeSubviews(NSNotification notification)

prepareForDragOperation

public com.jniwrapper.Bool prepareForDragOperation(Id sender)

unarchiver_didDecodeObject

public Id unarchiver_didDecodeObject(NSKeyedUnarchiver unarchiver,
                                     Id object)
This method represents the unarchiver() method of the NSObject Objective-C class.

Parameters:
unarchiver -
object -
Returns:
Id

draggedImage_movedTo

public void draggedImage_movedTo(NSImage image,
                                 NSPoint screenPoint)
This method represents the draggedImage() method of the NSObject Objective-C class.

Parameters:
image -
screenPoint -

applicationShouldHandleReopen_hasVisibleWindows

public com.jniwrapper.Bool applicationShouldHandleReopen_hasVisibleWindows(NSApplication sender,
                                                                           boolean flag)
This method represents the applicationShouldHandleReopen() method of the NSObject Objective-C class.

Parameters:
sender -
flag -
Returns:
Bool

description

public com.jniwrapper.Pointer.Void description()
Specified by:
description in interface NSObjectProtocol

connection_didCancelAuthenticationChallenge

public void connection_didCancelAuthenticationChallenge(NSURLConnection connection,
                                                        NSURLAuthenticationChallenge challenge)
This method represents the connection() method of the NSObject Objective-C class.

Parameters:
connection -
challenge -

scriptingIsEqualTo

public com.jniwrapper.Bool scriptingIsEqualTo(Id object)