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 NSEvent
NSApplication. currentEvent()
static NSEvent
NSEvent. enterExitEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, long eNum, long tNum, long data)
NSEvent
NSApplication. nextEventMatchingMask(long mask, NSDate expiration, NSString mode, boolean deqFlag)
static NSEvent
NSEvent. 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 boolean
NSView. acceptsFirstMouse(NSEvent theEvent)
void
NSResponder. cursorUpdate(NSEvent event)
void
NSView. dragImage(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, id sourceObj, boolean slideFlag)
NSImage
NSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)
boolean
NSTextView. dragSelectionWithEvent(NSEvent event, NSSize mouseOffset, boolean slideBack)
void
NSResponder. flagsChanged(NSEvent theEvent)
boolean
NSInputManager. handleMouseEvent(NSEvent theMouseEvent)
void
NSResponder. helpRequested(NSEvent eventPtr)
long
NSCell. hitTestForEvent(NSEvent event, NSRect cellFrame, NSView controlView)
void
NSResponder. keyDown(NSEvent theEvent)
void
NSResponder. keyUp(NSEvent theEvent)
void
NSResponder. magnifyWithEvent(NSEvent event)
NSMenu
NSView. menuForEvent(NSEvent event)
void
NSResponder. mouseDown(NSEvent theEvent)
void
NSResponder. mouseDragged(NSEvent theEvent)
void
NSResponder. mouseEntered(NSEvent theEvent)
void
NSResponder. mouseExited(NSEvent theEvent)
void
NSResponder. mouseMoved(NSEvent theEvent)
void
NSResponder. mouseUp(NSEvent theEvent)
void
NSResponder. otherMouseDown(NSEvent theEvent)
void
NSResponder. otherMouseDragged(NSEvent theEvent)
void
NSResponder. otherMouseUp(NSEvent theEvent)
boolean
NSMenu. performKeyEquivalent(NSEvent theEvent)
boolean
NSResponder. performKeyEquivalent(NSEvent theEvent)
static void
NSMenu. popUpContextMenu(NSMenu menu, NSEvent event, NSView view)
void
NSApplication. postEvent(NSEvent event, boolean flag)
void
NSResponder. rightMouseDown(NSEvent theEvent)
void
NSResponder. rightMouseDragged(NSEvent theEvent)
void
NSResponder. rightMouseUp(NSEvent theEvent)
void
NSResponder. rotateWithEvent(NSEvent event)
void
NSResponder. scrollWheel(NSEvent theEvent)
void
NSApplication. sendEvent(NSEvent theEvent)
void
NSWindow. sendEvent(NSEvent theEvent)
boolean
NSView. shouldDelayWindowOrderingForEvent(NSEvent theEvent)
void
NSResponder. swipeWithEvent(NSEvent event)
void
NSResponder. touchesBeganWithEvent(NSEvent event)
void
NSResponder. touchesCancelledWithEvent(NSEvent event)
void
NSResponder. touchesEndedWithEvent(NSEvent event)
void
NSResponder. touchesMovedWithEvent(NSEvent event)
-