See: Description
Interface | Description |
---|---|
FXAction |
FXAction keeps the state (enabled/ disabled etc.), the information (texts, image etc.) and the logic between menu
items and toolbar buttons in sync.
|
FXToggleAction |
FXToggleAction keeps the state (enabled/ disabled, selected/ unselected etc.), the information (texts, image etc.)
|
Class | Description |
---|---|
AbstractFXAction |
A base class for
FXAction s. |
AbstractFXActionAdapter<T> |
A base class for
FXAction adapters. |
AbstractFXToggleAction |
A base class for
FXToggleAction s. |
ActionEventHandlerAdapter |
A
FXAction adapter for EventHandler<ActionEvent> . |
ActionListenerAdapter |
A
FXAction adapter for {@code ActionListener |
ButtonUtils |
Utility methods to configure buttons with actions.
|
MenuItemUtils |
Utility methods to configure menu items with actions.
|
ToggleActionListenerAdapter |
A
FXToggleAction adapter for {@code ToggleActionListener |
Copyright © 2012–2019 Drombler. All rights reserved.