Package | Description |
---|---|
org.drombler.commons.action.fx |
The JavaFX specific classes of the Action Framework.
|
org.drombler.commons.action.fx.context |
JavaFX specific Context Framework utility classes for the Action Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFXToggleAction
A base class for
FXToggleAction s. |
class |
ToggleActionListenerAdapter
A
FXToggleAction adapter for {@code ToggleActionListener |
Modifier and Type | Method and Description |
---|---|
static void |
MenuItemUtils.configureCheckMenuItem(CheckMenuItem menuItem,
FXToggleAction action,
int iconSize)
Configures a
CheckMenuItem with the specified toggle action. |
static void |
MenuItemUtils.configureRadioMenuItem(RadioMenuItem menuItem,
FXToggleAction action,
int iconSize)
Configures a
RadioMenuItem with the specified toggle action. |
static void |
ButtonUtils.configureToolbarToggleButton(ToggleButton toggleButton,
FXToggleAction action,
int iconSize)
Configures a toolbar toggle button with the specified toggle action.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActiveContextSensitiveFXToggleAction<T>
A base class for
ActiveContextSensitive FXToggleAction s. |
class |
AbstractApplicationContextSensitiveFXToggleAction<T>
A base class for
ApplicationContextSensitive FXToggleAction s. |
Copyright © 2012–2019 Drombler. All rights reserved.