public class SplitMenuButtonBehavior extends MenuButtonBehaviorBase<SplitMenuButton>
Modifier and Type | Field and Description |
---|---|
protected static java.util.List<KeyBinding> |
SPLIT_MENU_BUTTON_BINDINGS
The key bindings for the SplitMenuButton.
|
BASE_MENU_BUTTON_BINDINGS, CLOSE_ACTION, OPEN_ACTION
BUTTON_BINDINGS
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS, TRAVERSE_DOWN, TRAVERSE_LEFT, TRAVERSE_NEXT, TRAVERSE_PREVIOUS, TRAVERSE_RIGHT, TRAVERSE_UP
Constructor and Description |
---|
SplitMenuButtonBehavior(SplitMenuButton splitMenuButton)
Creates a new SplitMenuButtonBehavior for the given SplitMenuButton.
|
callAction, mousePressed, mouseReleased, mouseReleased
focusChanged, mouseEntered, mouseExited, mousePressed
callActionForEvent, contextMenuRequested, dispose, getControl, matchActionForEvent, mouseDragged, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUp
protected static final java.util.List<KeyBinding> SPLIT_MENU_BUTTON_BINDINGS
public SplitMenuButtonBehavior(SplitMenuButton splitMenuButton)
splitMenuButton
- the SplitMenuButton