IBInspectorManager class documentation

Authors

Generated by buildd

Software documentation for the IBInspectorManager class

IBInspectorManager : NSObject

Declared in:
InterfaceBuilder/IBInspectorManager.h
Description forthcoming.

Instance Variables

Method summary

sharedInspectorManager 

+ (IBInspectorManager*) sharedInspectorManager;
Create a shared instance of the class for the applicaiton.
Create a shared instance of the class for the application. If a subclass of IBInspectorManager uses this message it becomes the shraredInspectorManager.

addInspectorModeWithIdentifier: forObject: localizedLabel: inspectorClassName: ordering: 

- (void) addInspectorModeWithIdentifier: (NSString*)ident forObject: (id)obj localizedLabel: (NSString*)label inspectorClassName: (NSString*)className ordering: (float)ord;
Add an inspector for a given mode. This allows the addition of inspectors for different aspects of the same object.

indexOfModeWithIdentifier: 

- (unsigned int) indexOfModeWithIdentifier: (NSString*)ident;
Position in the inspector list that the "mode inspector" appears.



Instance Variables for IBInspectorManager Class

currentMode

@protected id currentMode;
Description forthcoming.

modes

@protected NSMutableArray* modes;
Description forthcoming.

selectedObject

@protected id selectedObject;
Description forthcoming.