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

  1. EPS2ElementsForOpenPS = {
  2.     ACTIONS = {
  3.     "cancel:" = "cancel:"; 
  4.     "convertSwitchChanged:" = "convertSwitchChanged:"; 
  5.     "ok:" = "ok:"; 
  6.     "openPS:" = "openPS:"; 
  7.     "toggleAllFrom:" = "toggleAllFrom:"; 
  8.     }; 
  9.     OUTLETS = {
  10.     allFromMatrix = allFromMatrix; 
  11.     convertSwitch = convertSwitch; 
  12.     defaultEncodingButton = defaultEncodingButton; 
  13.     fromText = fromText; 
  14.     numPagesText = numPagesText; 
  15.     openPSPanel = openPSPanel; 
  16.     rootElements = rootElements; 
  17.     sepModeSwitch = sepModeSwitch; 
  18.     toText = toText; 
  19.     }; 
  20.     SUPERCLASS = EPS2Elements; 
  21. };
  22. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  23. Tool = {
  24.     ACTIONS = {
  25.     "alignSelCenter:" = "alignSelCenter:"; 
  26.     "alignSelLeft:" = "alignSelLeft:"; 
  27.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  28.     "alignSelRight:" = "alignSelRight:"; 
  29.     "changeFont:" = "changeFont:"; 
  30.     "changeSpelling:" = "changeSpelling:"; 
  31.     "checkSpelling:" = "checkSpelling:"; 
  32.     "connectTo:" = "connectTo:"; 
  33.     "copy:" = "copy:"; 
  34.     "copyFont:" = "copyFont:"; 
  35.     "copyRuler:" = "copyRuler:"; 
  36.     "cut:" = "cut:"; 
  37.     "deselectAll:" = "deselectAll:"; 
  38.     "linkTo:" = "linkTo:"; 
  39.     "paste:" = "paste:"; 
  40.     "pasteFont:" = "pasteFont:"; 
  41.     "pasteRuler:" = "pasteRuler:"; 
  42.     "selectAll:" = "selectAll:"; 
  43.     "showToolPanel:" = "showToolPanel:"; 
  44.     "subscript:" = "subscript:"; 
  45.     "superscript:" = "superscript:"; 
  46.     "toggleRuler:" = "toggleRuler:"; 
  47.     "underline:" = "underline:"; 
  48.     "unscript:" = "unscript:"; 
  49.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  50.     "windowDidMove:" = "windowDidMove:"; 
  51.     "windowDidResignKey:" = "windowDidResignKey:"; 
  52.     "windowWillClose:" = "windowWillClose:"; 
  53.     }; 
  54.     OUTLETS = {infoPanel = infoPanel; myPanel = myPanel; }; 
  55.     SUPERCLASS = Object; 
  56. };
  57. PSFileRepForOpenPS = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
  58. EPS2Elements = {
  59.     ACTIONS = {}; 
  60.     OUTLETS = {
  61.     elCountText = elCountText; 
  62.     pageCountText = pageCountText; 
  63.     progressPanel = progressPanel; 
  64.     progressView = progressView; 
  65.     }; 
  66.     SUPERCLASS = Tool; 
  67. };
  68.