|
Lynkeos
|
Concrete implementation of the subclassing of NSMutableDictionary. More...


Instance Methods | |
| (void) | - registerColumn:forProcess:parameter:field:format: |
| Register an outline wiew column to display some processing info. More... | |
Protected Attributes | |
| NSMutableDictionary * | _dict |
| The aggregated dictionary. | |
Concrete implementation of the subclassing of NSMutableDictionary.
The direct subclassing of NSMutableDictionary is not possible. This class simulates it by agregating a dictionary and forwarding invocations to it.
| - (void) registerColumn: | (NSString*) | key | |
| forProcess: | (NSString*) | proc | |
| parameter: | (NSString*) | ref | |
| field: | (NSString*) | field | |
| format: | (NSString*) | format | |
Register an outline wiew column to display some processing info.
| key | The string identifying the column |
| proc | The reference of the process to which this information belongs |
| ref | The reference under which this parameter is stored |
| field | The name of the field used for key value coding |
| format | The format used for displaying this parameter |
References _dict, LynkeosColumnDescription::_fieldName, LynkeosColumnDescription::_format, LynkeosColumnDescription::_parameterReference, and LynkeosColumnDescription::_processingRef.
1.8.4