home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / TMSPicConvert.1Vmod / TMSPicConvert.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  1.3 KB  |  47 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. Tool = {
  3.     ACTIONS = {
  4.     "alignSelCenter:" = "alignSelCenter:"; 
  5.     "alignSelLeft:" = "alignSelLeft:"; 
  6.     "alignSelRight:" = "alignSelRight:"; 
  7.     "changeFont:" = "changeFont:"; 
  8.     "connectTo:" = "connectTo:"; 
  9.     "copy:" = "copy:"; 
  10.     "copyFont:" = "copyFont:"; 
  11.     "copyRuler:" = "copyRuler:"; 
  12.     "cut:" = "cut:"; 
  13.     "linkTo:" = "linkTo:"; 
  14.     "paste:" = "paste:"; 
  15.     "pasteFont:" = "pasteFont:"; 
  16.     "pasteRuler:" = "pasteRuler:"; 
  17.     "selectAll:" = "selectAll:"; 
  18.     "subscript:" = "subscript:"; 
  19.     "superscript:" = "superscript:"; 
  20.     "toggleRuler:" = "toggleRuler:"; 
  21.     "underline:" = "underline:"; 
  22.     "unscript:" = "unscript:"; 
  23.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  24.     "windowDidResignKey:" = "windowDidResignKey:"; 
  25.     }; 
  26.     OUTLETS = {infoPanel = infoPanel; myElement = myElement; myPanel = myPanel; }; 
  27.     SUPERCLASS = Object; 
  28. };
  29. TMSPicConvert = {
  30.     ACTIONS = {
  31.     "actualPressed:" = "actualPressed:"; 
  32.     "cancel:" = "cancel:"; 
  33.     "convertPicture:" = "convertPicture:"; 
  34.     "newMaskColor:" = "newMaskColor:"; 
  35.     "ok:" = "ok:"; 
  36.     "substitutePressed:" = "substitutePressed:"; 
  37.     }; 
  38.     OUTLETS = {
  39.     actualButton = actualButton; 
  40.     convertButton = convertButton; 
  41.     destFormat = destFormat; 
  42.     maskColorWell = maskColorWell; 
  43.     substituteButton = substituteButton; 
  44.     }; 
  45.     SUPERCLASS = Tool; 
  46. };
  47.