de.jsystems.framework.desktop
Class FullscreenAction
java.lang.Object
de.jsystems.framework.common.action.AbstractAction
de.jsystems.framework.common.action.awt.ActionAction
de.jsystems.framework.desktop.FullscreenAction
- All Implemented Interfaces:
- ActionListener, EventListener
- public class FullscreenAction
- extends ActionAction
Diese Action gehoert direkt zum Fenstermenue eines Desktop. Hier wird das
gerade aktuelle Fenster so maximiert, das es den kompletten sichtbaren Bereich
des Desktop bedeckt.
Der Controller in der Action muss vom Typ
BusinessInternalFrameController
sein.
Andernfalls wird eine IllegalArgumentException
ausgeloest.
- 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 |
FullscreenAction
public FullscreenAction()
doActionPerformed
public void doActionPerformed(ActionEvent ae)
throws Exception
- Maximiert das gerade aktuelle Fenster auf die sichtbare Groesse des Desktop.
- Overrides:
doActionPerformed
in class ActionAction
- Parameters:
ae
- Das ausgeloeste Event.
- Throws:
Exception
- wenn ein Fehler in der Action auftritt.