public static interface Actions.ButtonActionConnector
Lookup.getDefault()
Modifier and Type | Method | 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)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.