Package org.eclipse.swt.internal.cocoa
Class NSResponder
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSResponder
-
- Direct Known Subclasses:
NSApplication
,NSView
,NSWindow
public class NSResponder extends NSObject
-
-
Constructor Summary
Constructors Constructor Description NSResponder()
NSResponder(long id)
NSResponder(id id)
-
Method Summary
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSResponder
public NSResponder()
-
NSResponder
public NSResponder(long id)
-
NSResponder
public NSResponder(id id)
-
-
Method Detail
-
acceptsFirstResponder
public boolean acceptsFirstResponder()
-
becomeFirstResponder
public boolean becomeFirstResponder()
-
cancelOperation
public void cancelOperation(id sender)
-
cursorUpdate
public void cursorUpdate(NSEvent event)
-
doCommandBySelector
public void doCommandBySelector(long aSelector)
-
flagsChanged
public void flagsChanged(NSEvent theEvent)
-
helpRequested
public void helpRequested(NSEvent eventPtr)
-
interpretKeyEvents
public void interpretKeyEvents(NSArray eventArray)
-
keyDown
public void keyDown(NSEvent theEvent)
-
keyUp
public void keyUp(NSEvent theEvent)
-
magnifyWithEvent
public void magnifyWithEvent(NSEvent event)
-
mouseDown
public void mouseDown(NSEvent theEvent)
-
mouseDragged
public void mouseDragged(NSEvent theEvent)
-
mouseEntered
public void mouseEntered(NSEvent theEvent)
-
mouseExited
public void mouseExited(NSEvent theEvent)
-
mouseMoved
public void mouseMoved(NSEvent theEvent)
-
mouseUp
public void mouseUp(NSEvent theEvent)
-
noResponderFor
public void noResponderFor(long eventSelector)
-
otherMouseDown
public void otherMouseDown(NSEvent theEvent)
-
otherMouseDragged
public void otherMouseDragged(NSEvent theEvent)
-
otherMouseUp
public void otherMouseUp(NSEvent theEvent)
-
pageDown
public void pageDown(id sender)
-
pageUp
public void pageUp(id sender)
-
performKeyEquivalent
public boolean performKeyEquivalent(NSEvent theEvent)
-
resignFirstResponder
public boolean resignFirstResponder()
-
rightMouseDown
public void rightMouseDown(NSEvent theEvent)
-
rightMouseDragged
public void rightMouseDragged(NSEvent theEvent)
-
rightMouseUp
public void rightMouseUp(NSEvent theEvent)
-
rotateWithEvent
public void rotateWithEvent(NSEvent event)
-
scrollWheel
public void scrollWheel(NSEvent theEvent)
-
swipeWithEvent
public void swipeWithEvent(NSEvent event)
-
touchesBeganWithEvent
public void touchesBeganWithEvent(NSEvent event)
-
touchesCancelledWithEvent
public void touchesCancelledWithEvent(NSEvent event)
-
touchesEndedWithEvent
public void touchesEndedWithEvent(NSEvent event)
-
touchesMovedWithEvent
public void touchesMovedWithEvent(NSEvent event)
-
undoManager
public NSUndoManager undoManager()
-
-