|
org.openide.awt 6.11.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Actions.ButtonActionConnector
SPI for supplying alternative implementation of connection between actions and presenters. The implementations of this interface are being looked up in the default lookup. If there is no implemenation in the lookup the default implementation is used.
Lookup.getDefault()
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean connect(AbstractButton button, Action action)
boolean connect(JMenuItem item, Action action, boolean popup)
|
org.openide.awt 6.11.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |