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

  1. ImageElement = {SUPERCLASS = Element; };
  2. ColorLookUpTableView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Control; };
  3. TMSSep = {
  4.     ACTIONS = {
  5.     "cancel:" = "cancel:"; 
  6.     "changeHalftone:" = "changeHalftone:"; 
  7.     "changed:" = "changed:"; 
  8.     "ok:" = "ok:"; 
  9.     "readhalftone:" = "readhalftone:"; 
  10.     "revert:" = "revert:"; 
  11.     "selectPPD:" = "selectPPD:"; 
  12.     "selectRendering:" = "selectRendering:"; 
  13.     "selectionChanged:" = "selectionChanged:"; 
  14.     "writehaltone:" = "writehaltone:"; 
  15.     }; 
  16.     OUTLETS = {
  17.     PPDPanel = PPDPanel; 
  18.     angleText = angleText; 
  19.     defaultHalftoneButton = defaultHalftoneButton; 
  20.     frequencyText = frequencyText; 
  21.     halftoneNameMatrix = halftoneNameMatrix; 
  22.     halftoneSwitch = halftoneSwitch; 
  23.     keyText = keyText; 
  24.     noneButton = noneButton; 
  25.     outputMatrix = outputMatrix; 
  26.     printerTypeMatrix = printerTypeMatrix; 
  27.     resolutionPopUp = resolutionPopUp; 
  28.     sepButton = sepButton; 
  29.     sepPreview = sepPreview; 
  30.     sepSwitch = sepSwitch; 
  31.     spotfunctionButton = spotfunctionButton; 
  32.     tableText = tableText; 
  33.     transferCurveWell = transferCurveWell; 
  34.     transferSwitch = transferSwitch; 
  35.     }; 
  36.     SUPERCLASS = Tool; 
  37. };
  38. VektorElement = {SUPERCLASS = Element; };
  39. Tool = {
  40.     OUTLETS = {fixElement = fixElement; myElement = myElement; myPanel = myPanel; }; 
  41.     SUPERCLASS = Object; 
  42. };
  43. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  44. Element = {SUPERCLASS = Object; };
  45.