public static interface Actions.ButtonActionConnector
Lookup.getDefault()
Modifier and Type | Method and Description |
---|---|
boolean |
connect(AbstractButton button,
Action action)
Connects the action to the supplied button.
|
boolean |
connect(JMenuItem item,
Action action,
boolean popup)
Connects the action to the supplied JMenuItem.
|
boolean connect(AbstractButton button, Action action)