home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / DragViewTest / English.lproj / ViewTest.nib / data.classes next >
Encoding:
Text File  |  1993-11-25  |  728 b   |  55 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MiscIconWell = {
  7.     ACTIONS = {
  8.     };
  9.     OUTLETS = {
  10.     filename;
  11.     };
  12.     SUPERCLASS = MiscImageView;
  13. };
  14. Controller = {
  15.     OUTLETS = {
  16.     imView;
  17.     imDragView1;
  18.     iconWell1;
  19.     iconWell3;
  20.     iconWell2;
  21.     iconWell5;
  22.     imDragView2;
  23.     iconWell4;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. MiscDragView = {
  28.     ACTIONS = {
  29.     concludeDragOperation:;
  30.     draggingExited:;
  31.     };
  32.     OUTLETS = {
  33.     delegate;
  34.     dragImage;
  35.     dragPB;
  36.     };
  37.     SUPERCLASS = View;
  38. };
  39. MiscImageView = {
  40.     ACTIONS = {
  41.     };
  42.     OUTLETS = {
  43.     ivImage;
  44.     };
  45.     SUPERCLASS = MiscDragView;
  46. };
  47. MiscImageDragView = {
  48.     ACTIONS = {
  49.     };
  50.     OUTLETS = {
  51.     filename;
  52.     };
  53.     SUPERCLASS = MiscImageView;
  54. };
  55.