protected static interface ActionManager.ComponentHandler
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) |
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 feedAction(java.awt.Component container, javax.swing.Action a, java.lang.String groupId)
void feedSeparator(java.awt.Component container, java.lang.String value)
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)