home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / Interfaces / Inspector.nib / data.classes next >
Encoding:
Text File  |  1994-02-24  |  1.4 KB  |  101 lines

  1. MiscSwapView = {
  2.     ACTIONS = {
  3.     removeController:;
  4.     addController:;
  5.     swapContentView:;
  6.     };
  7.     OUTLETS = {
  8.     delegate;
  9.     trigger;
  10.     controllers;
  11.     contentView;
  12.     currentController;
  13.     contentViewsHomeView;
  14.     };
  15.     SUPERCLASS = View;
  16. };
  17. MiscSwapViewByPopUp = {
  18.     ACTIONS = {
  19.     swapContentView:;
  20.     };
  21.     OUTLETS = {
  22.     popUpCover;
  23.     };
  24.     SUPERCLASS = MiscSwapView;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. MiscInspectorManager = {
  32.     ACTIONS = {
  33.     revert:;
  34.     textDidChange:;
  35.     touch:;
  36.     makeKeyAndOrderFront:;
  37.     viewWillSwap:;
  38.     ok:;
  39.     viewDidSwap:;
  40.     };
  41.     OUTLETS = {
  42.     buttonsSuperview;
  43.     notApplInspector;
  44.     window;
  45.     noSelInspector;
  46.     multiSelInspector;
  47.     selection;
  48.     revertButton;
  49.     okButton;
  50.     swapView;
  51.     inspectors;
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55. MiscMultiSelInspector = {
  56.     ACTIONS = {
  57.     };
  58.     OUTLETS = {
  59.     };
  60.     SUPERCLASS = MiscDefaultInspector;
  61. };
  62. MiscInspector = {
  63.     ACTIONS = {
  64.     touch:;
  65.     ok:;
  66.     textDidChange:;
  67.     revert:;
  68.     };
  69.     OUTLETS = {
  70.     manager;
  71.     };
  72.     SUPERCLASS = MiscSwapContentsController;
  73. };
  74. MiscSwapContentsController = {
  75.     ACTIONS = {
  76.     revert:;
  77.     ok:;
  78.     };
  79.     OUTLETS = {
  80.     trigger;
  81.     view;
  82.     swapView;
  83.     };
  84.     SUPERCLASS = Object;
  85. };
  86. MiscDefaultInspector = {
  87.     ACTIONS = {
  88.     };
  89.     OUTLETS = {
  90.     controllers;
  91.     };
  92.     SUPERCLASS = MiscInspector;
  93. };
  94. MiscNoSelInspector = {
  95.     ACTIONS = {
  96.     };
  97.     OUTLETS = {
  98.     };
  99.     SUPERCLASS = MiscDefaultInspector;
  100. };
  101.