home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / LTPApplication.nib / data.classes next >
Text File  |  1994-09-02  |  679b  |  48 lines

  1. LTPApplication = {
  2.     ACTIONS = {
  3.     takeBoolFrom:;
  4.     };
  5.     OUTLETS = {
  6.     hideOnAutoLaunchCheck;
  7.     useEmacsCheck;
  8.     createBackupsCheck;
  9.     remememberOpenCheck;
  10.     };
  11.     SUPERCLASS = LTSwapViewOwner;
  12. };
  13. LTSwapViewOwner = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     swapView;
  18.     };
  19.     SUPERCLASS = LTInspector;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. LTSwapView = {
  27.     ACTIONS = {
  28.     makeWayForViewWithMyName:;
  29.     swapInViewOwnerNamed:;
  30.     };
  31.     OUTLETS = {
  32.     delegate;
  33.     content;
  34.     };
  35.     SUPERCLASS = View;
  36. };
  37. LTInspector = {
  38.     ACTIONS = {
  39.     updateNow:;
  40.     endEditingFor:;
  41.     update:;
  42.     };
  43.     OUTLETS = {
  44.     image;
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48.