MyColumnDescriptor Class Reference

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

#import <MyColumnDescriptor.h>

Inheritance diagram for MyColumnDescriptor:

Inheritance graph
[legend]
Collaboration diagram for MyColumnDescriptor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

(MyColumnDescriptor *) + defaultColumnDescriptor
 Access to the singleton instance.


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 class MyImageListWindow uses this singleton to display the values.


Member Function Documentation

+ (MyColumnDescriptor *) 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:
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


The documentation for this class was generated from the following files:
Generated on Sat Mar 22 17:44:50 2008 for Lynkeos by  doxygen 1.5.4