Uses of Class
com.jniwrapper.macosx.cocoa.Sel

Packages that use Sel
com.jniwrapper.macosx.cocoa   
com.jniwrapper.macosx.cocoa.nsactioncell   
com.jniwrapper.macosx.cocoa.nsalert   
com.jniwrapper.macosx.cocoa.nsappleeventmanager   
com.jniwrapper.macosx.cocoa.nsapplication   
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsbrowser   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscolorpanel   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nscustomimagerep   
com.jniwrapper.macosx.cocoa.nsdecimalnumber   
com.jniwrapper.macosx.cocoa.nsdictionary   
com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter   
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nsdocumentcontroller   
com.jniwrapper.macosx.cocoa.nsexception   
com.jniwrapper.macosx.cocoa.nsfontmanager   
com.jniwrapper.macosx.cocoa.nsinputmanager   
com.jniwrapper.macosx.cocoa.nsinputserver   
com.jniwrapper.macosx.cocoa.nsinvocation   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsnotification   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsopenpanel   
com.jniwrapper.macosx.cocoa.nspopupbutton   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
com.jniwrapper.macosx.cocoa.nsprintoperation   
com.jniwrapper.macosx.cocoa.nsprintpanel   
com.jniwrapper.macosx.cocoa.nsproxy   
com.jniwrapper.macosx.cocoa.nsresponder   
com.jniwrapper.macosx.cocoa.nsrunloop   
com.jniwrapper.macosx.cocoa.nssavepanel   
com.jniwrapper.macosx.cocoa.nsscriptclassdescription   
com.jniwrapper.macosx.cocoa.nsscriptcoercionhandler   
com.jniwrapper.macosx.cocoa.nsset   
com.jniwrapper.macosx.cocoa.nssortdescriptor   
com.jniwrapper.macosx.cocoa.nsstatusitem   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nsthread   
com.jniwrapper.macosx.cocoa.nstimer   
com.jniwrapper.macosx.cocoa.nstoolbaritem   
com.jniwrapper.macosx.cocoa.nstypesetter   
com.jniwrapper.macosx.cocoa.nsundomanager   
com.jniwrapper.macosx.cocoa.nsuserinterfacevalidation   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of Sel in com.jniwrapper.macosx.cocoa
 

Methods in com.jniwrapper.macosx.cocoa that return Sel
static Sel Sel.getFunction(java.lang.String functionName)
           
protected  Sel Method.getSel()
           
 

Methods in com.jniwrapper.macosx.cocoa with parameters of type Sel
protected  void Method.init(Sel sel, com.jniwrapper.Parameter[] params, com.jniwrapper.Parameter retVal)
          Initializes method parameters.
 

Constructors in com.jniwrapper.macosx.cocoa with parameters of type Sel
Method(CClass cclass, Sel sel, com.jniwrapper.Parameter[] params, com.jniwrapper.Parameter retVal)
          Constructs a method instance.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsactioncell
 

Methods in com.jniwrapper.macosx.cocoa.nsactioncell that return Sel
 Sel NSActionCell.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsactioncell with parameters of type Sel
 void NSActionCell.setAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsalert
 

Methods in com.jniwrapper.macosx.cocoa.nsalert with parameters of type Sel
 void NSAlert.beginSheetModalForWindow_modalDelegate_didEndSelector_contextInfo(NSWindow window, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheetModalForWindow() method of the NSAlert Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsappleeventmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventmanager with parameters of type Sel
 void NSAppleEventManager.setEventHandler_andSelector_forEventClass_andEventID(Id handler, Sel handleEventSelector, AEEventClass eventClass, AEEventID eventID)
          This method represents the setEventHandler() method of the NSAppleEventManager Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsapplication
 

Methods in com.jniwrapper.macosx.cocoa.nsapplication with parameters of type Sel
static void NSApplication.static_detachDrawingThread_toTarget_withObject(Sel selector, Id target, Id argument)
          This method represents the detachDrawingThread() method of the NSApplication Objective-C class.
 com.jniwrapper.Pointer.Void NSApplication.makeWindowsPerform_inOrder(Sel aSelector, boolean flag)
          This method represents the makeWindowsPerform() method of the NSApplication Objective-C class.
 Id NSApplication.targetForAction(Sel theAction)
           
 void NSApplication.beginSheet_modalForWindow_modalDelegate_didEndSelector_contextInfo(NSWindow sheet, NSWindow docWindow, Id modalDelegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheet() method of the NSApplication Objective-C class.
 com.jniwrapper.Bool NSApplication.sendAction_to_from(Sel theAction, Id theTarget, Id sender)
          This method represents the sendAction() method of the NSApplication Objective-C class.
 Id NSApplication.targetForAction_to_from(Sel theAction, Id theTarget, Id sender)
          This method represents the targetForAction() method of the NSApplication Objective-C class.
 com.jniwrapper.Bool NSApplication.tryToPerform_with(Sel anAction, Id anObject)
          This method represents the tryToPerform() method of the NSApplication Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type Sel
 void NSMutableArray.sortUsingSelector(Sel comparator)
           
 void NSArray.makeObjectsPerformSelector_withObject(Sel aSelector, Id argument)
          This method represents the makeObjectsPerformSelector() method of the NSArray Objective-C class.
 void NSArray.makeObjectsPerformSelector(Sel aSelector)
           
 com.jniwrapper.Pointer.Void NSArray.sortedArrayUsingSelector(Sel comparator)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsbrowser
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowser that return Sel
 Sel NSBrowser.doubleAction()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowser with parameters of type Sel
 void NSBrowser.setDoubleAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell that return Sel
 Sel NSCell.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type Sel
 void NSCell.setAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nscolorpanel
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpanel with parameters of type Sel
 void NSColorPanel.setAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nscontrol
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol that return Sel
 Sel NSControl.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol with parameters of type Sel
 com.jniwrapper.Bool NSControl.sendAction_to(Sel theAction, Id theTarget)
          This method represents the sendAction() method of the NSControl Objective-C class.
 void NSControl.setAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nscustomimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nscustomimagerep that return Sel
 Sel NSCustomImageRep.drawSelector()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscustomimagerep with parameters of type Sel
 Id NSCustomImageRep.initWithDrawSelector_delegate(Sel aMethod, Id anObject)
          This method represents the initWithDrawSelector() method of the NSCustomImageRep Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsdecimalnumber
 

Methods in com.jniwrapper.macosx.cocoa.nsdecimalnumber with parameters of type Sel
 com.jniwrapper.Pointer.Void NSDecimalNumberHandler.exceptionDuringOperation_error_leftOperand_rightOperand(Sel operation, NSCalculationError error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)
          This method represents the exceptionDuringOperation() method of the NSDecimalNumberHandler Objective-C class.
 com.jniwrapper.Pointer.Void NSDecimalNumberBehaviorsProtocol.exceptionDuringOperation_error_leftOperand_rightOperand(Sel operation, NSCalculationError error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)
          This method represents the exceptionDuringOperation() method of the NSDecimalNumberBehaviorsProtocol Objective-C protocol.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsdictionary
 

Methods in com.jniwrapper.macosx.cocoa.nsdictionary with parameters of type Sel
 com.jniwrapper.Pointer.Void NSDictionary.keysSortedByValueUsingSelector(Sel comparator)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter
 

Methods in com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter with parameters of type Sel
 void NSDistributedNotificationCenter.addObserver_selector_name_object_suspensionBehavior(Id observer, Sel selector, java.lang.String name, java.lang.String object, NSNotificationSuspensionBehavior suspensionBehavior)
          This method represents the addObserver() method of the NSDistributedNotificationCenter Objective-C class.
 void NSDistributedNotificationCenter.addObserver_selector_name_object(Id observer, Sel aSelector, java.lang.String aName, java.lang.String anObject)
          This method represents the addObserver() method of the NSDistributedNotificationCenter Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsdocument
 

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type Sel
 void NSDocument.runModalPageLayoutWithPrintInfo_delegate_didRunSelector_contextInfo(NSPrintInfo printInfo, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runModalPageLayoutWithPrintInfo() method of the NSDocument Objective-C class.
 void NSDocument.canCloseDocumentWithDelegate_shouldCloseSelector_contextInfo(Id delegate, Sel shouldCloseSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the canCloseDocumentWithDelegate() method of the NSDocument Objective-C class.
 void NSDocument.runModalSavePanelForSaveOperation_delegate_didSaveSelector_contextInfo(NSSaveOperationType saveOperation, Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runModalSavePanelForSaveOperation() method of the NSDocument Objective-C class.
 void NSDocument.shouldCloseWindowController_delegate_shouldCloseSelector_contextInfo(NSWindowController windowController, Id delegate, Sel callback, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the shouldCloseWindowController() method of the NSDocument Objective-C class.
 void NSDocument.runModalPrintOperation_delegate_didRunSelector_contextInfo(NSPrintOperation printOperation, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runModalPrintOperation() method of the NSDocument Objective-C class.
 void NSDocument.saveDocumentWithDelegate_didSaveSelector_contextInfo(Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the saveDocumentWithDelegate() method of the NSDocument Objective-C class.
 void NSDocument.saveToFile_saveOperation_delegate_didSaveSelector_contextInfo(java.lang.String fileName, NSSaveOperationType saveOperation, Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the saveToFile() method of the NSDocument Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsdocumentcontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsdocumentcontroller with parameters of type Sel
 void NSDocumentController.closeAllDocumentsWithDelegate_didCloseAllSelector_contextInfo(Id delegate, Sel didAllCloseSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the closeAllDocumentsWithDelegate() method of the NSDocumentController Objective-C class.
 void NSDocumentController.reviewUnsavedDocumentsWithAlertTitle_cancellable_delegate_didReviewAllSelector_contextInfo(java.lang.String title, boolean cancellable, Id delegate, Sel didReviewAllSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the reviewUnsavedDocumentsWithAlertTitle() method of the NSDocumentController Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsexception
 

Methods in com.jniwrapper.macosx.cocoa.nsexception with parameters of type Sel
 void NSAssertionHandler.handleFailureInMethod_object_file_lineNumber_description(Sel selector, Id object, java.lang.String fileName, com.jniwrapper.Int line, java.lang.String format, com.jniwrapper.Parameter[] parameters)
          This method represents the handleFailureInMethod() method of the NSAssertionHandler Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsfontmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsfontmanager that return Sel
 Sel NSFontManager.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsfontmanager with parameters of type Sel
 void NSFontManager.setAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsinputmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsinputmanager with parameters of type Sel
 void NSTextInputProtocol.doCommandBySelector(Sel aSelector)
           
 void NSInputManager.doCommandBySelector(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsinputserver
 

Methods in com.jniwrapper.macosx.cocoa.nsinputserver with parameters of type Sel
 void NSInputServiceProviderProtocol.doCommandBySelector_client(Sel aSelector, Id sender)
          This method represents the doCommandBySelector() method of the NSInputServiceProviderProtocol Objective-C protocol.
 void NSInputServer.doCommandBySelector_client(Sel aSelector, Id sender)
          This method represents the doCommandBySelector() method of the NSInputServer Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsinvocation
 

Methods in com.jniwrapper.macosx.cocoa.nsinvocation that return Sel
 Sel valueUnion.get_SelectorValue()
           
 Sel NSInvocation.selector()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsinvocation with parameters of type Sel
 void NSInvocation.setSelector(Sel selector)
           
 

Constructors in com.jniwrapper.macosx.cocoa.nsinvocation with parameters of type Sel
valueUnion(Sel value)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsmatrix
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix that return Sel
 Sel NSMatrix.doubleAction()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type Sel
 void NSMatrix.sortUsingSelector(Sel comparator)
           
 void NSMatrix.sendAction_to_forAllCells(Sel aSelector, Id anObject, boolean flag)
          This method represents the sendAction() method of the NSMatrix Objective-C class.
 void NSMatrix.setDoubleAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsmenu
 

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type Sel
 Id NSMenu.addItemWithTitle_action_keyEquivalent(java.lang.String aString, Sel aSelector, java.lang.String charCode)
          This method represents the addItemWithTitle() method of the NSMenu Objective-C class.
 com.jniwrapper.Int NSMenu.indexOfItemWithTarget_andAction(Id target, Sel actionSelector)
          This method represents the indexOfItemWithTarget() method of the NSMenu Objective-C class.
 Id NSMenu.insertItemWithTitle_action_keyEquivalent_atIndex(java.lang.String aString, Sel aSelector, java.lang.String charCode, com.jniwrapper.Int index)
          This method represents the insertItemWithTitle() method of the NSMenu Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsmenuitem
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem that return Sel
 Sel NSMenuItemProtocol.action()
           
 Sel NSMenuItem.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type Sel
 Id NSMenuItemProtocol.initWithTitle_action_keyEquivalent(java.lang.String aString, Sel aSelector, java.lang.String charCode)
          This method represents the initWithTitle() method of the NSMenuItemProtocol Objective-C protocol.
 void NSMenuItemProtocol.setAction(Sel aSelector)
           
 Id NSMenuItem.initWithTitle_action_keyEquivalent(java.lang.String aString, Sel aSelector, java.lang.String charCode)
          This method represents the initWithTitle() method of the NSMenuItem Objective-C class.
 Id NSMenuItem.performSelector(Sel aSelector)
           
 Id NSMenuItem.performSelector_withObject(Sel aSelector, Id object)
          This method represents the performSelector() method of the NSMenuItem Objective-C class.
 void NSMenuItem.setAction(Sel aSelector)
           
 com.jniwrapper.Bool NSMenuItem.respondsToSelector(Sel aSelector)
           
 Id NSMenuItem.performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
          This method represents the performSelector() method of the NSMenuItem Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsnotification
 

Methods in com.jniwrapper.macosx.cocoa.nsnotification with parameters of type Sel
 void NSNotificationCenter.addObserver_selector_name_object(Id observer, Sel aSelector, java.lang.String aName, Id anObject)
          This method represents the addObserver() method of the NSNotificationCenter Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type Sel
 Id NSObjectProtocol.performSelector(Sel aSelector)
           
 com.jniwrapper.Bool NSObjectProtocol.respondsToSelector(Sel aSelector)
           
 Id NSObjectProtocol.performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
          This method represents the performSelector() method of the NSObjectProtocol Objective-C protocol.
 Id NSObjectProtocol.performSelector_withObject(Sel aSelector, Id object)
          This method represents the performSelector() method of the NSObjectProtocol Objective-C protocol.
 com.jniwrapper.Bool NSObject.textView_doCommandBySelector(NSTextView textView, Sel commandSelector)
          This method represents the textView() method of the NSObject Objective-C class.
 Id NSObject.performSelector_withObject(Sel aSelector, Id object)
          This method represents the performSelector() method of the NSObject Objective-C class.
 void NSObject.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 NSObject.performSelector_withObject_afterDelay(Sel aSelector, Id anArgument, NSTimeInterval delay)
          This method represents the performSelector() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.control_textView_doCommandBySelector(NSControl control, NSTextView textView, Sel commandSelector)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.respondsToSelector(Sel aSelector)
           
 void NSObject.performSelectorOnMainThread_withObject_waitUntilDone_modes(Sel aSelector, Id arg, boolean wait, NSArray array)
          This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.
 Id NSObject.performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
          This method represents the performSelector() method of the NSObject Objective-C class.
 Id NSObject.performSelector(Sel aSelector)
           
static com.jniwrapper.Pointer.Void NSObject.static_instanceMethodSignatureForSelector(Sel aSelector)
           
 Imp NSObject.methodForSelector(Sel aSelector)
           
 void NSObject.performSelectorOnMainThread_withObject_waitUntilDone(Sel aSelector, Id arg, boolean wait)
          This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.methodSignatureForSelector(Sel aSelector)
           
 void NSObject.doesNotRecognizeSelector(Sel aSelector)
           
static Imp NSObject.static_instanceMethodForSelector(Sel aSelector)
           
 com.jniwrapper.Bool NSObject.menuHasKeyEquivalent_forEvent_target_action(NSMenu menu, NSEvent event, Id target, Sel action)
          This method represents the menuHasKeyEquivalent() method of the NSObject Objective-C class.
static void NSObject.static_cancelPreviousPerformRequestsWithTarget_selector_object(Id aTarget, Sel aSelector, Id anArgument)
          This method represents the cancelPreviousPerformRequestsWithTarget() method of the NSObject Objective-C class.
static com.jniwrapper.Bool NSObject.static_instancesRespondToSelector(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsopenpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsopenpanel with parameters of type Sel
 void NSOpenPanel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo(java.lang.String path, java.lang.String name, NSArray fileTypes, NSWindow docWindow, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheetForDirectory() method of the NSOpenPanel Objective-C class.
 void NSOpenPanel.beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo(java.lang.String path, java.lang.String name, NSArray fileTypes, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginForDirectory() method of the NSOpenPanel Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nspopupbutton
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbutton with parameters of type Sel
 com.jniwrapper.Int NSPopUpButton.indexOfItemWithTarget_andAction(Id target, Sel actionSelector)
          This method represents the indexOfItemWithTarget() method of the NSPopUpButton Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell with parameters of type Sel
 com.jniwrapper.Int NSPopUpButtonCell.indexOfItemWithTarget_andAction(Id target, Sel actionSelector)
          This method represents the indexOfItemWithTarget() method of the NSPopUpButtonCell Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsprintoperation
 

Methods in com.jniwrapper.macosx.cocoa.nsprintoperation with parameters of type Sel
 void NSPrintOperation.runOperationModalForWindow_delegate_didRunSelector_contextInfo(NSWindow docWindow, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runOperationModalForWindow() method of the NSPrintOperation Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsprintpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsprintpanel with parameters of type Sel
 void NSPrintPanel.beginSheetWithPrintInfo_modalForWindow_delegate_didEndSelector_contextInfo(NSPrintInfo printInfo, NSWindow docWindow, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheetWithPrintInfo() method of the NSPrintPanel Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsproxy
 

Methods in com.jniwrapper.macosx.cocoa.nsproxy with parameters of type Sel
 Id NSProxy.performSelector(Sel aSelector)
           
 com.jniwrapper.Bool NSProxy.respondsToSelector(Sel aSelector)
           
 Id NSProxy.performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
          This method represents the performSelector() method of the NSProxy Objective-C class.
 Id NSProxy.performSelector_withObject(Sel aSelector, Id object)
          This method represents the performSelector() method of the NSProxy Objective-C class.
 com.jniwrapper.Pointer.Void NSProxy.methodSignatureForSelector(Sel sel)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsresponder
 

Methods in com.jniwrapper.macosx.cocoa.nsresponder with parameters of type Sel
 void NSResponder.doCommandBySelector(Sel aSelector)
           
 void NSResponder.noResponderFor(Sel eventSelector)
           
 com.jniwrapper.Bool NSResponder.tryToPerform_with(Sel anAction, Id anObject)
          This method represents the tryToPerform() method of the NSResponder Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsrunloop
 

Methods in com.jniwrapper.macosx.cocoa.nsrunloop with parameters of type Sel
 void NSRunLoop.performSelector_target_argument_order_modes(Sel aSelector, Id target, Id arg, com.jniwrapper.UInt16 order, NSArray modes)
          This method represents the performSelector() method of the NSRunLoop Objective-C class.
 void NSRunLoop.cancelPerformSelector_target_argument(Sel aSelector, Id target, Id arg)
          This method represents the cancelPerformSelector() method of the NSRunLoop Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nssavepanel
 

Methods in com.jniwrapper.macosx.cocoa.nssavepanel with parameters of type Sel
 void NSSavePanel.beginSheetForDirectory_file_modalForWindow_modalDelegate_didEndSelector_contextInfo(java.lang.String path, java.lang.String name, NSWindow docWindow, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheetForDirectory() method of the NSSavePanel Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsscriptclassdescription
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptclassdescription that return Sel
 Sel NSScriptClassDescription.selectorForCommand(NSScriptCommandDescription commandDef)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsscriptcoercionhandler
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptcoercionhandler with parameters of type Sel
 void NSScriptCoercionHandler.registerCoercer_selector_toConvertFromClass_toClass(Id coercer, Sel selector, CClass fromClass, CClass toClass)
          This method represents the registerCoercer() method of the NSScriptCoercionHandler Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsset
 

Methods in com.jniwrapper.macosx.cocoa.nsset with parameters of type Sel
 void NSSet.makeObjectsPerformSelector_withObject(Sel aSelector, Id argument)
          This method represents the makeObjectsPerformSelector() method of the NSSet Objective-C class.
 void NSSet.makeObjectsPerformSelector(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nssortdescriptor
 

Methods in com.jniwrapper.macosx.cocoa.nssortdescriptor that return Sel
 Sel NSSortDescriptor.selector()
           
 

Methods in com.jniwrapper.macosx.cocoa.nssortdescriptor with parameters of type Sel
 Id NSSortDescriptor.initWithKey_ascending_selector(java.lang.String key, boolean ascending, Sel selector)
          This method represents the initWithKey() method of the NSSortDescriptor Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsstatusitem
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem that return Sel
 Sel NSStatusItem.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem with parameters of type Sel
 void NSStatusItem.setAction(Sel action)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview that return Sel
 Sel NSTableView.doubleAction()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type Sel
 void NSTableView.setDoubleAction(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nstextattachment
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type Sel
 Id NSTextAttachmentCell.performSelector(Sel aSelector)
           
 com.jniwrapper.Bool NSTextAttachmentCell.respondsToSelector(Sel aSelector)
           
 Id NSTextAttachmentCell.performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
          This method represents the performSelector() method of the NSTextAttachmentCell Objective-C class.
 Id NSTextAttachmentCell.performSelector_withObject(Sel aSelector, Id object)
          This method represents the performSelector() method of the NSTextAttachmentCell Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type Sel
 void NSTextView.doCommandBySelector(Sel aSelector)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsthread
 

Methods in com.jniwrapper.macosx.cocoa.nsthread with parameters of type Sel
static void NSThread.static_detachNewThreadSelector_toTarget_withObject(Sel selector, Id target, Id argument)
          This method represents the detachNewThreadSelector() method of the NSThread Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nstimer
 

Methods in com.jniwrapper.macosx.cocoa.nstimer with parameters of type Sel
 Id NSTimer.initWithFireDate_interval_target_selector_userInfo_repeats(NSDate date, NSTimeInterval ti, Id t, Sel s, Id ui, boolean rep)
          This method represents the initWithFireDate() method of the NSTimer Objective-C class.
static com.jniwrapper.Pointer.Void NSTimer.static_timerWithTimeInterval_target_selector_userInfo_repeats(NSTimeInterval ti, Id aTarget, Sel aSelector, Id userInfo, boolean yesOrNo)
          This method represents the timerWithTimeInterval() method of the NSTimer Objective-C class.
static com.jniwrapper.Pointer.Void NSTimer.static_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats(NSTimeInterval ti, Id aTarget, Sel aSelector, Id userInfo, boolean yesOrNo)
          This method represents the scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nstoolbaritem
 

Methods in com.jniwrapper.macosx.cocoa.nstoolbaritem that return Sel
 Sel NSToolbarItem.action()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstoolbaritem with parameters of type Sel
 void NSToolbarItem.setAction(Sel action)
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nstypesetter
 

Fields in com.jniwrapper.macosx.cocoa.nstypesetter declared as Sel
protected  Sel _NSPositionOfGlyphMethodCallback._param2
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsundomanager
 

Methods in com.jniwrapper.macosx.cocoa.nsundomanager with parameters of type Sel
 void NSUndoManager.registerUndoWithTarget_selector_object(Id target, Sel selector, Id anObject)
          This method represents the registerUndoWithTarget() method of the NSUndoManager Objective-C class.
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nsuserinterfacevalidation
 

Methods in com.jniwrapper.macosx.cocoa.nsuserinterfacevalidation that return Sel
 Sel NSValidatedUserInterfaceItemProtocol.action()
           
 

Uses of Sel in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type Sel
 com.jniwrapper.Bool NSWindow.tryToPerform_with(Sel anAction, Id anObject)
          This method represents the tryToPerform() method of the NSWindow Objective-C class.