Uses of Interface
editor.actions.ConditionalActionHandler
-
Packages that use ConditionalActionHandler Package Description editor.actions -
-
Uses of ConditionalActionHandler in editor.actions
Subinterfaces of ConditionalActionHandler in editor.actions Modifier and Type Interface Description interface
ConditionalNameActionHandler
interface
ToggleConditionalActionHandler
For handling toggle componenets e.g., JCheckMenuItem, ToggleButton, etc.Methods in editor.actions that return ConditionalActionHandler Modifier and Type Method Description ConditionalActionHandler
GenericAction. getConditionalActionHandler()
Methods in editor.actions with parameters of type ConditionalActionHandler Modifier and Type Method Description void
GenericAction. setConditionalActionHandler(ConditionalActionHandler actionHandler)
-