home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / Keyboard.app / English.lproj / keyboard.nib / data.classes next >
Text File  |  1994-09-27  |  950b  |  69 lines

  1. KeycodeView = {
  2.     ACTIONS = {
  3.     switchCharSet:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. InfoManager = {
  10.     ACTIONS = {
  11.     showInfoPanel:;
  12.     toggleButton:;
  13.     switchToApp:;
  14.     switchToAuthor:;
  15.     loadInfoPanel:;
  16.     };
  17.     OUTLETS = {
  18.     versionNumber;
  19.     infoPanel;
  20.     iconButton;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. KeymapDocument = {
  30.     OUTLETS = {
  31.     keyboardView;
  32.     window;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. KeyboardView = {
  37.     ACTIONS = {
  38.     };
  39.     OUTLETS = {
  40.     };
  41.     SUPERCLASS = View;
  42. };
  43. KeyboardApp = {
  44.     ACTIONS = {
  45.     openFile:;
  46.     loseKeyboard:;
  47.     setCurrentKeyboard:;
  48.     okNewKeyboard:;
  49.     useKeymap:;
  50.     newDocument:;
  51.     saveCurrent:;
  52.     saveAs:;
  53.     revert:;
  54.     cancelNewKeyboard:;
  55.     };
  56.     OUTLETS = {
  57.     saveAsMenu;
  58.     infoManager;
  59.     currentKeyboard;
  60.     charcodePalette;
  61.     saveMenu;
  62.     useMenu;
  63.     revertMenu;
  64.     keyboardBrowser;
  65.     newKeyboardWin;
  66.     };
  67.     SUPERCLASS = Application;
  68. };
  69.