Uses of Class
com.jniwrapper.macosx.cocoa.nsevent.NSEvent

Packages that use NSEvent
com.jniwrapper.macosx.cocoa.nsapplication   
com.jniwrapper.macosx.cocoa.nsbutton   
com.jniwrapper.macosx.cocoa.nsbuttoncell   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nscolorpanel   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nscursor   
com.jniwrapper.macosx.cocoa.nsinputmanager   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsresponder   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nsrulerview   
com.jniwrapper.macosx.cocoa.nsscroller   
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsapplication with parameters of type NSEvent
 void NSApplication.postEvent_atStart(NSEvent event, boolean flag)
          This method represents the postEvent() method of the NSApplication Objective-C class.
 void NSApplication.discardEventsMatchingMask_beforeEvent(com.jniwrapper.UInt mask, NSEvent lastEvent)
          This method represents the discardEventsMatchingMask() method of the NSApplication Objective-C class.
 void NSApplication.sendEvent(NSEvent theEvent)
           
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsbutton
 

Methods in com.jniwrapper.macosx.cocoa.nsbutton with parameters of type NSEvent
 com.jniwrapper.Bool NSButton.performKeyEquivalent(NSEvent key)
           
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell with parameters of type NSEvent
 void NSButtonCell.mouseEntered(NSEvent event)
           
 void NSButtonCell.mouseExited(NSEvent event)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSEvent
 com.jniwrapper.Pointer.Void NSCell.menuForEvent_inRect_ofView(NSEvent event, NSRect cellFrame, NSView view)
          This method represents the menuForEvent() method of the NSCell Objective-C class.
 void NSCell.editWithFrame_inView_editor_delegate_event(NSRect aRect, NSView controlView, NSText textObj, Id anObject, NSEvent theEvent)
          This method represents the editWithFrame() method of the NSCell Objective-C class.
 com.jniwrapper.Bool NSCell.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSCell Objective-C class.
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsclipview
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview with parameters of type NSEvent
 com.jniwrapper.Bool NSClipView.autoscroll(NSEvent theEvent)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscolorpanel with parameters of type NSEvent
static com.jniwrapper.Bool NSColorPanel.static_dragColor_withEvent_fromView(NSColor color, NSEvent theEvent, NSView sourceView)
          This method represents the dragColor() method of the NSColorPanel Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nscontrol with parameters of type NSEvent
 void NSControl.mouseDown(NSEvent theEvent)
           
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nscursor
 

Methods in com.jniwrapper.macosx.cocoa.nscursor with parameters of type NSEvent
 void NSCursor.mouseEntered(NSEvent theEvent)
           
 void NSCursor.mouseExited(NSEvent theEvent)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsinputmanager with parameters of type NSEvent
 com.jniwrapper.Bool NSInputManager.handleMouseEvent(NSEvent theMouseEvent)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSEvent
 void NSMatrix.mouseDown(NSEvent theEvent)
           
 com.jniwrapper.Bool NSMatrix.performKeyEquivalent(NSEvent theEvent)
           
 com.jniwrapper.Bool NSMatrix.acceptsFirstMouse(NSEvent theEvent)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type NSEvent
 void NSMenu.helpRequested(NSEvent eventPtr)
           
 com.jniwrapper.Bool NSMenu.performKeyEquivalent(NSEvent theEvent)
           
static void NSMenu.static_popUpContextMenu_withEvent_forView(NSMenu menu, NSEvent event, NSView view)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
static void NSMenu.static_popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsmenuview
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSEvent
 com.jniwrapper.Bool NSMenuView.trackWithEvent(NSEvent event)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSEvent
 void NSObject.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.
 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.
 void NSObject.textView_draggedCell_inRect_event(NSTextView view, Id cell, NSRect rect, NSEvent event)
          This method represents the textView() method of the NSObject Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsresponder with parameters of type NSEvent
 void NSResponder.keyUp(NSEvent theEvent)
           
 void NSResponder.mouseDown(NSEvent theEvent)
           
 void NSResponder.rightMouseDown(NSEvent theEvent)
           
 void NSResponder.mouseUp(NSEvent theEvent)
           
 void NSResponder.mouseEntered(NSEvent theEvent)
           
 void NSResponder.mouseExited(NSEvent theEvent)
           
 void NSResponder.keyDown(NSEvent theEvent)
           
 void NSResponder.mouseDragged(NSEvent theEvent)
           
 void NSResponder.rightMouseDragged(NSEvent theEvent)
           
 void NSResponder.helpRequested(NSEvent eventPtr)
           
 void NSResponder.otherMouseUp(NSEvent theEvent)
           
 com.jniwrapper.Bool NSResponder.performKeyEquivalent(NSEvent theEvent)
           
 void NSResponder.flagsChanged(NSEvent theEvent)
           
 com.jniwrapper.Bool NSResponder.shouldBeTreatedAsInkEvent(NSEvent theEvent)
           
 void NSResponder.otherMouseDown(NSEvent theEvent)
           
 void NSResponder.mouseMoved(NSEvent theEvent)
           
 void NSResponder.rightMouseUp(NSEvent theEvent)
           
 void NSResponder.scrollWheel(NSEvent theEvent)
           
 void NSResponder.otherMouseDragged(NSEvent theEvent)
           
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsrulermarker
 

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSEvent
 com.jniwrapper.Bool NSRulerMarker.trackMouse_adding(NSEvent mouseDownEvent, boolean isAdding)
          This method represents the trackMouse() method of the NSRulerMarker Objective-C class.
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsrulerview
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview with parameters of type NSEvent
 com.jniwrapper.Bool NSRulerView.trackMarker_withMouseEvent(NSRulerMarker marker, NSEvent event)
          This method represents the trackMarker() method of the NSRulerView Objective-C class.
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsscroller
 

Methods in com.jniwrapper.macosx.cocoa.nsscroller with parameters of type NSEvent
 void NSScroller.trackKnob(NSEvent theEvent)
           
 void NSScroller.trackScrollButtons(NSEvent theEvent)
           
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsscrollview
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSEvent
 void NSScrollView.scrollWheel(NSEvent theEvent)
           
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsslider
 

Methods in com.jniwrapper.macosx.cocoa.nsslider with parameters of type NSEvent
 com.jniwrapper.Bool NSSlider.acceptsFirstMouse(NSEvent theEvent)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSEvent
 com.jniwrapper.Pointer.Void NSTableView.dragImageForRows_event_dragImageOffset(NSArray dragRows, NSEvent dragEvent, NSPointPointer dragImageOffset)
          This method represents the dragImageForRows() method of the NSTableView Objective-C class.
 void NSTableView.editColumn_row_withEvent_select(com.jniwrapper.Int column, com.jniwrapper.Int row, NSEvent theEvent, boolean select)
          This method represents the editColumn() method of the NSTableView Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type NSEvent
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the wantsToTrackMouseForEvent() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCell.wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the wantsToTrackMouseForEvent() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSEvent
 void NSTextView.rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.dragSelectionWithEvent_offset_slideBack(NSEvent event, NSSize mouseOffset, boolean slideBack)
          This method represents the dragSelectionWithEvent() method of the NSTextView Objective-C class.
 com.jniwrapper.Pointer.Void NSTextView.dragImageForSelectionWithEvent_origin(NSEvent event, NSPointPointer origin)
          This method represents the dragImageForSelectionWithEvent() method of the NSTextView Objective-C class.
 

Uses of NSEvent in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSEvent
 com.jniwrapper.Bool NSView.dragFile_fromRect_slideBack_event(java.lang.String filename, NSRect rect, boolean aFlag, NSEvent event)
          This method represents the dragFile() method of the NSView Objective-C class.
 void NSView.rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.dragPromisedFilesOfTypes_fromRect_source_slideBack_event(NSArray typeArray, NSRect rect, Id sourceObject, boolean aFlag, NSEvent event)
          This method represents the dragPromisedFilesOfTypes() method of the NSView Objective-C class.
 com.jniwrapper.Pointer.Void NSView.menuForEvent(NSEvent event)
           
 com.jniwrapper.Bool NSView.autoscroll(NSEvent theEvent)
           
 com.jniwrapper.Bool NSView.acceptsFirstMouse(NSEvent theEvent)
           
 com.jniwrapper.Bool NSView.shouldDelayWindowOrderingForEvent(NSEvent theEvent)
           
 com.jniwrapper.Bool NSView.performKeyEquivalent(NSEvent theEvent)
           
 void NSView.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSView Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSEvent
 void NSWindow.sendEvent(NSEvent theEvent)
           
 void NSWindow.keyDown(NSEvent theEvent)
           
 void NSWindow.postEvent_atStart(NSEvent event, boolean flag)
          This method represents the postEvent() method of the NSWindow Objective-C class.
 void NSWindow.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint baseLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSWindow Objective-C class.
 void NSWindow.discardEventsMatchingMask_beforeEvent(com.jniwrapper.UInt mask, NSEvent lastEvent)
          This method represents the discardEventsMatchingMask() method of the NSWindow Objective-C class.