de.jsystems.framework.desktop
Class SplitHorizontalAction

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

public class SplitHorizontalAction
extends ActionAction

Diese Action gehoert direkt zum Fenstermenue eines Desktop. Hier werden alle InternalFrames im Desktop uebereinander angezeigt. Dazu wird im Desktop der Layoutmanager umgeschaltet auf ein GridLayout mit einer Spalte und sovielen Zeilen wie Fenster vorhanden sind.

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

Constructor Summary
SplitHorizontalAction()
           
 
Method Summary
 void doActionPerformed(ActionEvent ae)
          Ordnet alle Fenster im Desktop untereinander an.
 
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

SplitHorizontalAction

public SplitHorizontalAction()
Method Detail

doActionPerformed

public void doActionPerformed(ActionEvent ae)
                       throws Exception
Ordnet alle Fenster im Desktop untereinander an.

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