Interface ToggleConditionalActionHandler

All Superinterfaces:
ActionListener, ConditionalActionHandler, EventListener

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

    • isSelected

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