Class NSResponder

Direct Known Subclasses:
NSApplication, NSView, NSWindow

public class NSResponder extends NSObject
  • Constructor Details

    • NSResponder

      public NSResponder()
    • NSResponder

      public NSResponder(long id)
    • NSResponder

      public NSResponder(id id)
  • Method Details

    • acceptsFirstResponder

      public boolean acceptsFirstResponder()
    • becomeFirstResponder

      public boolean becomeFirstResponder()
    • beginGestureWithEvent

      public void beginGestureWithEvent(NSEvent event)
    • cancelOperation

      public void cancelOperation(id sender)
    • cursorUpdate

      public void cursorUpdate(NSEvent event)
    • doCommandBySelector

      public void doCommandBySelector(long aSelector)
    • endGestureWithEvent

      public void endGestureWithEvent(NSEvent event)
    • flagsChanged

      public void flagsChanged(NSEvent theEvent)
    • helpRequested

      public void helpRequested(NSEvent eventPtr)
    • insertText

      public void insertText(id insertString)
    • 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)
    • moveToBeginningOfParagraph

      public void moveToBeginningOfParagraph(id sender)
    • moveToEndOfParagraph

      public void moveToEndOfParagraph(id sender)
    • moveUp

      public void moveUp(id sender)
    • 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()
    • validRequestorForSendType

      public id validRequestorForSendType(NSString sendType, NSString returnType)