home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / Diagram.nib / data.classes next >
Text File  |  1995-03-10  |  4KB  |  254 lines

  1. DefaultPalette = {
  2.     ACTIONS = {
  3.     defaultPalette:;
  4.     };
  5.     OUTLETS = {
  6.     palette;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     zoomIn:;
  13.     breakLink:;
  14.     makeEndPoint:;
  15.     showMarkers:;
  16.     center:;
  17.     copySymbolStyle:;
  18.     lock:;
  19.     jumpToSelection:;
  20.     alignVertical:;
  21.     requestWorkspace:;
  22.     changeCanvasSize:;
  23.     setLink:;
  24.     alignColumn:;
  25.     requestWebster:;
  26.     sendToBack:;
  27.     centerText:;
  28.     redoChange:;
  29.     findForwardForAll:;
  30.     findBackwardForAll:;
  31.     undoChange:;
  32.     zoomToFit:;
  33.     saveAs:;
  34.     toggleTools:;
  35.     enterSelection:;
  36.     changeZoom:;
  37.     selectCustom:;
  38.     changeSaveType:;
  39.     pasteSymbolStyle:;
  40.     fullJustifyText:;
  41.     publishSelection:;
  42.     bringToFront:;
  43.     toggleDGRulers:;
  44.     revertToSaved:;
  45.     leftJustifyText:;
  46.     save:;
  47.     saveTo:;
  48.     zoomOut:;
  49.     alignToGrid:;
  50.     changeLayout:;
  51.     requestQuotations:;
  52.     hideGrid:;
  53.     setPageBreaksVisible:;
  54.     setShowLinks:;
  55.     ungroup:;
  56.     pasteLineStyle:;
  57.     documentClose:;
  58.     requestLibrarian:;
  59.     rightJustifyText:;
  60.     copyLineStyle:;
  61.     openLink:;
  62.     zoomNatural:;
  63.     changeGrid:;
  64.     unlock:;
  65.     enableGrid:;
  66.     alignRow:;
  67.     alignHorizontal:;
  68.     makeBendPoint:;
  69.     pasteLinkButton:;
  70.     group:;
  71.     deselectAll:;
  72.     pasteLink:;
  73.     sizeToGrid:;
  74.     };
  75.     SUPERCLASS = Object;
  76. };
  77. VertexInspector = {
  78.     SUPERCLASS = Inspector;
  79. };
  80. LinkInspector = {
  81.     SUPERCLASS = Inspector;
  82. };
  83. ImageInspector = {
  84.     SUPERCLASS = Inspector;
  85. };
  86. ProjectDocument = {
  87.     ACTIONS = {
  88.     changeLayout:;
  89.     save:;
  90.     changeGrid:;
  91.     windowDidResize:;
  92.     revertToSaved:;
  93.     windowDidBecomeMain:;
  94.     windowWillClose:;
  95.     windowWillResize:;
  96.     saveAs:;
  97.     };
  98.     OUTLETS = {
  99.     listener;
  100.     window;
  101.     view;
  102.     printInfo;
  103.     };
  104.     SUPERCLASS = Responder;
  105. };
  106. DGPrintPanelAccessory = {
  107.     ACTIONS = {
  108.     togglePrintMarker:;
  109.     };
  110.     OUTLETS = {
  111.     printMarkerButton;
  112.     accessory;
  113.     };
  114.     SUPERCLASS = Object;
  115. };
  116. InfoView = {
  117.     ACTIONS = {
  118.     windowDidBecomeKey:;
  119.     windowWillClose:;
  120.     };
  121.     OUTLETS = {
  122.     font;
  123.     };
  124.     SUPERCLASS = View;
  125. };
  126. DragPalette = {
  127.     SUPERCLASS = View;
  128. };
  129. DGPanelController = {
  130.     ACTIONS = {
  131.     orderFrontLicensePanel:;
  132.     orderFrontInspectorPanel:;
  133.     orderFrontSuggestionPanel:;
  134.     orderFrontFindPanel:;
  135.     orderFrontAlignmentPanel:;
  136.     orderFrontSelectionPanel:;
  137.     orderFrontGridPanel:;
  138.     orderFrontPreferencesPanel:;
  139.     orderFrontInfoPanel:;
  140.     orderFrontZoomPanel:;
  141.     orderFrontDataLinkPanel:;
  142.     };
  143.     OUTLETS = {
  144.     view;
  145.     };
  146.     SUPERCLASS = Object;
  147. };
  148. DGController = {
  149.     ACTIONS = {
  150.     open:;
  151.     print:;
  152.     help:;
  153.     newFromTemplate:;
  154.     orderFrontInspectorPanel:;
  155.     changeAutoBackup:;
  156.     newPalette:;
  157.     selectQuitOption:;
  158.     openSampleDir:;
  159.     appDidInit:;
  160.     showMarkers:;
  161.     new:;
  162.     orderFrontColors:;
  163.     openManualDir:;
  164.     orderFrontPalettes:;
  165.     changeRestoreLastOpen:;
  166.     saveAll:;
  167.     orderFrontPreferencesPanel:;
  168.     changeClickDragMove:;
  169.     };
  170.     OUTLETS = {
  171.     restoreLastOpenSwitch;
  172.     savePanelAccessory;
  173.     gridPanel;
  174.     alignPanel;
  175.     spamatrix;
  176.     documentList;
  177.     autoBackupSwitch;
  178.     wrapperPath;
  179.     quitPanel;
  180.     firstFile;
  181.     appStrings;
  182.     inspectorPanel;
  183.     splashWindow;
  184.     clickDragMoveMatrix;
  185.     preferencesPanel;
  186.     canvasSizePanel;
  187.     };
  188.     SUPERCLASS = Object;
  189. };
  190. DGPaletteMenu = {
  191.     ACTIONS = {
  192.     updatePaletteMenu:;
  193.     };
  194.     OUTLETS = {
  195.     paletteMenu;
  196.     };
  197.     SUPERCLASS = Object;
  198. };
  199. Inspector = {
  200.     SUPERCLASS = Object;
  201. };
  202. SolidInspector = {
  203.     SUPERCLASS = Inspector;
  204. };
  205. LineInspector = {
  206.     SUPERCLASS = Inspector;
  207. };
  208. GraphicView = {
  209.     ACTIONS = {
  210.     paste:;
  211.     removeAColumn:;
  212.     selectAll:;
  213.     alignToGrid:;
  214.     removeARow:;
  215.     hideGrid:;
  216.     zoomNatural:;
  217.     takeGridValueFrom:;
  218.     rotateLeft:;
  219.     group:;
  220.     flipHorizontal:;
  221.     addAColumn:;
  222.     alignRow:;
  223.     takeGridGrayFrom:;
  224.     addARow:;
  225.     bringToFront:;
  226.     zoomToFit:;
  227.     enableGrid:;
  228.     rotateRight:;
  229.     alignColumn:;
  230.     ungroup:;
  231.     takeGrayValueFrom:;
  232.     flipVertical:;
  233.     unlock:;
  234.     takeLineWidthFrom:;
  235.     deselectAll:;
  236.     copy:;
  237.     zoomOut:;
  238.     sizeToGrid:;
  239.     sendToBack:;
  240.     zoomIn:;
  241.     alignHorizontal:;
  242.     lock:;
  243.     cut:;
  244.     takeAlignmentLocFrom:;
  245.     alignVertical:;
  246.     };
  247.     OUTLETS = {
  248.     selectionCache;
  249.     selectionWindow;
  250.     glist;
  251.     };
  252.     SUPERCLASS = View;
  253. };
  254.