ch.elca.el4j.gui.swing.cookswing
Class ButtonActionSetter
java.lang.Object
ch.elca.el4j.gui.swing.cookswing.ButtonActionSetter
- All Implemented Interfaces:
- cookxml.core.interfaces.Setter
public class ButtonActionSetter
- extends Object
- implements cookxml.core.interfaces.Setter
This class is a cookXml setter, which sets actions defined by "@Action"
for buttons.
- Author:
- Stefan Wismer (SWI)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ButtonActionSetter
public ButtonActionSetter()
- The default constuctor: actionHolder is the associated class.
- See Also:
CookSwing#CookSwing(Object)
ButtonActionSetter
public ButtonActionSetter(Object actionHolder)
- Parameters:
actionHolder - the class containing "@Action" annotated methods
setAttribute
public void setAttribute(String ns,
String tag,
String attrNS,
String attr,
Object obj,
Object value,
cookxml.core.DecodeEngine decodeEngine)
throws cookxml.core.exception.SetterException
-
- Specified by:
setAttribute in interface cookxml.core.interfaces.Setter
- Throws:
cookxml.core.exception.SetterException
Copyright © 2005-2008 ELCA. All Rights Reserved.