de.jsystems.framework.common.action.swing
Class CaretAction

java.lang.Object
  extended byde.jsystems.framework.common.action.AbstractAction
      extended byde.jsystems.framework.common.action.swing.CaretAction
All Implemented Interfaces:
CaretListener, EventListener

public class CaretAction
extends AbstractAction
implements CaretListener

Actionimplementierung fuer CaretEvent.

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

Constructor Summary
CaretAction()
           
 
Method Summary
 void caretUpdate(CaretEvent ce)
           
 void doCaretUpdate(CaretEvent ce)
          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

CaretAction

public CaretAction()
Method Detail

caretUpdate

public void caretUpdate(CaretEvent ce)
Specified by:
caretUpdate in interface CaretListener

doCaretUpdate

public void doCaretUpdate(CaretEvent ce)
                   throws Exception
Abgeleitete Klassen müssen diese Methode ueberschreiben. Hierin passiert die eigentliche Aktion der Action.

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