home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Terminal.app / Swedish.lproj / Services.nib / data.classes next >
Text File  |  1992-07-01  |  747b  |  53 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ServiceCache = {
  7.     ACTIONS = {
  8.     saveService:;
  9.     serviceSet:;
  10.     addNewTermService:;
  11.     serviceSetChanged:;
  12.     loadServiceSet:;
  13.     removeServiceAt:;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. TabularCell = {
  18.     SUPERCLASS = ButtonCell;
  19. };
  20. ServiceManager = {
  21.     ACTIONS = {
  22.     save:;
  23.     serviceSelected:;
  24.     remove:;
  25.     change:;
  26.     polymorphicOptsChanged:;
  27.     add:;
  28.     makeDirty:;
  29.     windowWillClose:;
  30.     execTypeChanged:;
  31.     };
  32.     OUTLETS = {
  33.     selOpts;
  34.     shellOpts;
  35.     selTypes;
  36.     keyForm;
  37.     saveButton;
  38.     saveScrollView;
  39.     addButton;
  40.     saveMatrix;
  41.     svcScrollView;
  42.     execTypePopUp;
  43.     svcMatrix;
  44.     removeButton;
  45.     window;
  46.     changeButton;
  47.     commandForm;
  48.     polymorphicOpts;
  49.     saveAccessory;
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53.