/* Subclass WMInspector for your own auto-loadable bundle */
@interface WMInspector: Object {
/* private UI elements */
id window;
id okButton;
id revertButton;
id dirNameField;
id dirTitleField;
id fileNameField;
id fileIconButton;
}
+ new;
/* Required in subclass */
/* Responsible for loading the nib file;
Clone an existing inspector nib file, e.g. /usr/lib/NextStep/Workspace.app/WM.app/inspectors.bundle/English.lproj/SoundInspector.nib, for making new inspectors */
/***************** Access to UI elements **************************/
- window;
- okButton;
- revertButton;
/***************** Access to Workspace selection **********************/