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