Class SwitchShapeTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class SwitchShapeTool extends Tool
  • Constructor Details

    • SwitchShapeTool

      public SwitchShapeTool()
  • Method Details

    • getShapeClass

      public Class getShapeClass()
      Description copied from class: Tool
      Returns the shape class that this tool handles.
      Overrides:
      getShapeClass in class Tool
    • getWindowTitle

      public String getWindowTitle()
      Description copied from class: Tool
      Returns the string to be used for the inspector window title.
      Overrides:
      getWindowTitle in class Tool
    • getUI

      public RJPanel getUI()
      Description copied from class: Tool
      Returns the Swing UI panel for this tool.
      Overrides:
      getUI in class Tool
    • resetUI

      public void resetUI()
      Description copied from class: Tool
      Resets the UI associated with this tool.
      Overrides:
      resetUI in class Tool
    • respondUI

      public void respondUI(Object anObj)
      Description copied from class: Tool
      Responder callback for the UI associated with this tool.
      Overrides:
      respondUI in class Tool
    • versions

      public List versions()
    • switchVersionListModel

      protected SwitchShapeTool.SwitchVersionListModel switchVersionListModel()
    • switchVersionCellRenderer

      protected ListCellRenderer switchVersionCellRenderer()