org.rococoa.cocoa.appkit
Class NSResponder

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.appkit.NSResponder
All Implemented Interfaces:
NSCoding, NSObject, ObjCObject
Direct Known Subclasses:
NSApplication, NSDrawer, NSView, NSViewController, NSWindow, NSWindowController

public abstract class NSResponder
extends NSObject
implements ObjCObject, NSCoding

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSResponder._class_
           
 
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding
NSCoding._static_
 
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject
NSObject._static_
 
Constructor Summary
NSResponder()
           
 
Method Summary
abstract  boolean acceptsFirstResponder()
          Original signature : -(BOOL)acceptsFirstResponder
native declaration : NSResponder.h:73
static NSResponder alloc()
           
 NSErrorPresentation as_NSResponder_NSErrorPresentation()
           
 NSInterfaceStyle as_NSResponder_NSInterfaceStyle()
           
 NSKeyboardUI as_NSResponder_NSKeyboardUI()
           
 NSStandardKeyBindingMethods as_NSResponder_NSStandardKeyBindingMethods()
           
 NSUndoSupport as_NSResponder_NSUndoSupport()
           
abstract  boolean becomeFirstResponder()
          Original signature : -(BOOL)becomeFirstResponder
native declaration : NSResponder.h:74
abstract  void beginGestureWithEvent(NSEvent event)
          Original signature : -(void)beginGestureWithEvent:(NSEvent*)
native declaration : NSResponder.h:52
abstract  void cursorUpdate(NSEvent event)
          Original signature : -(void)cursorUpdate:(NSEvent*)
native declaration : NSResponder.h:45
abstract  void endGestureWithEvent(NSEvent event)
          Original signature : -(void)endGestureWithEvent:(NSEvent*)
native declaration : NSResponder.h:53
abstract  void flagsChanged(NSEvent theEvent)
          Original signature : -(void)flagsChanged:(NSEvent*)
native declaration : NSResponder.h:39
abstract  void flushBufferedKeyEvents()
          Original signature : -(void)flushBufferedKeyEvents
native declaration : NSResponder.h:78
static NSResponder._class_ getNSClass()
           
abstract  void helpRequested(NSEvent eventPtr)
          Original signature : -(void)helpRequested:(NSEvent*)
native declaration : NSResponder.h:85
abstract  void interpretKeyEvents(NSArray eventArray)
          Original signature : -(void)interpretKeyEvents:(NSArray*)
native declaration : NSResponder.h:77
abstract  void keyDown(NSEvent theEvent)
          Original signature : -(void)keyDown:(NSEvent*)
native declaration : NSResponder.h:37
abstract  void keyUp(NSEvent theEvent)
          Original signature : -(void)keyUp:(NSEvent*)
native declaration : NSResponder.h:38
abstract  void 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  NSMenu menu()
          Original signature : -(NSMenu*)menu
native declaration : NSResponder.h:81
abstract  void mouseDown(NSEvent theEvent)
          Original signature : -(void)mouseDown:(NSEvent*)
native declaration : NSResponder.h:24
abstract  void mouseDragged(NSEvent theEvent)
          Original signature : -(void)mouseDragged:(NSEvent*)
native declaration : NSResponder.h:31
abstract  void mouseEntered(NSEvent theEvent)
          Original signature : -(void)mouseEntered:(NSEvent*)
native declaration : NSResponder.h:35
abstract  void mouseExited(NSEvent theEvent)
          Original signature : -(void)mouseExited:(NSEvent*)
native declaration : NSResponder.h:36
abstract  void mouseMoved(NSEvent theEvent)
          Original signature : -(void)mouseMoved:(NSEvent*)
native declaration : NSResponder.h:30
abstract  void mouseUp(NSEvent theEvent)
          Original signature : -(void)mouseUp:(NSEvent*)
native declaration : NSResponder.h:27
static NSResponder new_()
           
abstract  NSResponder nextResponder()
          Original signature : -(NSResponder*)nextResponder
native declaration : NSResponder.h:19
abstract  void noResponderFor(Selector eventSelector)
          Original signature : -(void)noResponderFor:(SEL)
native declaration : NSResponder.h:72
abstract  void otherMouseDown(NSEvent theEvent)
          Original signature : -(void)otherMouseDown:(NSEvent*)
native declaration : NSResponder.h:26
abstract  void otherMouseDragged(NSEvent theEvent)
          Original signature : -(void)otherMouseDragged:(NSEvent*)
native declaration : NSResponder.h:34
abstract  void otherMouseUp(NSEvent theEvent)
          Original signature : -(void)otherMouseUp:(NSEvent*)
native declaration : NSResponder.h:29
abstract  boolean performKeyEquivalent(NSEvent theEvent)
          Original signature : -(BOOL)performKeyEquivalent:(NSEvent*)
native declaration : NSResponder.h:22
abstract  boolean resignFirstResponder()
          Original signature : -(BOOL)resignFirstResponder
native declaration : NSResponder.h:75
abstract  void rightMouseDown(NSEvent theEvent)
          Original signature : -(void)rightMouseDown:(NSEvent*)
native declaration : NSResponder.h:25
abstract  void rightMouseDragged(NSEvent theEvent)
          Original signature : -(void)rightMouseDragged:(NSEvent*)
native declaration : NSResponder.h:33
abstract  void rightMouseUp(NSEvent theEvent)
          Original signature : -(void)rightMouseUp:(NSEvent*)
native declaration : NSResponder.h:28
abstract  void rotateWithEvent(NSEvent event)
          Original signature : -(void)rotateWithEvent:(NSEvent*)
native declaration : NSResponder.h:50
abstract  void scrollWheel(NSEvent theEvent)
          Original signature : -(void)scrollWheel:(NSEvent*)
native declaration : NSResponder.h:32
abstract  void setMenu(NSMenu menu)
          Original signature : -(void)setMenu:(NSMenu*)
native declaration : NSResponder.h:80
abstract  void setNextResponder(NSResponder aResponder)
          Original signature : -(void)setNextResponder:(NSResponder*)
native declaration : NSResponder.h:20
abstract  boolean shouldBeTreatedAsInkEvent(NSEvent theEvent)
          Original signature : -(BOOL)shouldBeTreatedAsInkEvent:(NSEvent*)
native declaration : NSResponder.h:88
abstract  void showContextHelp(ObjCObject sender)
          Original signature : -(void)showContextHelp:(id)
native declaration : NSResponder.h:83
abstract  void swipeWithEvent(NSEvent event)
          Original signature : -(void)swipeWithEvent:(NSEvent*)
native declaration : NSResponder.h:51
abstract  void tabletPoint(NSEvent theEvent)
          Original signature : -(void)tabletPoint:(NSEvent*)
native declaration : NSResponder.h:41
abstract  void tabletProximity(NSEvent theEvent)
          Original signature : -(void)tabletProximity:(NSEvent*)
native declaration : NSResponder.h:42
abstract  void touchesBeganWithEvent(NSEvent event)
          A new set of touches has been recognized.
abstract  void touchesCancelledWithEvent(NSEvent event)
          The System has cancelled the tracking of touches for any reason.
abstract  void touchesEndedWithEvent(NSEvent event)
          A set of touches have been removed.
abstract  void touchesMovedWithEvent(NSEvent event)
          One or more touches has moved.
abstract  boolean tryToPerform_with(Selector anAction, ObjCObject anObject)
          Original signature : -(BOOL)tryToPerform:(SEL) with:(id)
native declaration : NSResponder.h:21
abstract  NSObject validRequestorForSendType_returnType(NSString sendType, NSString returnType)
          Original signature : -(id)validRequestorForSendType:(NSString*) returnType:(NSString*)
native declaration : NSResponder.h:23
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
as_NSObject_NSAccessibility, as_NSObject_NSAccessibilityAdditions, as_NSObject_NSApplicationScriptingDelegation, as_NSObject_NSArchiverCallback, as_NSObject_NSClassDescriptionPrimitives, as_NSObject_NSCoderMethods, as_NSObject_NSColorPanelResponderMethod, as_NSObject_NSComparisonMethods, as_NSObject_NSControlSubclassNotifications, as_NSObject_NSCopyLinkMoveHandler, as_NSObject_NSDelayedPerforming, as_NSObject_NSDeprecatedKeyValueCoding, as_NSObject_NSDeprecatedKeyValueObservingCustomization, as_NSObject_NSDeprecatedMethods, as_NSObject_NSDictionaryControllerKeyValuePair, as_NSObject_NSDistributedObjects, as_NSObject_NSDraggingDestination, as_NSObject_NSDraggingSource, as_NSObject_NSDraggingSourceDeprecated, as_NSObject_NSEditor, as_NSObject_NSEditorRegistration, as_NSObject_NSErrorRecoveryAttempting, as_NSObject_NSFileManagerFileOperationAdditions, as_NSObject_NSFontManagerDelegate, as_NSObject_NSFontManagerResponderMethod, as_NSObject_NSFontPanelValidationAdditions, as_NSObject_NSKeyValueBindingCreation, as_NSObject_NSKeyValueCoding, as_NSObject_NSKeyValueObserverNotification, as_NSObject_NSKeyValueObserverRegistration, as_NSObject_NSKeyValueObserving, as_NSObject_NSKeyValueObservingCustomization, as_NSObject_NSMenuValidation, as_NSObject_NSNibAwaking, as_NSObject_NSPasteboardOwner, as_NSObject_NSPlaceholders, as_NSObject_NSScriptClassDescription, as_NSObject_NSScripting, as_NSObject_NSScriptingComparisonMethods, as_NSObject_NSScriptKeyValueCoding, as_NSObject_NSScriptObjectSpecifiers, as_NSObject_NSThreadPerformAdditions, as_NSObject_NSURLClient, as_NSObject_NSURLConnectionDelegate, as_NSObject_NSURLDownloadDelegate, copy, create, dealloc, description, doesNotRecognizeSelector, finalize, forwardingTargetForSelector, forwardInvocation, init, isKindOfClass, isKindOfClass, methodForSelector, methodSignatureForSelector, mutableCopy, release, retain, retainCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding
encodeWithCoder, initWithCoder
 
Methods inherited from interface org.rococoa.ObjCObject
id
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone
 

Constructor Detail

NSResponder

public NSResponder()
Method Detail

as_NSResponder_NSStandardKeyBindingMethods

public NSStandardKeyBindingMethods as_NSResponder_NSStandardKeyBindingMethods()

as_NSResponder_NSUndoSupport

public NSUndoSupport as_NSResponder_NSUndoSupport()

as_NSResponder_NSKeyboardUI

public NSKeyboardUI as_NSResponder_NSKeyboardUI()

as_NSResponder_NSInterfaceStyle

public NSInterfaceStyle as_NSResponder_NSInterfaceStyle()

as_NSResponder_NSErrorPresentation

public NSErrorPresentation as_NSResponder_NSErrorPresentation()

nextResponder

public abstract NSResponder nextResponder()
Original signature : -(NSResponder*)nextResponder
native declaration : NSResponder.h:19


setNextResponder

public abstract void setNextResponder(NSResponder aResponder)
Original signature : -(void)setNextResponder:(NSResponder*)
native declaration : NSResponder.h:20


tryToPerform_with

public abstract boolean tryToPerform_with(Selector anAction,
                                          ObjCObject anObject)
Original signature : -(BOOL)tryToPerform:(SEL) with:(id)
native declaration : NSResponder.h:21


performKeyEquivalent

public abstract boolean performKeyEquivalent(NSEvent theEvent)
Original signature : -(BOOL)performKeyEquivalent:(NSEvent*)
native declaration : NSResponder.h:22


validRequestorForSendType_returnType

public abstract NSObject validRequestorForSendType_returnType(NSString sendType,
                                                              NSString returnType)
Original signature : -(id)validRequestorForSendType:(NSString*) returnType:(NSString*)
native declaration : NSResponder.h:23


mouseDown

public abstract void mouseDown(NSEvent theEvent)
Original signature : -(void)mouseDown:(NSEvent*)
native declaration : NSResponder.h:24


rightMouseDown

public abstract void rightMouseDown(NSEvent theEvent)
Original signature : -(void)rightMouseDown:(NSEvent*)
native declaration : NSResponder.h:25


otherMouseDown

public abstract void otherMouseDown(NSEvent theEvent)
Original signature : -(void)otherMouseDown:(NSEvent*)
native declaration : NSResponder.h:26


mouseUp

public abstract void mouseUp(NSEvent theEvent)
Original signature : -(void)mouseUp:(NSEvent*)
native declaration : NSResponder.h:27


rightMouseUp

public abstract void rightMouseUp(NSEvent theEvent)
Original signature : -(void)rightMouseUp:(NSEvent*)
native declaration : NSResponder.h:28


otherMouseUp

public abstract void otherMouseUp(NSEvent theEvent)
Original signature : -(void)otherMouseUp:(NSEvent*)
native declaration : NSResponder.h:29


mouseMoved

public abstract void mouseMoved(NSEvent theEvent)
Original signature : -(void)mouseMoved:(NSEvent*)
native declaration : NSResponder.h:30


mouseDragged

public abstract void mouseDragged(NSEvent theEvent)
Original signature : -(void)mouseDragged:(NSEvent*)
native declaration : NSResponder.h:31


scrollWheel

public abstract void scrollWheel(NSEvent theEvent)
Original signature : -(void)scrollWheel:(NSEvent*)
native declaration : NSResponder.h:32


rightMouseDragged

public abstract void rightMouseDragged(NSEvent theEvent)
Original signature : -(void)rightMouseDragged:(NSEvent*)
native declaration : NSResponder.h:33


otherMouseDragged

public abstract void otherMouseDragged(NSEvent theEvent)
Original signature : -(void)otherMouseDragged:(NSEvent*)
native declaration : NSResponder.h:34


mouseEntered

public abstract void mouseEntered(NSEvent theEvent)
Original signature : -(void)mouseEntered:(NSEvent*)
native declaration : NSResponder.h:35


mouseExited

public abstract void mouseExited(NSEvent theEvent)
Original signature : -(void)mouseExited:(NSEvent*)
native declaration : NSResponder.h:36


keyDown

public abstract void keyDown(NSEvent theEvent)
Original signature : -(void)keyDown:(NSEvent*)
native declaration : NSResponder.h:37


keyUp

public abstract void keyUp(NSEvent theEvent)
Original signature : -(void)keyUp:(NSEvent*)
native declaration : NSResponder.h:38


flagsChanged

public abstract void flagsChanged(NSEvent theEvent)
Original signature : -(void)flagsChanged:(NSEvent*)
native declaration : NSResponder.h:39


tabletPoint

public abstract void tabletPoint(NSEvent theEvent)
Original signature : -(void)tabletPoint:(NSEvent*)
native declaration : NSResponder.h:41


tabletProximity

public abstract void tabletProximity(NSEvent theEvent)
Original signature : -(void)tabletProximity:(NSEvent*)
native declaration : NSResponder.h:42


cursorUpdate

public abstract void cursorUpdate(NSEvent event)
Original signature : -(void)cursorUpdate:(NSEvent*)
native declaration : NSResponder.h:45


magnifyWithEvent

public abstract void 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


rotateWithEvent

public abstract void rotateWithEvent(NSEvent event)
Original signature : -(void)rotateWithEvent:(NSEvent*)
native declaration : NSResponder.h:50


swipeWithEvent

public abstract void swipeWithEvent(NSEvent event)
Original signature : -(void)swipeWithEvent:(NSEvent*)
native declaration : NSResponder.h:51


beginGestureWithEvent

public abstract void beginGestureWithEvent(NSEvent event)
Original signature : -(void)beginGestureWithEvent:(NSEvent*)
native declaration : NSResponder.h:52


endGestureWithEvent

public abstract void endGestureWithEvent(NSEvent event)
Original signature : -(void)endGestureWithEvent:(NSEvent*)
native declaration : NSResponder.h:53


touchesBeganWithEvent

public abstract void touchesBeganWithEvent(NSEvent event)
A new set of touches has been recognized. To get the set of touches that began for this view (or descendants of this view): [event touchesMatchingPhase:NSTouchPhaseBegan inView:self]; Note: this is not always the point of contact with the touch device. A touch that transitions from resting to active may be part of a Began set.
Original signature : -(void)touchesBeganWithEvent:(NSEvent*)
native declaration : NSResponder.h:58


touchesMovedWithEvent

public abstract void touchesMovedWithEvent(NSEvent event)
One or more touches has moved. To get the set of touches that moved for this view (or descendants of this view): [event touchesMatchingPhase:NSTouchPhaseMoved inView:self];
Original signature : -(void)touchesMovedWithEvent:(NSEvent*)
native declaration : NSResponder.h:62


touchesEndedWithEvent

public abstract void touchesEndedWithEvent(NSEvent event)
A set of touches have been removed. To get the set of touches that ended for this view (or descendants of this view): [event touchesMatchingPhase:NSTouchPhaseEnded inView:self]; Note: this is not always the point of removal with the touch device. A touch that transitions from active to resting may be part of an Ended set.
Original signature : -(void)touchesEndedWithEvent:(NSEvent*)
native declaration : NSResponder.h:66


touchesCancelledWithEvent

public abstract void touchesCancelledWithEvent(NSEvent event)
The System has cancelled the tracking of touches for any reason.
Original signature : -(void)touchesCancelledWithEvent:(NSEvent*)
native declaration : NSResponder.h:70


noResponderFor

public abstract void noResponderFor(Selector eventSelector)
Original signature : -(void)noResponderFor:(SEL)
native declaration : NSResponder.h:72


acceptsFirstResponder

public abstract boolean acceptsFirstResponder()
Original signature : -(BOOL)acceptsFirstResponder
native declaration : NSResponder.h:73


becomeFirstResponder

public abstract boolean becomeFirstResponder()
Original signature : -(BOOL)becomeFirstResponder
native declaration : NSResponder.h:74


resignFirstResponder

public abstract boolean resignFirstResponder()
Original signature : -(BOOL)resignFirstResponder
native declaration : NSResponder.h:75


interpretKeyEvents

public abstract void interpretKeyEvents(NSArray eventArray)
Original signature : -(void)interpretKeyEvents:(NSArray*)
native declaration : NSResponder.h:77


flushBufferedKeyEvents

public abstract void flushBufferedKeyEvents()
Original signature : -(void)flushBufferedKeyEvents
native declaration : NSResponder.h:78


setMenu

public abstract void setMenu(NSMenu menu)
Original signature : -(void)setMenu:(NSMenu*)
native declaration : NSResponder.h:80


menu

public abstract NSMenu menu()
Original signature : -(NSMenu*)menu
native declaration : NSResponder.h:81


showContextHelp

public abstract void showContextHelp(ObjCObject sender)
Original signature : -(void)showContextHelp:(id)
native declaration : NSResponder.h:83


helpRequested

public abstract void helpRequested(NSEvent eventPtr)
Original signature : -(void)helpRequested:(NSEvent*)
native declaration : NSResponder.h:85


shouldBeTreatedAsInkEvent

public abstract boolean shouldBeTreatedAsInkEvent(NSEvent theEvent)
Original signature : -(BOOL)shouldBeTreatedAsInkEvent:(NSEvent*)
native declaration : NSResponder.h:88


alloc

public static NSResponder alloc()

new_

public static NSResponder new_()

getNSClass

public static NSResponder._class_ getNSClass()


Copyright © 2009. All Rights Reserved.