net.sf.freecol.client.gui.action
Class ChangeWindowedModeAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by net.sf.freecol.client.gui.action.FreeColAction
          extended by net.sf.freecol.client.gui.action.MapboardAction
              extended by net.sf.freecol.client.gui.action.SelectableAction
                  extended by net.sf.freecol.client.gui.action.ChangeWindowedModeAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Option

public class ChangeWindowedModeAction
extends SelectableAction

An action for toggling between full-screen and windowed mode.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.freecol.client.gui.action.FreeColAction
FreeColAction.InnerMenuKeyListener
 
Field Summary
static java.lang.String id
           
 
Fields inherited from class net.sf.freecol.client.gui.action.SelectableAction
selected
 
Fields inherited from class net.sf.freecol.client.gui.action.FreeColAction
ACTION_ID, BUTTON_DISABLED_IMAGE, BUTTON_IMAGE, BUTTON_PRESSED_IMAGE, BUTTON_ROLLOVER_IMAGE, freeColClient, NO_MNEMONIC
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ChangeWindowedModeAction(FreeColClient freeColClient)
          Creates a new ChangeWindowedModeAction.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Applies this action.
 boolean shouldBeSelected()
          Returns true if this action should be selected.
 void update()
          Updates the "enabled"-status
 
Methods inherited from class net.sf.freecol.client.gui.action.SelectableAction
isSelected, setSelected, updateOption
 
Methods inherited from class net.sf.freecol.client.gui.action.MapboardAction
shouldBeEnabled
 
Methods inherited from class net.sf.freecol.client.gui.action.FreeColAction
addImageIcons, getAccelerator, getFreeColClient, getId, getKeyStrokeText, getMenuKeyListener, getMnemonic, getName, getShortDescription, getXMLElementTagName, hasOrderButtons, isPreviewEnabled, readFromXML, readFromXMLElement, readFromXMLImpl, setAccelerator, setMnemonic, toString, toXML, toXMLElement, toXMLImpl
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.freecol.common.option.Option
addPropertyChangeListener, removePropertyChangeListener
 

Field Detail

id

public static final java.lang.String id
See Also:
Constant Field Values
Constructor Detail

ChangeWindowedModeAction

ChangeWindowedModeAction(FreeColClient freeColClient)
Creates a new ChangeWindowedModeAction.

Parameters:
freeColClient - The main controller object for the client.
Method Detail

update

public void update()
Updates the "enabled"-status

Overrides:
update in class SelectableAction

shouldBeSelected

public boolean shouldBeSelected()
Returns true if this action should be selected.

Overrides:
shouldBeSelected in class SelectableAction
Returns:
a boolean value

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Applies this action.

Parameters:
e - The ActionEvent.