public static interface Actions.ButtonActionConnector
Lookup.getDefault()| Modifier and Type | Method | Description |
|---|---|---|
boolean |
connect(javax.swing.AbstractButton button,
javax.swing.Action action) |
Connects the action to the supplied button.
|
boolean |
connect(javax.swing.JMenuItem item,
javax.swing.Action action,
boolean popup) |
Connects the action to the supplied JMenuItem.
|
boolean connect(javax.swing.AbstractButton button,
javax.swing.Action action)
boolean connect(javax.swing.JMenuItem item,
javax.swing.Action action,
boolean popup)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.