![]() |
API
0.9.6
|
Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 353 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 379 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 359 of file CPColorWell.j.