home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Keyboard.app / Swedish.lproj / Keyboard.nib / data.classes next >
Text File  |  1992-06-05  |  602b  |  44 lines

  1. Keyboard = {
  2.     ACTIONS = {
  3.     open:;
  4.     default:;
  5.     charSetPicked:;
  6.     save:;
  7.     close:;
  8.     saveAs:;
  9.     nextstepVector:;
  10.     use:;
  11.     encodingVector:;
  12.     displayOptionPicked:;
  13.     symbolVector:;
  14.     new:;
  15.     revert:;
  16.     };
  17.     OUTLETS = {
  18.     nextstepMenu;
  19.     displayOptionsMatrix;
  20.     keyboardControl;
  21.     infoIcon;
  22.     charSetMatrix;
  23.     versionString;
  24.     symbolMenu;
  25.     encodingMenu;
  26.     codeControl;
  27.     };
  28.     SUPERCLASS = Application;
  29. };
  30. KeyboardControl = {
  31.     SUPERCLASS = Control;
  32. };
  33. CodeControl = {
  34.     SUPERCLASS = Control;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. KeyboardText = {
  42.     SUPERCLASS = Text;
  43. };
  44.