|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
public abstract class NSResponder
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 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 |
---|
public NSResponder()
Method Detail |
---|
public NSStandardKeyBindingMethods as_NSResponder_NSStandardKeyBindingMethods()
public NSUndoSupport as_NSResponder_NSUndoSupport()
public NSKeyboardUI as_NSResponder_NSKeyboardUI()
public NSInterfaceStyle as_NSResponder_NSInterfaceStyle()
public NSErrorPresentation as_NSResponder_NSErrorPresentation()
public abstract NSResponder nextResponder()
-(NSResponder*)nextResponder
public abstract void setNextResponder(NSResponder aResponder)
-(void)setNextResponder:(NSResponder*)
public abstract boolean tryToPerform_with(Selector anAction, ObjCObject anObject)
-(BOOL)tryToPerform:(SEL) with:(id)
public abstract boolean performKeyEquivalent(NSEvent theEvent)
-(BOOL)performKeyEquivalent:(NSEvent*)
public abstract NSObject validRequestorForSendType_returnType(NSString sendType, NSString returnType)
-(id)validRequestorForSendType:(NSString*) returnType:(NSString*)
public abstract void mouseDown(NSEvent theEvent)
-(void)mouseDown:(NSEvent*)
public abstract void rightMouseDown(NSEvent theEvent)
-(void)rightMouseDown:(NSEvent*)
public abstract void otherMouseDown(NSEvent theEvent)
-(void)otherMouseDown:(NSEvent*)
public abstract void mouseUp(NSEvent theEvent)
-(void)mouseUp:(NSEvent*)
public abstract void rightMouseUp(NSEvent theEvent)
-(void)rightMouseUp:(NSEvent*)
public abstract void otherMouseUp(NSEvent theEvent)
-(void)otherMouseUp:(NSEvent*)
public abstract void mouseMoved(NSEvent theEvent)
-(void)mouseMoved:(NSEvent*)
public abstract void mouseDragged(NSEvent theEvent)
-(void)mouseDragged:(NSEvent*)
public abstract void scrollWheel(NSEvent theEvent)
-(void)scrollWheel:(NSEvent*)
public abstract void rightMouseDragged(NSEvent theEvent)
-(void)rightMouseDragged:(NSEvent*)
public abstract void otherMouseDragged(NSEvent theEvent)
-(void)otherMouseDragged:(NSEvent*)
public abstract void mouseEntered(NSEvent theEvent)
-(void)mouseEntered:(NSEvent*)
public abstract void mouseExited(NSEvent theEvent)
-(void)mouseExited:(NSEvent*)
public abstract void keyDown(NSEvent theEvent)
-(void)keyDown:(NSEvent*)
public abstract void keyUp(NSEvent theEvent)
-(void)keyUp:(NSEvent*)
public abstract void flagsChanged(NSEvent theEvent)
-(void)flagsChanged:(NSEvent*)
public abstract void tabletPoint(NSEvent theEvent)
-(void)tabletPoint:(NSEvent*)
public abstract void tabletProximity(NSEvent theEvent)
-(void)tabletProximity:(NSEvent*)
public abstract void cursorUpdate(NSEvent event)
-(void)cursorUpdate:(NSEvent*)
public abstract void magnifyWithEvent(NSEvent event)
-(void)magnifyWithEvent:(NSEvent*)
public abstract void rotateWithEvent(NSEvent event)
-(void)rotateWithEvent:(NSEvent*)
public abstract void swipeWithEvent(NSEvent event)
-(void)swipeWithEvent:(NSEvent*)
public abstract void beginGestureWithEvent(NSEvent event)
-(void)beginGestureWithEvent:(NSEvent*)
public abstract void endGestureWithEvent(NSEvent event)
-(void)endGestureWithEvent:(NSEvent*)
public abstract void touchesBeganWithEvent(NSEvent event)
-(void)touchesBeganWithEvent:(NSEvent*)
public abstract void touchesMovedWithEvent(NSEvent event)
-(void)touchesMovedWithEvent:(NSEvent*)
public abstract void touchesEndedWithEvent(NSEvent event)
-(void)touchesEndedWithEvent:(NSEvent*)
public abstract void touchesCancelledWithEvent(NSEvent event)
-(void)touchesCancelledWithEvent:(NSEvent*)
public abstract void noResponderFor(Selector eventSelector)
-(void)noResponderFor:(SEL)
public abstract boolean acceptsFirstResponder()
-(BOOL)acceptsFirstResponder
public abstract boolean becomeFirstResponder()
-(BOOL)becomeFirstResponder
public abstract boolean resignFirstResponder()
-(BOOL)resignFirstResponder
public abstract void interpretKeyEvents(NSArray eventArray)
-(void)interpretKeyEvents:(NSArray*)
public abstract void flushBufferedKeyEvents()
-(void)flushBufferedKeyEvents
public abstract void setMenu(NSMenu menu)
-(void)setMenu:(NSMenu*)
public abstract NSMenu menu()
-(NSMenu*)menu
public abstract void showContextHelp(ObjCObject sender)
-(void)showContextHelp:(id)
public abstract void helpRequested(NSEvent eventPtr)
-(void)helpRequested:(NSEvent*)
public abstract boolean shouldBeTreatedAsInkEvent(NSEvent theEvent)
-(BOOL)shouldBeTreatedAsInkEvent:(NSEvent*)
public static NSResponder alloc()
public static NSResponder new_()
public static NSResponder._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |