home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / JustifiedText.1Vmod / JustifiedTextTool1.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  751 b   |  52 lines

  1. Element = {
  2.     SUPERCLASS = Object;
  3. };
  4. VektorElement = {
  5.     SUPERCLASS = Element;
  6. };
  7. Tool = {
  8.     OUTLETS = {
  9.     fixElement;
  10.     myElement;
  11.     myPanel;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. JustifiedTextTool1 = {
  21.     ACTIONS = {
  22.     revert:;
  23.     newFill:;
  24.     newPerimeter:;
  25.     convertToDTP:;
  26.     convertToVektor:;
  27.     newPath:;
  28.     newLineColor:;
  29.     newCharJustification:;
  30.     newClipType:;
  31.     newStrokeAttributes:;
  32.     newTextColor:;
  33.     };
  34.     OUTLETS = {
  35.     clipMenu;
  36.     fillSwitch;
  37.     toDTPButton;
  38.     perimeterSwitch;
  39.     lColorWell;
  40.     strokeAttributesWell;
  41.     tColorWell;
  42.     linkButton;
  43.     toVektorButton;
  44.     charjustificationMatrix;
  45.     pathReverseSwitch;
  46.     };
  47.     SUPERCLASS = Tool;
  48. };
  49. ImageElement = {
  50.     SUPERCLASS = Element;
  51. };
  52.