de.jsystems.framework.common.action.awt
Class ItemAction
java.lang.Object
de.jsystems.framework.common.action.AbstractAction
de.jsystems.framework.common.action.awt.ItemAction
- All Implemented Interfaces:
- EventListener, ItemListener
- public class ItemAction
- extends AbstractAction
- implements ItemListener
Actionimplementierung fuer ItemEvents.
- Version:
- 1.0
Copyright by Jens Homm 2001 - 2004
- Author:
- Jens Homm JSYSTEMS
Methods inherited from class de.jsystems.framework.common.action.AbstractAction |
addControl, disable, enable, exceptionInAction, getController, getControls, getException, getView, hasException, initialize, isEnabled, removeAll, removeControl, setException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemAction
public ItemAction()
itemStateChanged
public void itemStateChanged(ItemEvent ie)
- Specified by:
itemStateChanged
in interface ItemListener
doItemStateChanged
public void doItemStateChanged(ItemEvent ie)
throws Exception
- Abgeleitete Klassen müssen diese Methode ueberschreiben. Hierin passiert die
eigentliche Aktion der Action.
- Parameters:
ie
- Das Eventobjekt mit dem ausgeloesten Event.
- Throws:
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.