home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Quantrix_1.2 / Application / Quantrix.app / English.lproj / Quantrix.nib / data.classes next >
Text File  |  1995-03-28  |  2KB  |  112 lines

  1. LTController = {
  2.     ACTIONS = {
  3.     appWillTerminate:;
  4.     open:;
  5.     showInfoPanel:;
  6.     forceTerminate:;
  7.     newFromTemplate:;
  8.     updateInspectors:;
  9.     showSuggestionPanel:;
  10.     showPreferencesPanel:;
  11.     showLicensePanel:;
  12.     appDidUnhide:;
  13.     appDidInit:;
  14.     appWillInit:;
  15.     revertToSaved:;
  16.     openSampleDirectory:;
  17.     new:;
  18.     showPanelNamed:;
  19.     app:;
  20.     realAppDidInit:;
  21.     openManualDirectory:;
  22.     saveAll:;
  23.     import:;
  24.     };
  25.     OUTLETS = {
  26.     bundleMenu;
  27.     splashWindow;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. FirstResponder = {
  32.     ACTIONS = {
  33.     new:;
  34.     closeDocument:;
  35.     jumpToSelection:;
  36.     showPreferencesPanel:;
  37.     saveAll:;
  38.     print:;
  39.     copyAsGraphic:;
  40.     redoChange:;
  41.     copyStyle:;
  42.     undoChange:;
  43.     toggleAutoCalc:;
  44.     saveAs:;
  45.     moveItemRight:;
  46.     enterSelection:;
  47.     sortItems:;
  48.     importTable:;
  49.     moveSelectedItemsForward:;
  50.     showLicensePanel:;
  51.     showFindPanel:;
  52.     showInfoPanel:;
  53.     findPrevious:;
  54.     revertToSaved:;
  55.     recalculate:;
  56.     pageBackward:;
  57.     unhideItems:;
  58.     pageForward:;
  59.     save:;
  60.     saveTo:;
  61.     findNext:;
  62.     markCellsOrFormula:;
  63.     swapRowsAndColumns:;
  64.     runLTPageLayout:;
  65.     import:;
  66.     ungroup:;
  67.     selectItemsOnly:;
  68.     createDataDepiction:;
  69.     createDepiction:;
  70.     moveItemDown:;
  71.     open:;
  72.     moveSelectedItemsBackward:;
  73.     miniaturizeDocument:;
  74.     moveItemLeft:;
  75.     showPanelNamed:;
  76.     sort:;
  77.     moveItemUp:;
  78.     hideItems:;
  79.     selectItemsAndCells:;
  80.     selectCellsOnly:;
  81.     showSuggestionPanel:;
  82.     openSampleDirectory:;
  83.     add:;
  84.     pasteStyle:;
  85.     group:;
  86.     exportTable:;
  87.     };
  88.     SUPERCLASS = Object;
  89. };
  90. PController = {
  91.     ACTIONS = {
  92.     appWillInit:;
  93.     appDidInit:;
  94.     importTable:;
  95.     };
  96.     OUTLETS = {
  97.     firstRowSwitch;
  98.     writeRowSwitch;
  99.     exportAccessory;
  100.     createNewMatrix;
  101.     importAccessory;
  102.     firstColumnSwitch;
  103.     writeColumnSwitch;
  104.     connection;
  105.     whatToQuoteMatrix;
  106.     };
  107.     SUPERCLASS = LTController;
  108. };
  109. PTableView = {
  110.     SUPERCLASS = View;
  111. };
  112.