Package editor.actions
Interface ToggleConditionalActionHandler
-
- All Superinterfaces:
ActionListener
,ConditionalActionHandler
,EventListener
public interface ToggleConditionalActionHandler extends ConditionalActionHandler
For handling toggle componenets e.g., JCheckMenuItem, ToggleButton, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected()
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Methods inherited from interface editor.actions.ConditionalActionHandler
isEnabled
-
-