Interface ToggleConditionalActionHandler
- All Superinterfaces:
ActionListener, ConditionalActionHandler, EventListener
For handling toggle componenets e.g., JCheckMenuItem, ToggleButton, etc.
-
Method Summary
Methods inherited from interface ActionListener
actionPerformedMethods inherited from interface ConditionalActionHandler
isEnabled
-
Method Details
-
isSelected
boolean isSelected()- Returns:
- True if the selected state for the action is true.
-