TruePreview |
Version: @(#) $Id: TruePreview.h 17 2009-10-09 12:21:07Z jhriggs $
Superclass: NSObject
Declared In: TruePreview.h
The TruePreview class is the subclass of
MVMailBundle that provides the plugin entrypoint for the
TruePreview plugin.
initialize |
+ (void)initialize;
Registers this plugin and swizzles the methods necessary for TruePreview's functionality.
hasPreferencesPanel |
+ (BOOL)hasPreferencesPanel;
YES.
Indicates that this plugin has a preference panel.
preferencesOwnerClassName |
+ (NSString*)preferencesOwnerClassName;
TruePreviewPreferencesModule.
Returns the class name for this plugin's preference panel owner.
preferencesPanelName |
+ (NSString*)preferencesPanelName;
TruePreview.
Returns the name for this plugin's preferences panel.
Last Updated: Friday, October 09, 2009