Lynkeos
Instance Methods | Protected Attributes | List of all members
MyConcreteColumnDescriptor Class Reference

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

Inheritance diagram for MyConcreteColumnDescriptor:
Inheritance graph
[legend]
Collaboration diagram for MyConcreteColumnDescriptor:
Collaboration graph
[legend]

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.
 

Detailed Description

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.

Method Documentation

- (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.

Parameters
keyThe string identifying the column
procThe reference of the process to which this information belongs
refThe reference under which this parameter is stored
fieldThe name of the field used for key value coding
formatThe format used for displaying this parameter

References _dict, LynkeosColumnDescription::_fieldName, LynkeosColumnDescription::_format, LynkeosColumnDescription::_parameterReference, and LynkeosColumnDescription::_processingRef.


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