home *** CD-ROM | disk | FTP | other *** search
- /* MasterInspector.h
- *
- * This is the BeakerBoys Master Inspector. Here all the other Inspectors
- * are created or have to register themselves.
- *
- * Usage: Well it's not a reuseable class. Don't use it...
- *
- * Notes: ...but it's aexample of how to make your onw inspector stuff with
- * MiscInspectorKit. Just create you own default inspectors. Remember,
- * that the order is significant. So if you have a very general inspctr.
- * (like WM has for every file) be sure to add it first rigth after you
- * did [super addDefaltInsp] (to get your NoAppl, NoSel, MultiSel stuff)
- *
- * Written by: Thomas Engel
- * Created: 20.12.1993 (Copyleft)
- * Last modified: 08.02.1994
- */
-
- #import <misckit/MiscInspectorManager.h>
-
- @interface MasterInspector:MiscInspectorManager
-
- - addDefaultInspectors;
-
- @end
-
- /*
- * History: 08.02.94 Changed it to work with the MiscInspectorStuff
- *
- * 20.12.93 First code seperated from the old InspectorManager
- *
- *
- * Bugs: unknown to me :-)
- */