Interface ToggleConditionalActionHandler

  • All Superinterfaces:
    java.awt.event.ActionListener, ConditionalActionHandler, java.util.EventListener

    public interface ToggleConditionalActionHandler
    extends ConditionalActionHandler
    For handling toggle componenets e.g., JCheckMenuItem, ToggleButton, etc.
    • Method Detail

      • isSelected

        boolean isSelected()
        Returns:
        True if the selected state for the action is true.