Package editor.actions
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSelected()-
Methods inherited from interface editor.actions.ConditionalActionHandler
isEnabled
-
-