protected class ActionManager.MenuBarHandler extends java.lang.Object implements ActionManager.ComponentHandler
Modifier | Constructor and Description |
---|---|
protected |
ActionManager.MenuBarHandler() |
Modifier and Type | Method and Description |
---|---|
void |
feedAction(java.awt.Component container,
javax.swing.Action a,
java.lang.String groupId) |
void |
feedComponent(java.awt.Component container,
java.awt.Component comp) |
void |
feedEmpty(java.awt.Component container,
java.lang.String value) |
void |
feedGlue(java.awt.Component container) |
void |
feedLabel(java.awt.Component container,
java.lang.String label) |
void |
feedList(java.awt.Component container,
ActionList list,
java.util.Map<java.lang.String,java.lang.Object> properties) |
void |
feedSeparator(java.awt.Component container,
java.lang.String value) |
public void feedLabel(java.awt.Component container, java.lang.String label)
feedLabel
in interface ActionManager.ComponentHandler
ActionManager.ComponentHandler.feedLabel(java.awt.Component, java.lang.String)
public void feedList(java.awt.Component container, ActionList list, java.util.Map<java.lang.String,java.lang.Object> properties)
feedList
in interface ActionManager.ComponentHandler
ActionManager.ComponentHandler.feedList(java.awt.Component, de.ims.icarus.ui.actions.ActionList, java.util.Map)
public void feedAction(java.awt.Component container, javax.swing.Action a, java.lang.String groupId)
feedAction
in interface ActionManager.ComponentHandler
ActionManager.ComponentHandler.feedAction(java.awt.Component, javax.swing.Action, java.lang.String)
public void feedSeparator(java.awt.Component container, java.lang.String value)
feedSeparator
in interface ActionManager.ComponentHandler
ActionManager.ComponentHandler.feedSeparator(java.awt.Component, java.lang.String)
public void feedComponent(java.awt.Component container, java.awt.Component comp)
feedComponent
in interface ActionManager.ComponentHandler
ActionManager.ComponentHandler.feedComponent(java.awt.Component, java.awt.Component)
public void feedEmpty(java.awt.Component container, java.lang.String value)
feedEmpty
in interface ActionManager.ComponentHandler
de.ims.icarus.ui.actions.ActionManager.ComponentHandler#feedEmpty(java.awt.Component)
public void feedGlue(java.awt.Component container)
feedGlue
in interface ActionManager.ComponentHandler
ActionManager.ComponentHandler.feedGlue(java.awt.Component)