ch.elca.el4j.tests.gui.swing.actions
Class ParentActions

java.lang.Object
  extended by ch.elca.el4j.tests.gui.swing.actions.GrandparentActions
      extended by 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

Field Summary
 
Fields inherited from class ch.elca.el4j.tests.gui.swing.actions.GrandparentActions
m_prefix, m_stateHolder
 
Constructor Summary
ParentActions(String prefix, ValueHolder<String> stateHolder)
           
 
Method Summary
 void doB()
          Perform action B.
 void doC()
          Perform action C.
 
Methods inherited from class ch.elca.el4j.tests.gui.swing.actions.GrandparentActions
doA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentActions

public ParentActions(String prefix,
                     ValueHolder<String> stateHolder)
Parameters:
prefix - the prefix to write into variableHolder
stateHolder - the variable to store which action got executed
Method Detail

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.