Class TableGroupTool

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

    public class TableGroupTool
    extends Tool
    This class handles UI editing of table groups.
    • Constructor Detail

      • TableGroupTool

        public TableGroupTool()
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the shape class for this tool (table group).
        Overrides:
        getShapeClass in class Tool
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the display name for this inspector.
        Overrides:
        getWindowTitle in class Tool
      • getUI

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

        public void resetUI()
        Updates the Swing UI (called by ribs).
        Overrides:
        resetUI in class Tool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Handles updates from Swing GUI controls (called by controls).
        Overrides:
        respondUI in class Tool
      • superSelectTable

        public void superSelectTable()
        Super selects the current table in the table tree.
      • mousePressed

        public void mousePressed​(RMShape aShape,
                                 java.awt.event.MouseEvent anEvent)
        MousePressed.
        Overrides:
        mousePressed in class Tool