|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionsContext | |
|---|---|
| ch.elca.el4j.services.gui.swing | |
| ch.elca.el4j.services.gui.swing.cookswing.action | |
| ch.elca.el4j.services.gui.swing.util | |
| Uses of ActionsContext in ch.elca.el4j.services.gui.swing |
|---|
| Fields in ch.elca.el4j.services.gui.swing declared as ActionsContext | |
|---|---|
protected ActionsContext |
GUIApplication.actionsContext
The Actions context for resolving action names. |
| Methods in ch.elca.el4j.services.gui.swing that return ActionsContext | |
|---|---|
static ActionsContext |
ActionsContext.create(Object... instancesWithActionMappings)
Create an ActionsContext. |
static ActionsContext |
ActionsContext.extend(ActionsContext parentContext,
Object... instancesWithActionMappings)
Extend an ActionsContext. |
static ActionsContext |
ActionsContext.extendDefault(Object... instancesWithActionMappings)
Extend the ActionsContext of GUIApplication. |
ActionsContext |
GUIApplication.getActionsContext()
|
| Methods in ch.elca.el4j.services.gui.swing with parameters of type ActionsContext | |
|---|---|
static ActionsContext |
ActionsContext.extend(ActionsContext parentContext,
Object... instancesWithActionMappings)
Extend an ActionsContext. |
| Uses of ActionsContext in ch.elca.el4j.services.gui.swing.cookswing.action |
|---|
| Methods in ch.elca.el4j.services.gui.swing.cookswing.action that return ActionsContext | |
|---|---|
ActionsContext |
ActionsContextAware.getActionsContext()
|
| Uses of ActionsContext in ch.elca.el4j.services.gui.swing.util |
|---|
| Methods in ch.elca.el4j.services.gui.swing.util with parameters of type ActionsContext | |
|---|---|
static JMenu |
MenuUtils.createMenu(ActionsContext context,
String menuName,
Collection<String> actionNames)
Creates a JMenu out of a String array containing action names. |
static JPopupMenu |
MenuUtils.createPopup(ActionsContext context,
Collection<String> actionNames)
Creates a JPopupMenu out of a String array containing action names. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||