Class TableGroupTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

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

    • TableGroupTool

      public TableGroupTool()
  • Method Details

    • getShapeClass

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

      public 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(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, MouseEvent anEvent)
      MousePressed.
      Overrides:
      mousePressed in class Tool