de.jsystems.framework.desktop
Class SplitHorizontalAction
java.lang.Object
de.jsystems.framework.common.action.AbstractAction
de.jsystems.framework.common.action.awt.ActionAction
de.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
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 |
SplitHorizontalAction
public SplitHorizontalAction()
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.