API  1.0.0
CPView(KeyView) Category Reference

Instance Methods

(BOOL) - canBecomeKeyView
 
(CPView- nextKeyView
 
(CPView- nextValidKeyView
 
(BOOL) - performKeyEquivalent:
 
(CPView- previousKeyView
 
(CPView- previousValidKeyView
 
(void) - setNextKeyView:
 

Detailed Description

Definition at line 3038 of file CPView.j.

Method Documentation

◆ canBecomeKeyView()

- (BOOL) canBecomeKeyView
implementation

Extends class CPView.

Definition at line 3066 of file CPView.j.

◆ nextKeyView()

- (CPView) nextKeyView
implementation

Extends class CPView.

Definition at line 3071 of file CPView.j.

◆ nextValidKeyView()

- (CPView) nextValidKeyView
implementation

Extends class CPView.

Definition at line 3076 of file CPView.j.

◆ performKeyEquivalent:()

- (BOOL) performKeyEquivalent: (CPEvent anEvent
implementation

Overridden by subclasses to handle a key equivalent.

If the receiver’s key equivalent is the same as the characters of the key-down event theEvent, as returned by [anEvent charactersIgnoringModifiers], the receiver should take the appropriate action and return YES. Otherwise, it should return the result of invoking super’s implementation. The default implementation of this method simply passes the message down the view hierarchy (from superviews to subviews) and returns NO if none of the receiver’s subviews responds YES.

Parameters
anEventAn event object that represents the key equivalent pressed
Returns
YES if theEvent is a key equivalent that the receiver handled, NO if it is not a key equivalent that it should handle.

Extends class CPView.

Definition at line 3054 of file CPView.j.

◆ previousKeyView()

- (CPView) previousKeyView
implementation

Extends class CPView.

Definition at line 3097 of file CPView.j.

◆ previousValidKeyView()

- (CPView) previousValidKeyView
implementation

Extends class CPView.

Definition at line 3102 of file CPView.j.

◆ setNextKeyView:()

- (void) setNextKeyView: (CPView next
implementation

Extends class CPView.

Definition at line 3135 of file CPView.j.


The documentation for this category was generated from the following file: