home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / CharacterSetPanel.nib / data.classes next >
Text File  |  1994-07-27  |  2KB  |  104 lines

  1. CharacterSetInspector = {
  2.     OUTLETS = {
  3.     fontNameField;
  4.     characterMatrix;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. CharacterSetPanel = {
  9.     ACTIONS = {
  10.     windowDidUpdate:;
  11.     takeCharacterFrom:;
  12.     };
  13.     OUTLETS = {
  14.     characterMatrix;
  15.     };
  16.     SUPERCLASS = Panel;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     takeCharacterFrom:;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. PasteUp = {
  25.     ACTIONS = {
  26.     appWillTerminate:;
  27.     openTemplate:;
  28.     open:;
  29.     runLineEditor:;
  30.     saveAll:;
  31.     runGraphicStyles:;
  32.     new:;
  33.     runPages:;
  34.     appDidBecomeActive:;
  35.     runAlignment:;
  36.     runLinksPanel:;
  37.     inspect:;
  38.     saveAs:;
  39.     close:;
  40.     runSpellCheck:;
  41.     runParaStyles:;
  42.     saveAsTemplate:;
  43.     closeAllPanels:;
  44.     runFind:;
  45.     revert:;
  46.     save:;
  47.     runPreferences:;
  48.     appDidInit:;
  49.     runFontPanel:;
  50.     };
  51.     OUTLETS = {
  52.     paraStylesPanel;
  53.     paragraphInspector;
  54.     unitsInfo;
  55.     docTypeScroll;
  56.     preferences;
  57.     stylesPanel;
  58.     graphicsInspector;
  59.     styleInfo;
  60.     gotoPagesPanel;
  61.     columnsInspector;
  62.     mainPageView;
  63.     infoPanel;
  64.     findPanel;
  65.     graphicStylesPanel;
  66.     inspectorPanel;
  67.     spellPanel;
  68.     moveByPanel;
  69.     linksPanel;
  70.     font;
  71.     pagesPanel;
  72.     preferencesPanel;
  73.     alignmentPanel;
  74.     toolbar;
  75.     deletePagesPanel;
  76.     collapsePagesPanel;
  77.     zoomPanel;
  78.     tabsPanel;
  79.     linksInfo;
  80.     importPanel;
  81.     placementInspector;
  82.     undoInfo;
  83.     fontAccessory;
  84.     pageNumberFormatPanel;
  85.     lineEditorPanel;
  86.     printAccessory;
  87.     addPagesPanel;
  88.     strings;
  89.     pageLayoutAccessory;
  90.     };
  91.     SUPERCLASS = Object;
  92. };
  93. WriteUp = {
  94.     ACTIONS = {
  95.     showInfoPanel:;
  96.     appDidInit:;
  97.     showCharacterSetPanel:;
  98.     };
  99.     OUTLETS = {
  100.     characterSetPanel;
  101.     };
  102.     SUPERCLASS = PasteUp;
  103. };
  104.