home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Starter / Source / English.lproj / InspectorPanel.nib / data.classes next >
Encoding:
Text File  |  1994-10-25  |  1.8 KB  |  135 lines

  1. DocCell = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = SelectionCell;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. InspectorManager = {
  14.     ACTIONS = {
  15.     windowDidUpdate:;
  16.     updateInspector:;
  17.     };
  18.     OUTLETS = {
  19.     tagText;
  20.     modifyClock;
  21.     createClock;
  22.     nameText;
  23.     pathText;
  24.     };
  25.     SUPERCLASS = MultipleScreenManager;
  26. };
  27. DocMatrix = {
  28.     ACTIONS = {
  29.     };
  30.     OUTLETS = {
  31.     };
  32.     SUPERCLASS = Matrix;
  33. };
  34. AdjFontTextField = {
  35.     ACTIONS = {
  36.     };
  37.     OUTLETS = {
  38.     font;
  39.     };
  40.     SUPERCLASS = TextField;
  41. };
  42. Controller = {
  43.     ACTIONS = {
  44.     backward:;
  45.     refresh:;
  46.     invert:;
  47.     flip:;
  48.     openSticky:;
  49.     saveTo:;
  50.     save:;
  51.     openFile:;
  52.     upsideDown:;
  53.     saveAs:;
  54.     appDidInit:;
  55.     showAll:;
  56.     hideAll:;
  57.     getPrefsPanel:;
  58.     getInspectorPanel:;
  59.     forward:;
  60.     getInfoPanel:;
  61.     closeSticky:;
  62.     revert:;
  63.     appWillTerminate:;
  64.     };
  65.     OUTLETS = {
  66.     prefManager;
  67.     editDelete;
  68.     toolsRefresh;
  69.     infoPanel;
  70.     notesCloseSticky;
  71.     newDoc;
  72.     notesShowAll;
  73.     documentMenu;
  74.     editMenu;
  75.     inspectorManager;
  76.     currentDoc;
  77.     toolsMenu;
  78.     windowsMiniaturize;
  79.     pagesMenu;
  80.     editPaste;
  81.     windowsClose;
  82.     editCut;
  83.     editSelectAll;
  84.     notesMenu;
  85.     notesHideAll;
  86.     toolsFlip;
  87.     accessoryView;
  88.     editCopy;
  89.     saveParamsMatrix;
  90.     toolsInspector;
  91.     toolsInvert;
  92.     notesOpenSticky;
  93.     toolsUpsideDown;
  94.     pagesBackward;
  95.     pagesForward;
  96.     compressionPopup;
  97.     };
  98.     SUPERCLASS = Object;
  99. };
  100. KeyPanel = {
  101.     ACTIONS = {
  102.     };
  103.     OUTLETS = {
  104.     defaultButton;
  105.     };
  106.     SUPERCLASS = Panel;
  107. };
  108. ClockView = {
  109.     ACTIONS = {
  110.     };
  111.     OUTLETS = {
  112.     clockbits;
  113.     };
  114.     SUPERCLASS = View;
  115. };
  116. MultipleScreenManager = {
  117.     ACTIONS = {
  118.     windowDidUpdate:;
  119.     changeBox:;
  120.     revert:;
  121.     windowWillClose:;
  122.     };
  123.     OUTLETS = {
  124.     panel;
  125.     setButton;
  126.     mainPopup;
  127.     noSelectionBox;
  128.     revertButton;
  129.     };
  130.     SUPERCLASS = Object;
  131. };
  132. SelectionCell = {
  133.     SUPERCLASS = Cell;
  134. };
  135.