home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / LTPTemplate.nib / data.classes next >
Text File  |  1994-07-08  |  1KB  |  48 lines

  1. LTSwapViewOwner = {ACTIONS = {}; OUTLETS = {swapView = swapView; }; SUPERCLASS = LTInspector; };
  2. LTSwapView = {
  3.     ACTIONS = {
  4.         "swapInViewNamed:" = "swapInViewNamed:"; 
  5.     "swapInViewOwnerNamed:" = "swapInViewOwnerNamed:"; 
  6.     }; 
  7.     OUTLETS = {content = content; delegate = delegate; firstText = firstText; }; 
  8.     SUPERCLASS = View; 
  9. };
  10. LTInspector = {
  11.     ACTIONS = {
  12.         "endEditingFor:" = "endEditingFor:"; 
  13.     "update:" = "update:"; 
  14.     "updateNow:" = "updateNow:"; 
  15.     }; 
  16.     OUTLETS = {image = image; }; 
  17.     SUPERCLASS = Object; 
  18. };
  19. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  20. LTTriTextField = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = TextField; };
  21. LTTriFontField = {
  22.     ACTIONS = {
  23.         "changeFont:" = "changeFont:"; 
  24.     "performClick:" = "performClick:"; 
  25.     "selectText:" = "selectText:"; 
  26.     }; 
  27.     OUTLETS = {}; 
  28.     SUPERCLASS = LTTriTextField; 
  29. };
  30. LTPTemplate = {
  31.     ACTIONS = {
  32.         "matrixAction:" = "matrixAction:"; 
  33.     "setFont:" = "setFont:"; 
  34.     "setTemplate:" = "setTemplate:"; 
  35.     }; 
  36.     OUTLETS = {
  37.         fontNameField = fontNameField; 
  38.     orientationMatrix = orientationMatrix; 
  39.     settingsView = settingsView; 
  40.     subSwapPlaceHolder = subSwapPlaceHolder; 
  41.     templateButton = templateButton; 
  42.     templateField = templateField; 
  43.     templateMatrix = templateMatrix; 
  44.     templateView = templateView; 
  45.     }; 
  46.     SUPERCLASS = LTSwapViewOwner; 
  47. };
  48.