Class RJTextTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable
Direct Known Subclasses:
JCheckBoxTool, JComboBoxTool, JListTool, JRadioButtonTool, JTextAreaTool, JTextFieldTool, RJButtonOrLabelTool

public class RJTextTool extends RBTool
An inner class to act as a RJTextShape's tool.
  • Constructor Details

    • RJTextTool

      public RJTextTool()
  • Method Details

    • didBecomeSuperSelectedShapeInEditor

      public void didBecomeSuperSelectedShapeInEditor(RMShape aShape, RMEditor anEditor)
      Description copied from class: Tool
      Editor method - called when an instance of this tool's shape is super selected.
      Overrides:
      didBecomeSuperSelectedShapeInEditor in class Tool
    • willLoseSuperSelectionInEditor

      public void willLoseSuperSelectionInEditor(RMShape aShape, RMEditor anEditor)
      Description copied from class: Tool
      Editor method - called when an instance of this tool's shape in de-super-selected.
      Overrides:
      willLoseSuperSelectionInEditor in class Tool