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  
FXActions. | 
| AbstractFXActionAdapter<T> | 
 A base class for  
FXAction adapters. | 
| 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–2016 Drombler. All rights reserved.