de.jsystems.framework.desktop
Class SplitVerticalAction

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

public class SplitVerticalAction
extends ActionAction

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

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

Constructor Summary
SplitVerticalAction()
           
 
Method Summary
 void doActionPerformed(ActionEvent ae)
          Ordnet alle Fenster im Desktop nebeneinander 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

SplitVerticalAction

public SplitVerticalAction()
Method Detail

doActionPerformed

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

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