Package editor
Class CommonMenus.MuteBreakpointsActionHandler
- java.lang.Object
-
- javax.swing.AbstractAction
-
- editor.actions.GenericAction
-
- editor.CommonMenus.MuteBreakpointsActionHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,javax.swing.event.ChangeListener
- Enclosing class:
- CommonMenus
public static class CommonMenus.MuteBreakpointsActionHandler extends GenericAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Supplier<BreakpointManager>_bpm-
Fields inherited from class editor.actions.GenericAction
ACTION_PROPERTY, ALT, CTRL, SHIFT, TAG_CONTEXTS
-
-
Constructor Summary
Constructors Constructor Description MuteBreakpointsActionHandler(java.util.function.Supplier<BreakpointManager> bpm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)booleanisEnabled()booleanisSelected()-
Methods inherited from class editor.actions.GenericAction
getConditionalActionHandler, getIcon, getId, getName, parseAccelerator, setConditionalActionHandler, setIcon, stateChanged
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
_bpm
private final java.util.function.Supplier<BreakpointManager> _bpm
-
-
Constructor Detail
-
MuteBreakpointsActionHandler
public MuteBreakpointsActionHandler(java.util.function.Supplier<BreakpointManager> bpm)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Overrides:
actionPerformedin classGenericAction
-
isSelected
public boolean isSelected()
- Overrides:
isSelectedin classGenericAction
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfacejavax.swing.Action- Overrides:
isEnabledin classGenericAction
-
-