ch.elca.el4j.tests.gui.swing.actions
Class ParentActions
java.lang.Object
ch.elca.el4j.tests.gui.swing.actions.GrandparentActions
ch.elca.el4j.tests.gui.swing.actions.ParentActions
- Direct Known Subclasses:
- ChildActions
public class ParentActions
- extends GrandparentActions
Parent class containing actions.
- Author:
- Stefan Wismer (SWI)
- File-location:
- ParentActions
- Last check-in date:
- 2009-08-04 15:24:14 +0200 (Di, 04. Aug 2009) by swismer for revision 3882
|
Method Summary |
void |
doB()
Perform action B. |
void |
doC()
Perform action C. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentActions
public ParentActions(String prefix,
ValueHolder<String> stateHolder)
- Parameters:
prefix - the prefix to write into variableHolderstateHolder - the variable to store which action got executed
doB
public void doB()
- Perform action B.
- Overrides:
doB in class GrandparentActions
doC
@Action
public void doC()
- Perform action C.
Copyright © 2005-2011 ELCA. All Rights Reserved.