Authors
- Generated by buildd
-
- Declared in:
- InterfaceBuilder/IBPlugin.h
Description forthcoming.
Method summary
+ (id)
sharedInstance;
Returns the shared instance of the plugin.
- (void)
didLoad;
Notifies the receiver that the plugin will be
loaded.
- (void)
document: (id<
IBDocuments>)document
didAddDraggedObjects: (NSArray*)roots
fromDraggedLibraryView: (NSView*)view;
Notifies the receiver that objects were added to
the document.
- (NSString*)
label;
Returns the name of the plugin to be displayed.
- (NSArray*)
libraryNibNames;
Return the array of custom nib filenames. You are
required to override this method when creating a
plugin.
- (NSArray*)
pasteboardObjectsForDraggedLibraryView: (NSView*)view;
Notifies the receiver that one of it's components
will be added to the document.
- (NSView*)
preferencesView;
The preferences panel/view that should be added to the
preferences drop down and preferences window.
- (NSArray*)
requiredFrameworks;
Returns the list of frameworks needed to support
the plugin.
- (void)
willUnload;
Notifies the receiver that the plugin will be
unloaded.