Class JCheckBoxShape

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

public class JCheckBoxShape extends RJTextShape
This class provides Swing GUI editing for RJCheckBox.
  • Constructor Details

    • JCheckBoxShape

      public JCheckBoxShape()
      Creates a new check box shape.
    • JCheckBoxShape

      public JCheckBoxShape(JComponent aComponent)
      Creates a new check box shape for given checkbox.
  • Method Details

    • getCheckBox

      public JCheckBox getCheckBox()
      Returns the check box represented by this shape.