Class ProOnlyComponents.CheckBox

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants
Enclosing class:
ProOnlyComponents

public static class ProOnlyComponents.CheckBox extends GCheckBox
Same as a JCheckBox but automatically becomes disabled if the user does not have an active license. The text of the components is changed to include "(restricted)" on the end when disabled for this reason
See Also:
  • Constructor Details

    • CheckBox

      public CheckBox(String text)
    • CheckBox

      public CheckBox(String text, ProOnlyComponents.CheckBox.ProOnlySuffix showProOnlyText)
      Parameters:
      showProOnlyText - true to have "(restricted)" appended to the label text when disabled because we are running in restricted mode, false to not have the text appended.
  • Method Details