home *** CD-ROM | disk | FTP | other *** search
- ImageWindow = {
- ACTIONS = {
- updateInspector:;
- };
- OUTLETS = {
- inspector;
- };
- SUPERCLASS = Window;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ImageView = {
- ACTIONS = {
- windowDidBecomeKey:;
- windowWillResize:;
- };
- OUTLETS = {
- updateInspector;
- image;
- };
- SUPERCLASS = View;
- };
- Controller = {
- ACTIONS = {
- saveImage:;
- inspect:;
- info:;
- openImage:;
- updateInspector:;
- };
- OUTLETS = {
- infoPanel;
- newWindow;
- inspector;
- infoView;
- newImage;
- saveBut;
- };
- SUPERCLASS = Object;
- };
-