| Package | Description |
|---|---|
| de.javagl.common.ui |
Utility classes related to Swing UI components, and extensions for
several Swing components
|
| Modifier and Type | Method and Description |
|---|---|
static Actions.ActionBuilder |
Actions.create(String name)
Creates a new
Actions.ActionBuilder to create an action with the
given name |
Actions.ActionBuilder |
Actions.ActionBuilder.setActionCall(Runnable call)
Set the method that should serve as the implementation of the
actionPerformed method of the action |
Actions.ActionBuilder |
Actions.ActionBuilder.setActionMethod(Consumer<? super ActionEvent> actionMethod)
Set the method that should serve as the implementation of the
actionPerformed method of the action |
Actions.ActionBuilder |
Actions.ActionBuilder.setMnemonicKey(int key)
Set the mnemonic key of the action
|
Actions.ActionBuilder |
Actions.ActionBuilder.setName(String name)
Set the name of the action
|
Actions.ActionBuilder |
Actions.ActionBuilder.setShortDescription(String shortDescription)
Set the short description (tooltip) of the action
|
Copyright © 2022. All rights reserved.