TruePreviewPreferencesModule |
Version: @(#) $Id: TruePreviewPreferencesModule.h 17 2009-10-09 12:21:07Z jhriggs $
Superclass: NSPreferencesModule
Declared In: TruePreviewPreferencesModule.h
The TruePreviewPreferencesModule class is the subclass of
NSPreferencesModule that displays and manages preferences
specific to the TruePreview plugin.
preferencesNibName |
- (NSString*)preferencesNibName;
TruePreviewPreferencesPanel.
Returns the name of the nib file containing the TruePreview preferences panel.
willBeDisplayed |
- (void)willBeDisplayed;
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;
inPathUnused.
inObjectUnused.
inChangeUnused.
inContextThe NSArray containing the account settings from the
TruePreview preferences panel.
Converts the account settings from the TruePreview preferences panel to a dictionary and saves the dictionary into the user defaults.
fldAccountArrayController |
IBOutlet NSArrayController* fldAccountArrayController;
The NSArrayController containing the account information
displayed in the TruePreview preferences panel.
Last Updated: Friday, October 09, 2009