Class JTableShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable

public class JTableShape extends RJShape
A RJShape implementation for JTables in Ribs.
  • Constructor Details

    • JTableShape

      public JTableShape()
      Creates a new table shape.
    • JTableShape

      public JTableShape(JComponent aComponent)
      Creates a new table shape with given table.
  • Method Details

    • getTable

      public JTable getTable()
      Returns this shape's component as a JTable.
    • getImage

      public BufferedImage getImage()
      Returns the image for this shape.
      Overrides:
      getImage in class RJShape