Lynkeos
Instance Methods | Class Methods | List of all members
LynkeosColumnDescriptor Class Reference

Singleton class for registering outline view columns. More...

#import <LynkeosColumnDescriptor.h>

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

Instance Methods

(void) - registerColumn:forProcess:parameter:field:format:
 Shortcut to fill the dictionary with a column description. More...
 

Class Methods

(LynkeosColumnDescriptor *) + defaultColumnDescriptor
 Access to the singleton instance. More...
 

Detailed Description

Singleton class for registering outline view columns.

The processing view classes register the parameters which can be displayed in the outline view.
The window controller uses this singleton to display the values.

Method Documentation

+ (LynkeosColumnDescriptor *) defaultColumnDescriptor

Access to the singleton instance.

Returns
The singleton instance
- (void) registerColumn: (NSString*)  key
forProcess: (NSString*)  proc
parameter: (NSString*)  ref
field: (NSString*)  field
format: (NSString*)  format 

Shortcut to fill the dictionary with a column description.

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

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