de.jsystems.framework.common.action.awt
Class ActionAction

java.lang.Object
  extended byde.jsystems.framework.common.action.AbstractAction
      extended byde.jsystems.framework.common.action.awt.ActionAction
All Implemented Interfaces:
ActionListener, EventListener
Direct Known Subclasses:
AboutAction, CascadeAction, CloseAction, CopyAction, CutAction, DeleteAction, EditAction, ExitAction, FullscreenAction, HelpAction, InfoAction, LoadAction, NewAction, PasteAction, PrintAction, RedoAction, SaveAction, SaveAsAction, ShowAction, SplitHorizontalAction, SplitVerticalAction, TaskleisteMenuAction, TileAction, ToggleStatusAreaAction, ToggleToolbarAction, UndoAction

public class ActionAction
extends AbstractAction
implements ActionListener

Actionimplementierung fuer ActionEvents.

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

Constructor Summary
ActionAction()
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 void doActionPerformed(ActionEvent ae)
          Abgeleitete Klassen müssen diese Methode ueberschreiben.
 
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

ActionAction

public ActionAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener

doActionPerformed

public void doActionPerformed(ActionEvent ae)
                       throws Exception
Abgeleitete Klassen müssen diese Methode ueberschreiben. Hierin passiert die eigentliche Aktion der Action.

Parameters:
ae - Das Eventobjekt mit dem ausgeloesten Event.
Throws:
Exception - wenn beim ausfuehren der Methode ein Fehler auftritt.