|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.ui.MenuBuilder.ScriptActionTrampoline
protected class MenuBuilder.ScriptActionTrampoline
Handles and dispatches menu events to handlers. A new interpreter is created for every event so reentrant event code is legal.
| Field Summary | |
|---|---|
protected java.util.Map |
handlers
Item handlers |
protected static java.lang.String |
VARIABLE_EVENT
Variable at which the event can be reached |
protected static java.lang.String |
VARIABLE_TARGET
Variable at which the target can be reached |
| Constructor Summary | |
|---|---|
MenuBuilder.ScriptActionTrampoline()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.util.Map |
getHandlers()
The script handlers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String VARIABLE_EVENT
protected static final java.lang.String VARIABLE_TARGET
protected java.util.Map handlers
| Constructor Detail |
|---|
public MenuBuilder.ScriptActionTrampoline()
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic java.util.Map getHandlers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||