Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 940 of file CPButton.j.
|
implementation |
Archives this button into the provided coder.
aCoder | the coder to which the button's instance data will be written. |
Extends class CPButton.
Definition at line 998 of file CPButton.j.
|
implementation |
Initializes the button by unarchiving data from aCoder
.
aCoder | the coder containing the archived CPButton. |
Extends class CPButton.
Definition at line 946 of file CPButton.j.