Class RBTextTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class RBTextTool extends TextTool
  • Constructor Details

    • RBTextTool

      public RBTextTool()
  • Method Details

    • getShapeClass

      public Class getShapeClass()
      Returns the shape class that this tool edits.
      Overrides:
      getShapeClass in class TextTool
    • getUI

      public RJPanel getUI()
      Returns the Swing UI for this inspector.
      Overrides:
      getUI in class TextTool
    • resetUI

      public void resetUI()
      Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).
      Overrides:
      resetUI in class TextTool
    • respondUI

      public void respondUI(Object anObj)
      Handles changes from Swing GUI panel controls.
      Overrides:
      respondUI in class TextTool
    • getImageIcon

      public ImageIcon getImageIcon()
      Returns the image icon used to represent shapes that this tool represents.
      Overrides:
      getImageIcon in class Tool