Class JLabelTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class JLabelTool extends RJButtonOrLabelTool
This class provides a UI inspector for JLabelShape.
  • Constructor Details

    • JLabelTool

      public JLabelTool()
      Creates a new label tool.
  • Method Details

    • getShapeClass

      public Class getShapeClass()
      Returns the label tool's class.
      Overrides:
      getShapeClass in class Tool
    • getWindowTitle

      public String getWindowTitle()
      Returns the name for the inspector window title bar.
      Overrides:
      getWindowTitle in class Tool
    • getUI

      public RJPanel getUI()
      Returns the Swing UI panel.
      Overrides:
      getUI in class RJButtonOrLabelTool
    • resetUI

      public void resetUI()
      Updates the Swing UI from the currently selected panel shape.
      Overrides:
      resetUI in class RJButtonOrLabelTool
    • respondUI

      public void respondUI(Object anObj)
      Updates the currently selected panel shape from the Swing UI controls.
      Overrides:
      respondUI in class RJButtonOrLabelTool