de.jsystems.framework.desktop
Class FullscreenAction

java.lang.Object
  extended byde.jsystems.framework.common.action.AbstractAction
      extended byde.jsystems.framework.common.action.awt.ActionAction
          extended byde.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

Constructor Summary
FullscreenAction()
           
 
Method Summary
 void doActionPerformed(ActionEvent ae)
          Maximiert das gerade aktuelle Fenster auf die sichtbare Groesse des Desktop.
 
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

FullscreenAction

public FullscreenAction()
Method Detail

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.