Package | Description |
---|---|
org.drombler.commons.action.fx |
The JavaFX specific classes of the Action Framework.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2012–2016 Drombler. All rights reserved.