Class JTableTool

  • All Implemented Interfaces:
    RMArchiver.Archiving, java.lang.Cloneable

    public class JTableTool
    extends RBTool
    An RBTool implementation for JTableShape management.
    • Constructor Detail

      • JTableTool

        public JTableTool()
    • Method Detail

      • getUI

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

        public void resetUI()
        Updates the Swing UI panel from the current selection.
        Overrides:
        resetUI in class Tool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates the current selection from the Swing UI controls.
        Overrides:
        respondUI in class Tool
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the string to be used in the inspector window title.
        Overrides:
        getWindowTitle in class Tool
      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the class that this tool is responsible for.
        Overrides:
        getShapeClass in class Tool