de.jsystems.framework.common.actions
Class ShowAction
java.lang.Object
de.jsystems.framework.common.action.AbstractAction
de.jsystems.framework.common.action.awt.ActionAction
de.jsystems.framework.common.actions.ShowAction
- All Implemented Interfaces:
- ActionListener, EventListener
- public class ShowAction
- extends ActionAction
Diese Action gehoert zum BusinessPopup
.
Hiermit koennte zum Beispiel in einer Tabelle nach einem Rechte-Maustaste-Klick
der ausgewaehlte Eintrag in einem entsprechenden Dialog zur Ansicht angezeigt
werden. Die Action ruft im Controller
die
Methode Controller.show()
auf.
- Version:
- 1.0
Copyright by Jens Homm 2000 - 2004
- Author:
- Jens Homm JSYSTEMS
Constructor Summary |
ShowAction()
Erzeugt eine neue ShowAction. |
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 |
ShowAction
public ShowAction()
- Erzeugt eine neue ShowAction.
doActionPerformed
public void doActionPerformed(ActionEvent ae)
throws Exception
- Ruft im Controller die Methode
Controller.show()
auf.
- Overrides:
doActionPerformed
in class ActionAction
- Parameters:
ae
- Das ausgeloeste ActionEvent.
- Throws:
Exception
- wenn in der Action ein Fehler auftritt.