Uses of Class
org.rococoa.cocoa.appkit.NSEvent

Packages that use NSEvent
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
 

Uses of NSEvent in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSEvent
static NSEvent NSEvent.alloc()
           
abstract  NSEvent NSEvent._class_.alloc()
           
abstract  NSEvent NSWindow.currentEvent()
          Original signature : -(NSEvent*)currentEvent
native declaration : NSWindow.h:556
static NSEvent NSEvent.enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger tNum, Pointer data)
          Original signature : +(NSEvent*)enterExitEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) trackingNumber:(NSInteger) userData:(void*)
native declaration : NSEvent.h:359
abstract  NSEvent NSEvent._class_.enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger tNum, Pointer data)
          Original signature : +(NSEvent*)enterExitEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) trackingNumber:(NSInteger) userData:(void*)
native declaration : NSEvent.h:359
static NSEvent NSEvent.eventWithEventRef(Pointer eventRef)
          +eventWithEventRef: returns an autoreleased NSEvent corresponding to the EventRef.
abstract  NSEvent NSEvent._class_.eventWithEventRef(Pointer eventRef)
          +eventWithEventRef: returns an autoreleased NSEvent corresponding to the EventRef.
static NSEvent NSEvent.keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSString keys, NSString ukeys, boolean flag, short code)
          Original signature : +(NSEvent*)keyEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) characters:(NSString*) charactersIgnoringModifiers:(NSString*) isARepeat:(BOOL) keyCode:(unsigned short)
native declaration : NSEvent.h:358
abstract  NSEvent NSEvent._class_.keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSString keys, NSString ukeys, boolean flag, short code)
          Original signature : +(NSEvent*)keyEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) characters:(NSString*) charactersIgnoringModifiers:(NSString*) isARepeat:(BOOL) keyCode:(unsigned short)
native declaration : NSEvent.h:358
static NSEvent NSEvent.mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger cNum, float pressure)
          apps will rarely create these objects
Original signature : +(NSEvent*)mouseEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) clickCount:(NSInteger) pressure:(float)
native declaration : NSEvent.h:357
abstract  NSEvent NSEvent._class_.mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger cNum, float pressure)
          apps will rarely create these objects
Original signature : +(NSEvent*)mouseEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) clickCount:(NSInteger) pressure:(float)
native declaration : NSEvent.h:357
static NSEvent NSEvent.new_()
           
abstract  NSEvent NSEvent._class_.new_()
           
abstract  NSEvent NSWindow.nextEventMatchingMask_untilDate_inMode_dequeue(NSUInteger mask, NSDate expiration, NSString mode, boolean deqFlag)
          Original signature : -(NSEvent*)nextEventMatchingMask:(NSUInteger) untilDate:(NSDate*) inMode:(NSString*) dequeue:(BOOL)
native declaration : NSWindow.h:553
abstract  NSEvent NSWindow.nextEventMatchingMask(NSUInteger mask)
          Original signature : -(NSEvent*)nextEventMatchingMask:(NSUInteger)
native declaration : NSWindow.h:552
static NSEvent NSEvent.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, short subtype, NSInteger d1, NSInteger d2)
          Original signature : +(NSEvent*)otherEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) subtype:(short) data1:(NSInteger) data2:(NSInteger)
native declaration : NSEvent.h:360
abstract  NSEvent NSEvent._class_.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, short subtype, NSInteger d1, NSInteger d2)
          Original signature : +(NSEvent*)otherEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) subtype:(short) data1:(NSInteger) data2:(NSInteger)
native declaration : NSEvent.h:360
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSEvent
abstract  boolean NSSlider.acceptsFirstMouse(NSEvent theEvent)
          Original signature : -(BOOL)acceptsFirstMouse:(NSEvent*)
native declaration : NSSlider.h:33
abstract  boolean NSMatrix.acceptsFirstMouse(NSEvent theEvent)
          Original signature : -(BOOL)acceptsFirstMouse:(NSEvent*)
native declaration : NSMatrix.h:204
abstract  boolean NSClipView.autoscroll(NSEvent theEvent)
          Original signature : -(BOOL)autoscroll:(NSEvent*)
native declaration : NSClipView.h:57
abstract  void NSResponder.beginGestureWithEvent(NSEvent event)
          Original signature : -(void)beginGestureWithEvent:(NSEvent*)
native declaration : NSResponder.h:52
abstract  boolean NSBrowser.canDragRowsWithIndexes_inColumn_withEvent(NSIndexSet rowIndexes, NSInteger column, NSEvent event)
          The return value indicates whether the receiver can attempt to initiate a drag for the given event.
abstract  void NSResponder.cursorUpdate(NSEvent event)
          Original signature : -(void)cursorUpdate:(NSEvent*)
native declaration : NSResponder.h:45
abstract  void NSWindow.discardEventsMatchingMask_beforeEvent(NSUInteger mask, NSEvent lastEvent)
          Original signature : -(void)discardEventsMatchingMask:(NSUInteger) beforeEvent:(NSEvent*)
native declaration : NSWindow.h:554
static boolean NSColorPanel.dragColor_withEvent_fromView(NSColor color, NSEvent theEvent, NSView sourceView)
          Original signature : +(BOOL)dragColor:(NSColor*) withEvent:(NSEvent*) fromView:(NSView*)
native declaration : NSColorPanel.h:87
abstract  boolean NSColorPanel._class_.dragColor_withEvent_fromView(NSColor color, NSEvent theEvent, NSView sourceView)
          Original signature : +(BOOL)dragColor:(NSColor*) withEvent:(NSEvent*) fromView:(NSView*)
native declaration : NSColorPanel.h:87
abstract  void NSBrowser.editItemAtIndexPath_withEvent_select(NSIndexPath indexPath, NSEvent theEvent, boolean select)
          Begins editing the item at the specified path. theEvent may be nil if programatically editing.
abstract  void NSResponder.endGestureWithEvent(NSEvent event)
          Original signature : -(void)endGestureWithEvent:(NSEvent*)
native declaration : NSResponder.h:53
abstract  void NSResponder.flagsChanged(NSEvent theEvent)
          Original signature : -(void)flagsChanged:(NSEvent*)
native declaration : NSResponder.h:39
abstract  boolean NSInputManager.handleMouseEvent(NSEvent theMouseEvent)
          Original signature : -(BOOL)handleMouseEvent:(NSEvent*)
native declaration : NSInputManager.h:109
abstract  void NSResponder.helpRequested(NSEvent eventPtr)
          Original signature : -(void)helpRequested:(NSEvent*)
native declaration : NSResponder.h:85
abstract  void NSMenu.helpRequested(NSEvent eventPtr)
          Original signature : -(void)helpRequested:(NSEvent*)
native declaration : NSMenu.h:192
abstract  void NSWindow.keyDown(NSEvent theEvent)
          Original signature : -(void)keyDown:(NSEvent*)
native declaration : NSWindow.h:350
abstract  void NSResponder.keyDown(NSEvent theEvent)
          Original signature : -(void)keyDown:(NSEvent*)
native declaration : NSResponder.h:37
abstract  void NSResponder.keyUp(NSEvent theEvent)
          Original signature : -(void)keyUp:(NSEvent*)
native declaration : NSResponder.h:38
abstract  void NSResponder.magnifyWithEvent(NSEvent event)
          The following *WithEvent methods are available on 10.5.2 or later, and will be sent only on hardware capable of generating the corresponding NSEvent types
Original signature : -(void)magnifyWithEvent:(NSEvent*)
native declaration : NSResponder.h:49
abstract  void NSResponder.mouseDown(NSEvent theEvent)
          Original signature : -(void)mouseDown:(NSEvent*)
native declaration : NSResponder.h:24
abstract  void NSMatrix.mouseDown(NSEvent theEvent)
          Original signature : -(void)mouseDown:(NSEvent*)
native declaration : NSMatrix.h:191
abstract  void NSControl.mouseDown(NSEvent theEvent)
          Original signature : -(void)mouseDown:(NSEvent*)
native declaration : NSControl.h:85
abstract  void NSResponder.mouseDragged(NSEvent theEvent)
          Original signature : -(void)mouseDragged:(NSEvent*)
native declaration : NSResponder.h:31
abstract  void NSPathCell.mouseEntered_withFrame_inView(NSEvent event, NSRect.ByValue frame, NSView view)
          The NSPathCell will dynamically animate to display the component that the mouse is hovering over by using mouseEntered and mouseExited events.
abstract  void NSResponder.mouseEntered(NSEvent theEvent)
          Original signature : -(void)mouseEntered:(NSEvent*)
native declaration : NSResponder.h:35
abstract  void NSPathCell.mouseExited_withFrame_inView(NSEvent event, NSRect.ByValue frame, NSView view)
          Original signature : -(void)mouseExited:(NSEvent*) withFrame:(NSRect) inView:(NSView*)
native declaration : NSPathCell.h:122
abstract  void NSResponder.mouseExited(NSEvent theEvent)
          Original signature : -(void)mouseExited:(NSEvent*)
native declaration : NSResponder.h:36
abstract  void NSResponder.mouseMoved(NSEvent theEvent)
          Original signature : -(void)mouseMoved:(NSEvent*)
native declaration : NSResponder.h:30
abstract  void NSResponder.mouseUp(NSEvent theEvent)
          Original signature : -(void)mouseUp:(NSEvent*)
native declaration : NSResponder.h:27
abstract  void NSResponder.otherMouseDown(NSEvent theEvent)
          Original signature : -(void)otherMouseDown:(NSEvent*)
native declaration : NSResponder.h:26
abstract  void NSResponder.otherMouseDragged(NSEvent theEvent)
          Original signature : -(void)otherMouseDragged:(NSEvent*)
native declaration : NSResponder.h:34
abstract  void NSResponder.otherMouseUp(NSEvent theEvent)
          Original signature : -(void)otherMouseUp:(NSEvent*)
native declaration : NSResponder.h:29
abstract  boolean NSResponder.performKeyEquivalent(NSEvent theEvent)
          Original signature : -(BOOL)performKeyEquivalent:(NSEvent*)
native declaration : NSResponder.h:22
abstract  boolean NSMenu.performKeyEquivalent(NSEvent theEvent)
          Attempts to perform the given key equivalent.
abstract  boolean NSMatrix.performKeyEquivalent(NSEvent theEvent)
          Original signature : -(BOOL)performKeyEquivalent:(NSEvent*)
native declaration : NSMatrix.h:192
abstract  boolean NSButton.performKeyEquivalent(NSEvent key)
          Original signature : -(BOOL)performKeyEquivalent:(NSEvent*)
native declaration : NSButton.h:41
static void NSMenu.popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
          Original signature : +(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*) withFont:(NSFont*)
native declaration : NSMenu.h:62
abstract  void NSMenu._class_.popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
          Original signature : +(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*) withFont:(NSFont*)
native declaration : NSMenu.h:62
static void NSMenu.popUpContextMenu_withEvent_forView(NSMenu menu, NSEvent event, NSView view)
          Original signature : +(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*)
native declaration : NSMenu.h:61
abstract  void NSMenu._class_.popUpContextMenu_withEvent_forView(NSMenu menu, NSEvent event, NSView view)
          Original signature : +(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*)
native declaration : NSMenu.h:61
abstract  void NSWindow.postEvent_atStart(NSEvent event, boolean flag)
          Original signature : -(void)postEvent:(NSEvent*) atStart:(BOOL)
native declaration : NSWindow.h:555
abstract  void NSResponder.rightMouseDown(NSEvent theEvent)
          Original signature : -(void)rightMouseDown:(NSEvent*)
native declaration : NSResponder.h:25
abstract  void NSResponder.rightMouseDragged(NSEvent theEvent)
          Original signature : -(void)rightMouseDragged:(NSEvent*)
native declaration : NSResponder.h:33
abstract  void NSResponder.rightMouseUp(NSEvent theEvent)
          Original signature : -(void)rightMouseUp:(NSEvent*)
native declaration : NSResponder.h:28
abstract  void NSResponder.rotateWithEvent(NSEvent event)
          Original signature : -(void)rotateWithEvent:(NSEvent*)
native declaration : NSResponder.h:50
abstract  void NSTextView.rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          Original signature : -(void)rulerView:(NSRulerView*) handleMouseDown:(NSEvent*)
native declaration : NSTextView.h:183
abstract  void NSScrollView.scrollWheel(NSEvent theEvent)
          Original signature : -(void)scrollWheel:(NSEvent*)
native declaration : NSScrollView.h:118
abstract  void NSResponder.scrollWheel(NSEvent theEvent)
          Original signature : -(void)scrollWheel:(NSEvent*)
native declaration : NSResponder.h:32
abstract  void NSWindow.sendEvent(NSEvent theEvent)
          Original signature : -(void)sendEvent:(NSEvent*)
native declaration : NSWindow.h:564
abstract  boolean NSResponder.shouldBeTreatedAsInkEvent(NSEvent theEvent)
          Original signature : -(BOOL)shouldBeTreatedAsInkEvent:(NSEvent*)
native declaration : NSResponder.h:88
abstract  void NSResponder.swipeWithEvent(NSEvent event)
          Original signature : -(void)swipeWithEvent:(NSEvent*)
native declaration : NSResponder.h:51
abstract  void NSResponder.tabletPoint(NSEvent theEvent)
          Original signature : -(void)tabletPoint:(NSEvent*)
native declaration : NSResponder.h:41
abstract  void NSResponder.tabletProximity(NSEvent theEvent)
          Original signature : -(void)tabletProximity:(NSEvent*)
native declaration : NSResponder.h:42
abstract  void NSResponder.touchesBeganWithEvent(NSEvent event)
          A new set of touches has been recognized.
abstract  void NSResponder.touchesCancelledWithEvent(NSEvent event)
          The System has cancelled the tracking of touches for any reason.
abstract  void NSResponder.touchesEndedWithEvent(NSEvent event)
          A set of touches have been removed.
abstract  void NSResponder.touchesMovedWithEvent(NSEvent event)
          One or more touches has moved.
abstract  void NSScroller.trackKnob(NSEvent theEvent)
          Original signature : -(void)trackKnob:(NSEvent*)
native declaration : NSScroller.h:95
abstract  boolean NSRulerView.trackMarker_withMouseEvent(NSRulerMarker marker, NSEvent event)
          Original signature : -(BOOL)trackMarker:(NSRulerMarker*) withMouseEvent:(NSEvent*)
native declaration : NSRulerView.h:111
abstract  boolean NSRulerMarker.trackMouse_adding(NSEvent mouseDownEvent, boolean isAdding)
          Original signature : -(BOOL)trackMouse:(NSEvent*) adding:(BOOL)
native declaration : NSRulerMarker.h:79
abstract  void NSScroller.trackScrollButtons(NSEvent theEvent)
          Original signature : -(void)trackScrollButtons:(NSEvent*)
native declaration : NSScroller.h:96
abstract  boolean NSMenuView.trackWithEvent(NSEvent event)
          Original signature : -(BOOL)trackWithEvent:(NSEvent*)
native declaration : NSMenuView.h:110
 

Uses of NSEvent in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSEvent
 void NSButtonCellExtensions.mouseEntered(NSEvent event)
          Original signature : -(void)mouseEntered:(NSEvent*)
from NSButtonCellExtensions native declaration : NSButtonCell.h:224
 void NSButtonCellExtensions.mouseExited(NSEvent event)
          Original signature : -(void)mouseExited:(NSEvent*)
from NSButtonCellExtensions native declaration : NSButtonCell.h:225
 void NSRulerMarkerClientViewDelegation.rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          Original signature : -(void)rulerView:(NSRulerView*) handleMouseDown:(NSEvent*)
from NSRulerMarkerClientViewDelegation native declaration : NSRulerView.h:166
 



Copyright © 2009. All Rights Reserved.