home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / Keyboard.app / English.lproj / keymap.nib / data.classes next >
Text File  |  1994-04-20  |  2KB  |  101 lines

  1. KeycodeView = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. KeymapDocument = {
  10.     ACTIONS = {
  11.     changeSequence:;
  12.     changeCharSet:;
  13.     changeCharCode:;
  14.     selectKeyboard:;
  15.     setNumericKeypad:;
  16.     addKeyboard:;
  17.     changeShiftType:;
  18.     reallySwitchInspector:;
  19.     setModifierFlags:;
  20.     changeModifier:;
  21.     removeKeyboard:;
  22.     changeSpecial:;
  23.     switchInspector:;
  24.     };
  25.     OUTLETS = {
  26.     sequenceManager;
  27.     inspectorView;
  28.     charsetPopup;
  29.     keyboardBrowser;
  30.     specialInspector;
  31.     keyboardView;
  32.     modifierMatrix;
  33.     deadInspector;
  34.     charcodeField;
  35.     sequenceInspector;
  36.     modifierInspector;
  37.     keypadBox;
  38.     window;
  39.     emptyInspector;
  40.     charcodeView;
  41.     specialMatrix;
  42.     characterInspector;
  43.     inspectorPopup;
  44.     sequenceWindow;
  45.     keyboardViewOrig;
  46.     alphaBox;
  47.     keycodeField;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. SequenceManager = {
  52.     ACTIONS = {
  53.     cancelEditing:;
  54.     removeSequence:;
  55.     editSequences:;
  56.     saveSequences:;
  57.     addSequence:;
  58.     setDocument:;
  59.     selectSequence:;
  60.     selectKey:;
  61.     };
  62.     OUTLETS = {
  63.     keymap;
  64.     inspectorScroller;
  65.     selectedKey;
  66.     window;
  67.     document;
  68.     keyMatrixScroller;
  69.     selectedSequence;
  70.     inspectorMatrix;
  71.     keyMatrix;
  72.     sequenceMatrix;
  73.     };
  74.     SUPERCLASS = Object;
  75. };
  76. NXKeyboardView = {
  77.     ACTIONS = {
  78.     };
  79.     OUTLETS = {
  80.     delegate;
  81.     };
  82.     SUPERCLASS = View;
  83. };
  84. KeycapView = {
  85.     SUPERCLASS = View;
  86. };
  87. KeyboardApp = {
  88.     ACTIONS = {
  89.     selectKeymap:;
  90.     selectKeyboard:;
  91.     };
  92.     OUTLETS = {
  93.     keyboards;
  94.     keymaps;
  95.     keyboardBrowser;
  96.     keymapBrowser;
  97.     currentView;
  98.     };
  99.     SUPERCLASS = Application;
  100. };
  101.