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