TruePreviewPreferencesModule


Version: @(#) $Id: TruePreviewPreferencesModule.h 17 2009-10-09 12:21:07Z jhriggs $
Superclass: NSPreferencesModule
Declared In: TruePreviewPreferencesModule.h

Discussion

The TruePreviewPreferencesModule class is the subclass of NSPreferencesModule that displays and manages preferences specific to the TruePreview plugin.



Groups

NSPreferencesModule instance methods

Group members:

-preferencesNibName
-willBeDisplayed

 

IBOutlets

Group members:

fldAccountArrayController

 

NSKeyValueObserving instance methods

Group members:

-observeValueForKeyPath:ofObject:change:context:

Methods

-preferencesNibName
-willBeDisplayed
-observeValueForKeyPath:ofObject:change:context:

preferencesNibName


- (NSString*)preferencesNibName; 
Return Value

TruePreviewPreferencesPanel.

Discussion

Returns the name of the nib file containing the TruePreview preferences panel.


willBeDisplayed


- (void)willBeDisplayed; 
Discussion

Loads the account information for the TruePreview preferences panel.


observeValueForKeyPath:ofObject:change:context:


- (void)observeValueForKeyPath:(NSString*)inPath ofObject:(id)inObject change:(NSDictionary*)inChange context:(void*)inContext; 
Parameters
inPath

Unused.

inObject

Unused.

inChange

Unused.

inContext

The NSArray containing the account settings from the TruePreview preferences panel.

Discussion

Converts the account settings from the TruePreview preferences panel to a dictionary and saves the dictionary into the user defaults.

Member Data

fldAccountArrayController

fldAccountArrayController


IBOutlet NSArrayController* fldAccountArrayController; 
Discussion

The NSArrayController containing the account information displayed in the TruePreview preferences panel.

Last Updated: Friday, October 09, 2009