Package rma.swing

Class JCheckBoxEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JCheckBoxEditPanel extends EnabledJPanel
See Also:
  • Constructor Details

    • JCheckBoxEditPanel

      public JCheckBoxEditPanel(String checkBoxLabel)
      Create a new JCheckBoxEditPanel object
      Parameters:
      checkBoxLabel - Description
  • Method Details

    • buildControls

      protected void buildControls(String checkBoxLabel)
      build the controls for this component
      Parameters:
      checkBoxLabel - the checkboxes label
    • setSelected

      public void setSelected(boolean b)
      Sets the Checkbox selected state to b
      Parameters:
      b - The new Selected state
    • isSelected

      public boolean isSelected()
      Gets the selected state of the Checkbox
      Returns:
      The Selected state of the Checkbox
    • addActionListener

      public void addActionListener(ActionListener al)
      Adds an ActionListener to the button
      Parameters:
      al - The ActionListener to be added to the button
    • removeActionListener

      public void removeActionListener(ActionListener al)
      Removes an ActionListener from the button
      Parameters:
      al - the ActionListener to remove from the button