home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / Inspector.nib / data.classes next >
Text File  |  1994-03-08  |  2KB  |  117 lines

  1. InspectorView = {
  2.     ACTIONS = {
  3.     takeInspectorModeFrom:;
  4.     };
  5.     OUTLETS = {
  6.     modeMatrix;
  7.     inspector1;
  8.     inspector0;
  9.     inspector3;
  10.     currentInspector;
  11.     inspector2;
  12.     inspector4;
  13.     };
  14.     SUPERCLASS = View;
  15. };
  16. Inspector = {
  17.     SUPERCLASS = View;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FullImpactApp = {
  25.     ACTIONS = {
  26.     showSQLPanel:;
  27.     performMenuAction:;
  28.     showMacroInspector:;
  29.     killZoomPanel:;
  30.     showHelp:;
  31.     performIconAction:;
  32.     contactAppsoft:;
  33.     runLocalMacroAction:;
  34.     setIconBarSticky:;
  35.     runGlobalMacroAction:;
  36.     showInfoPanel:;
  37.     lotusMacroPanel:;
  38.     showInputWindow:;
  39.     doInputCheck:;
  40.     showFormatInspector:;
  41.     setFileType:;
  42.     orderFrontFontPanel:;
  43.     showSpreadSheetInspector:;
  44.     showGraphicsInspector:;
  45.     setInputWindowSticky:;
  46.     showChartInspector:;
  47.     showIconBar:;
  48.     activateDocument:;
  49.     doInputX:;
  50.     stickWindowsTo:;
  51.     showInspectorPanel:;
  52.     };
  53.     OUTLETS = {
  54.     ibStickySwitch;
  55.     cellName;
  56.     bottomMargin;
  57.     pageNumberCheck;
  58.     exportMatrix;
  59.     printHeadersCheck;
  60.     gotoPanel;
  61.     GraphicsInspector;
  62.     dateCheck;
  63.     formatter;
  64.     localMacroMenu;
  65.     defaultsPanel;
  66.     insertPanel;
  67.     leftMargin;
  68.     FormatInspector;
  69.     exportView;
  70.     iwStickySwitch;
  71.     iconDummy;
  72.     printToys;
  73.     importScroll;
  74.     recalcPanel;
  75.     importView;
  76.     formatPanel;
  77.     zoomBox;
  78.     rowSize;
  79.     macroPanel;
  80.     printObjsCheck;
  81.     pasteSpecPanel;
  82.     exportPanel;
  83.     sheetNameCheck;
  84.     exportScroll;
  85.     iconBar;
  86.     inputDummy;
  87.     textControl;
  88.     topMargin;
  89.     timeCheck;
  90.     prefsPanel;
  91.     incFillPanel;
  92.     inspector;
  93.     versionText;
  94.     printDataCheck;
  95.     SheetInspector;
  96.     importMatrix;
  97.     zoomPanel;
  98.     globalMacroMenu;
  99.     infoPanel;
  100.     ChartInspector;
  101.     deletePanel;
  102.     MacroInspector;
  103.     macroCopyPanel;
  104.     lotusMacroPanel;
  105.     appsoftPanel;
  106.     printChartsCheck;
  107.     columnSize;
  108.     rightMargin;
  109.     inputWindow;
  110.     helpObject;
  111.     windowsMenu;
  112.     headerCheck;
  113.     printAreaMtx;
  114.     };
  115.     SUPERCLASS = Application;
  116. };
  117.