|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.gui.swing.actions.GrandparentActions
public class GrandparentActions
Grandparent class containing actions.
| Field Summary | |
|---|---|
protected String |
m_prefix
the prefix to write into variableHolder. |
protected ValueHolder<String> |
m_stateHolder
A variable to store which action got executed. |
| Constructor Summary | |
|---|---|
GrandparentActions(String prefix,
ValueHolder<String> stateHolder)
|
|
| Method Summary | |
|---|---|
void |
doA()
Perform action A. |
void |
doB()
Perform action B. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ValueHolder<String> m_stateHolder
protected final String m_prefix
| Constructor Detail |
|---|
public GrandparentActions(String prefix,
ValueHolder<String> stateHolder)
prefix - the prefix to write into variableHolderstateHolder - the variable to store which action got executed| Method Detail |
|---|
@Action public void doA()
@Action public void doB()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||