de.jsystems.framework.common.actions
Class AboutAction

java.lang.Object
  extended byde.jsystems.framework.common.action.AbstractAction
      extended byde.jsystems.framework.common.action.awt.ActionAction
          extended byde.jsystems.framework.common.actions.AboutAction
All Implemented Interfaces:
ActionListener, EventListener

public class AboutAction
extends ActionAction

Die Action gehoert entweder zum BusinessMenu oder zur BusinessToolbar. Aufgerufen wird die Action, wenn der zugehoerige Menuepunkt oder Toolbarbutton angewaehlt wird. Die Action ruft dann im Controller die Methode Controller.about() auf.

Mit dieser Action koennte zum Beispiel ein About-Dialog angezeigt werden, der Informationen zum Programm beinhaltet.

Version:
1.0
Copyright by Jens Homm 2000 - 2004
Author:
Jens Homm JSYSTEMS

Constructor Summary
AboutAction()
          Erzeugt eine neue AboutAction.
 
Method Summary
 void doActionPerformed(ActionEvent ae)
          Ruft im Controller die Methode Controller.about() auf.
 
Methods inherited from class de.jsystems.framework.common.action.awt.ActionAction
actionPerformed
 
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
 

Constructor Detail

AboutAction

public AboutAction()
Erzeugt eine neue AboutAction.

Method Detail

doActionPerformed

public void doActionPerformed(ActionEvent ae)
                       throws Exception
Ruft im Controller die Methode Controller.about() auf.

Overrides:
doActionPerformed in class ActionAction
Parameters:
ae - Das ausgeloeste ActionEvent.
Throws:
Exception - wenn in der Action ein Fehler auftritt.