Class JCheckBoxTool


  • public class JCheckBoxTool
    extends AbstractButtonTool
    Provides an inspector for JCheckBoxShape.
    • Constructor Detail

      • JCheckBoxTool

        public JCheckBoxTool()
    • Method Detail

      • createUI

        protected javax.swing.JComponent createUI()
        Override to add JButtonTool UI to LabeledTool UI.
        Overrides:
        createUI in class RMTool
      • getShapeClass

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

        public java.lang.String getWindowTitle()
        Returns the name used to represent this tool in the inspector window title.
        Overrides:
        getWindowTitle in class RMParentShapeTool