Up
Authors
- Scott Christley (
scottc@net-community.com
)
-
Abstract class which is basis of command and event
processing
Copyright: (C) 1996,1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSResponder.h
- Conforms to:
- NSCoding
Standards:
Description forthcoming.
Instance Variables for NSResponder Class
@private NSInterfaceStyle _interface_style;
Description forthcoming.
@private NSResponder* _next_responder;
Description forthcoming.
@public struct _rFlagsType _rFlags;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Method summary
- (BOOL) acceptsFirstResponder;
Returns YES
if the receiver is able to
become the first responder, NO
otherwise.
- (BOOL) becomeFirstResponder;
Description forthcoming.
- (void) doCommandBySelector: (SEL)aSelector;
Description forthcoming.
- (void) encodeWithCoder: (NSCoder*)aCoder;
Description forthcoming.
- (void) flagsChanged: (NSEvent*)theEvent;
Description forthcoming.
- (void) flushBufferedKeyEvents;
Description forthcoming.
- (void) helpRequested: (NSEvent*)theEvent;
Description forthcoming.
- (id) initWithCoder: (NSCoder*)aDecoder;
Description forthcoming.
- (void) insertText: (NSString*)aString;
Description forthcoming.
- (NSInterfaceStyle) interfaceStyle;
Description forthcoming.
- (void) interpretKeyEvents: (NSArray*)eventArray;
Description forthcoming.
- (void) keyDown: (NSEvent*)theEvent;
Description forthcoming.
- (void) keyUp: (NSEvent*)theEvent;
Description forthcoming.
- (NSMenu*) menu;
Description forthcoming.
- (void) mouseDown: (NSEvent*)theEvent;
Description forthcoming.
- (void) mouseDragged: (NSEvent*)theEvent;
Description forthcoming.
- (void) mouseEntered: (NSEvent*)theEvent;
Description forthcoming.
- (void) mouseExited: (NSEvent*)theEvent;
Description forthcoming.
- (void) mouseMoved: (NSEvent*)theEvent;
Description forthcoming.
- (void) mouseUp: (NSEvent*)theEvent;
Description forthcoming.
- (NSResponder*) nextResponder;
Description forthcoming.
- (void) noResponderFor: (SEL)eventSelector;
Description forthcoming.
- (void) otherMouseDown: (NSEvent*)theEvent;
Description forthcoming.
- (void) otherMouseDragged: (NSEvent*)theEvent;
Description forthcoming.
- (void) otherMouseUp: (NSEvent*)theEvent;
Description forthcoming.
- (BOOL) performKeyEquivalent: (NSEvent*)theEvent;
Description forthcoming.
- (BOOL) performMnemonic: (NSString*)aString;
Description forthcoming.
- (BOOL) resignFirstResponder;
Description forthcoming.
- (void) rightMouseDown: (NSEvent*)theEvent;
Description forthcoming.
- (void) rightMouseDragged: (NSEvent*)theEvent;
Description forthcoming.
- (void) rightMouseUp: (NSEvent*)theEvent;
Description forthcoming.
- (void) scrollWheel: (NSEvent*)theEvent;
Description forthcoming.
- (void) setInterfaceStyle: (NSInterfaceStyle)aStyle;
Description forthcoming.
- (void) setMenu: (NSMenu*)aMenu;
Description forthcoming.
- (void) setNextResponder: (NSResponder*)aResponder;
Description forthcoming.
- (BOOL) tryToPerform: (SEL)anAction with: (id)anObject;
If the receiver responds to anAction, it
performs that method with anObject as
its argument, discards any return value, and return
YES
.
Otherwise, the next
responder in the chain is asked to perform
anAction and the result of that is
returned.
If no responder in the chain is
able to respond to anAction, then
NO
is returned.
- (NSUndoManager*) undoManager;
Description forthcoming.
- (id) validRequestorForSendType: (NSString*)typeSent returnType: (NSString*)typeReturned;
Description forthcoming.
- Declared in:
- AppKit/NSResponder.h
Standards:
- MacOS-X
- NotOpenStep
- GNUstep
Description forthcoming.
Method summary
- (void) capitalizeWord: (id)sender;
Description forthcoming.
- (void) centerSelectionInVisibleArea: (id)sender;
Description forthcoming.
- (void) changeCaseOfLetter: (id)sender;
Description forthcoming.
- (void) complete: (id)sender;
Description forthcoming.
- (void) deleteBackward: (id)sender;
Description forthcoming.
- (void) deleteForward: (id)sender;
Description forthcoming.
- (void) deleteToBeginningOfLine: (id)sender;
Description forthcoming.
- (void) deleteToBeginningOfParagraph: (id)sender;
Description forthcoming.
- (void) deleteToEndOfLine: (id)sender;
Description forthcoming.
- (void) deleteToEndOfParagraph: (id)sender;
Description forthcoming.
- (void) deleteToMark: (id)sender;
Description forthcoming.
- (void) deleteWordBackward: (id)sender;
Description forthcoming.
- (void) deleteWordForward: (id)sender;
Description forthcoming.
- (void) indent: (id)sender;
Description forthcoming.
- (void) insertBacktab: (id)sender;
Description forthcoming.
- (void) insertNewline: (id)sender;
Description forthcoming.
- (void) insertNewlineIgnoringFieldEditor: (id)sender;
Description forthcoming.
- (void) insertParagraphSeparator: (id)sender;
Description forthcoming.
- (void) insertTab: (id)sender;
Description forthcoming.
- (void) insertTabIgnoringFieldEditor: (id)sender;
Description forthcoming.
- (void) lowercaseWord: (id)sender;
Description forthcoming.
- (void) moveBackward: (id)sender;
Description forthcoming.
- (void) moveBackwardAndModifySelection: (id)sender;
Description forthcoming.
- (void) moveDown: (id)sender;
Description forthcoming.
- (void) moveDownAndModifySelection: (id)sender;
Description forthcoming.
- (void) moveForward: (id)sender;
Description forthcoming.
- (void) moveForwardAndModifySelection: (id)sender;
Description forthcoming.
- (void) moveLeft: (id)sender;
Description forthcoming.
- (void) moveRight: (id)sender;
Description forthcoming.
- (void) moveToBeginningOfDocument: (id)sender;
Description forthcoming.
- (void) moveToBeginningOfLine: (id)sender;
Description forthcoming.
- (void) moveToBeginningOfParagraph: (id)sender;
Description forthcoming.
- (void) moveToEndOfDocument: (id)sender;
Description forthcoming.
- (void) moveToEndOfLine: (id)sender;
Description forthcoming.
- (void) moveToEndOfParagraph: (id)sender;
Description forthcoming.
- (void) moveUp: (id)sender;
Description forthcoming.
- (void) moveUpAndModifySelection: (id)sender;
Description forthcoming.
- (void) moveWordBackward: (id)sender;
Description forthcoming.
- (void) moveWordBackwardAndModifySelection: (id)sender;
Description forthcoming.
- (void) moveWordForward: (id)sender;
Description forthcoming.
- (void) moveWordForwardAndModifySelection: (id)sender;
Description forthcoming.
- (void) pageDown: (id)sender;
Description forthcoming.
- (void) pageUp: (id)sender;
Description forthcoming.
- (void) scrollLineDown: (id)sender;
Description forthcoming.
- (void) scrollLineUp: (id)sender;
Description forthcoming.
- (void) scrollPageDown: (id)sender;
Description forthcoming.
- (void) scrollPageUp: (id)sender;
Description forthcoming.
- (void) selectAll: (id)sender;
Description forthcoming.
- (void) selectLine: (id)sender;
Description forthcoming.
- (void) selectParagraph: (id)sender;
Description forthcoming.
- (void) selectToMark: (id)sender;
Description forthcoming.
- (void) selectWord: (id)sender;
Description forthcoming.
- (void) showContextHelp: (id)sender;
Description forthcoming.
- (void) swapWithMark: (id)sender;
Description forthcoming.
- (void) transpose: (id)sender;
Description forthcoming.
- (void) transposeWords: (id)sender;
Description forthcoming.
- (void) uppercaseWord: (id)sender;
Description forthcoming.
- (void) yank: (id)sender;
Description forthcoming.
Up