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

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. Tool = {
  3.     ACTIONS = {
  4.     "alignSelCenter:" = "alignSelCenter:"; 
  5.     "alignSelLeft:" = "alignSelLeft:"; 
  6.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  7.     "alignSelRight:" = "alignSelRight:"; 
  8.     "changeFont:" = "changeFont:"; 
  9.     "changeSpelling:" = "changeSpelling:"; 
  10.     "checkSpelling:" = "checkSpelling:"; 
  11.     "connectTo:" = "connectTo:"; 
  12.     "copy:" = "copy:"; 
  13.     "copyFont:" = "copyFont:"; 
  14.     "copyRuler:" = "copyRuler:"; 
  15.     "cut:" = "cut:"; 
  16.     "deselectAll:" = "deselectAll:"; 
  17.     "linkTo:" = "linkTo:"; 
  18.     "paste:" = "paste:"; 
  19.     "pasteFont:" = "pasteFont:"; 
  20.     "pasteRuler:" = "pasteRuler:"; 
  21.     "selectAll:" = "selectAll:"; 
  22.     "subscript:" = "subscript:"; 
  23.     "superscript:" = "superscript:"; 
  24.     "toggleRuler:" = "toggleRuler:"; 
  25.     "underline:" = "underline:"; 
  26.     "unscript:" = "unscript:"; 
  27.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  28.     "windowDidMove:" = "windowDidMove:"; 
  29.     "windowDidResignKey:" = "windowDidResignKey:"; 
  30.     "windowWillClose:" = "windowWillClose:"; 
  31.     }; 
  32.     OUTLETS = {
  33.     defaultElement = defaultElement; 
  34.     fixElement = fixElement; 
  35.     infoPanel = infoPanel; 
  36.     myElement = myElement; 
  37.     myPanel = myPanel; 
  38.     sList = sList; 
  39.     }; 
  40.     SUPERCLASS = Object; 
  41. };
  42. TMSLedgerLineTool = {
  43.     ACTIONS = {
  44.     "createLine:" = "createLine:"; 
  45.     "deleteAll:" = "deleteAll:"; 
  46.     "functionChanged:" = "functionChanged:"; 
  47.     "gridChanged:" = "gridChanged:"; 
  48.     "revert:" = "revert:"; 
  49.     "setXY:" = "setXY:"; 
  50.     }; 
  51.     OUTLETS = {
  52.     colorBox = colorBox; 
  53.     existBox = existBox; 
  54.     modeText = modeText; 
  55.     posBox = posBox; 
  56.     snapBox = snapBox; 
  57.     visibleBox = visibleBox; 
  58.     xyBox = xyBox; 
  59.     }; 
  60.     SUPERCLASS = Tool; 
  61. };
  62.