Uses of Class
org.eclipse.swt.internal.cocoa.NSEvent
-
Packages that use NSEvent Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSEvent in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSEvent Modifier and Type Method Description NSEventNSApplication. currentEvent()static NSEventNSEvent. enterExitEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, long eNum, long tNum, long data)NSEventNSApplication. nextEventMatchingMask(long mask, NSDate expiration, NSString mode, boolean deqFlag)static NSEventNSEvent. otherEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, short subtype, long d1, long d2)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSEvent Modifier and Type Method Description booleanNSView. acceptsFirstMouse(NSEvent theEvent)voidNSResponder. cursorUpdate(NSEvent event)voidNSView. dragImage(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, id sourceObj, boolean slideFlag)NSImageNSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)booleanNSTextView. dragSelectionWithEvent(NSEvent event, NSSize mouseOffset, boolean slideBack)voidNSResponder. flagsChanged(NSEvent theEvent)booleanNSInputManager. handleMouseEvent(NSEvent theMouseEvent)voidNSResponder. helpRequested(NSEvent eventPtr)longNSCell. hitTestForEvent(NSEvent event, NSRect cellFrame, NSView controlView)voidNSResponder. keyDown(NSEvent theEvent)voidNSResponder. keyUp(NSEvent theEvent)voidNSResponder. magnifyWithEvent(NSEvent event)NSMenuNSView. menuForEvent(NSEvent event)voidNSResponder. mouseDown(NSEvent theEvent)voidNSResponder. mouseDragged(NSEvent theEvent)voidNSResponder. mouseEntered(NSEvent theEvent)voidNSResponder. mouseExited(NSEvent theEvent)voidNSResponder. mouseMoved(NSEvent theEvent)voidNSResponder. mouseUp(NSEvent theEvent)voidNSResponder. otherMouseDown(NSEvent theEvent)voidNSResponder. otherMouseDragged(NSEvent theEvent)voidNSResponder. otherMouseUp(NSEvent theEvent)booleanNSMenu. performKeyEquivalent(NSEvent theEvent)booleanNSResponder. performKeyEquivalent(NSEvent theEvent)static voidNSMenu. popUpContextMenu(NSMenu menu, NSEvent event, NSView view)voidNSApplication. postEvent(NSEvent event, boolean flag)voidNSResponder. rightMouseDown(NSEvent theEvent)voidNSResponder. rightMouseDragged(NSEvent theEvent)voidNSResponder. rightMouseUp(NSEvent theEvent)voidNSResponder. rotateWithEvent(NSEvent event)voidNSResponder. scrollWheel(NSEvent theEvent)voidNSApplication. sendEvent(NSEvent theEvent)voidNSWindow. sendEvent(NSEvent theEvent)booleanNSView. shouldDelayWindowOrderingForEvent(NSEvent theEvent)voidNSResponder. swipeWithEvent(NSEvent event)voidNSResponder. touchesBeganWithEvent(NSEvent event)voidNSResponder. touchesCancelledWithEvent(NSEvent event)voidNSResponder. touchesEndedWithEvent(NSEvent event)voidNSResponder. touchesMovedWithEvent(NSEvent event)
-