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

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