public class NSResponder extends NSObject
| Constructor and Description |
|---|
NSResponder() |
NSResponder(id id) |
NSResponder(int id) |
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, dealloc, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboardequals, hashCode, objc_getClass, toStringpublic NSResponder()
public NSResponder(int id)
public NSResponder(id id)
public boolean acceptsFirstResponder()
public boolean becomeFirstResponder()
public void beginGestureWithEvent(NSEvent event)
public void cancelOperation(id sender)
public void cursorUpdate(NSEvent event)
public void doCommandBySelector(int aSelector)
public void endGestureWithEvent(NSEvent event)
public void flagsChanged(NSEvent theEvent)
public void helpRequested(NSEvent eventPtr)
public void insertText(id insertString)
public void interpretKeyEvents(NSArray eventArray)
public void keyDown(NSEvent theEvent)
public void keyUp(NSEvent theEvent)
public void magnifyWithEvent(NSEvent event)
public void mouseDown(NSEvent theEvent)
public void mouseDragged(NSEvent theEvent)
public void mouseEntered(NSEvent theEvent)
public void mouseExited(NSEvent theEvent)
public void mouseMoved(NSEvent theEvent)
public void mouseUp(NSEvent theEvent)
public void moveToBeginningOfParagraph(id sender)
public void moveToEndOfParagraph(id sender)
public void moveUp(id sender)
public void noResponderFor(int eventSelector)
public void otherMouseDown(NSEvent theEvent)
public void otherMouseDragged(NSEvent theEvent)
public void otherMouseUp(NSEvent theEvent)
public void pageDown(id sender)
public void pageUp(id sender)
public boolean performKeyEquivalent(NSEvent theEvent)
public boolean resignFirstResponder()
public void rightMouseDown(NSEvent theEvent)
public void rightMouseDragged(NSEvent theEvent)
public void rightMouseUp(NSEvent theEvent)
public void rotateWithEvent(NSEvent event)
public void scrollWheel(NSEvent theEvent)
public void swipeWithEvent(NSEvent event)
public void touchesBeganWithEvent(NSEvent event)
public void touchesCancelledWithEvent(NSEvent event)
public void touchesEndedWithEvent(NSEvent event)
public void touchesMovedWithEvent(NSEvent event)
public NSUndoManager undoManager()