Interface | Description |
---|---|
ActionListener<E> |
A GUI toolkit agnostic interface which keeps the state (enabled/ disabled) and the logic between menu items and toolbar buttons in sync.
|
ToggleActionListener<E> |
A GUI toolkit agnostic interface which keeps the state (enabled/ disabled, selected/ unselected etc.) and the logic
between toggable menu items and toggable toolbar buttons in sync.
|
Class | Description |
---|---|
AbstractActionListener<E> |
A base class for
ActionListener s. |
AbstractToggleActionListener<E> |
A base class for
ToggleActionListener s. |
Copyright © 2012–2019 Drombler. All rights reserved.