< LynkeosPreferences > Protocol Reference

Protocol for Lynkeos preferences plugins. More...

#import <LynkeosPreferences.h>

Inheritance diagram for < LynkeosPreferences >:

Inheritance graph
[legend]
Collaboration diagram for < LynkeosPreferences >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(NSView *) - getPreferencesView
 Get the view with the controls.
(void) - savePreferences:
 Save the controls changes in the user defaults.
(void) - revertPreferences
 Cancel all the changes to the user defaults.
(void) - resetPreferences:
 Reset the user defaults to factory settings.

Static Public Member Functions

(void) + getPreferenceTitle:icon:tip:
 Retrieves a preference toolbar characteristics.
(id< LynkeosPreferences >) + getPreferenceInstance
 Get the preference singleton instance.


Detailed Description

Protocol for Lynkeos preferences plugins.

The preferences classes are all singleton.


Member Function Documentation

+ (void) getPreferenceTitle: (NSString **)  title
icon: (NSImage **)  icon
tip: (NSString **)  tip 

Retrieves a preference toolbar characteristics.

Parameters:
title The title for this tab in the preferences NSTabView.
icon The icon for the toolbar.
tip A tooltip for these preferences

+ (id <LynkeosPreferences>) getPreferenceInstance  

Get the preference singleton instance.

Create it if needed.

Returns:
The singleton instance.


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