org.fopps.ui.actions
Class MoveLeftQAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.fopps.ui.actions.BaseAction
              |
              +--org.fopps.ui.actions.ProjectAction
                    |
                    +--org.fopps.ui.actions.MoveLeftQAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.lang.Comparable, java.util.EventListener, java.awt.event.ItemListener, java.io.Serializable

public class MoveLeftQAction
extends ProjectAction

Makes a project start 3 months earlier

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fopps.ui.actions.BaseAction
GROUP, selectedItems
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
MoveLeftQAction(ActionHandler pListener)
          Constructor for MoveLeftQAction.
MoveLeftQAction(java.lang.String name, ActionHandler pListener)
          Constructor for MoveLeftQAction.
MoveLeftQAction(java.lang.String name, javax.swing.Icon icon, ActionHandler pListener)
          Constructor for MoveLeftQAction.
 
Method Summary
 boolean addToMenu()
          Return true, if action should be added to menu.
 void processElement(java.lang.Object pObject)
          processElement is falled for every selected item
 
Methods inherited from class org.fopps.ui.actions.ProjectAction
acceptSelection, actionPerformed, addToPopup, itemsNeeded, postProcess, preProcess
 
Methods inherited from class org.fopps.ui.actions.BaseAction
addToToolBar, clearSelection, compareTo, getAccelerator, getActionHandler, getApplication, getContainer, getGroup, getIcon, getLocaleName, getLongDescription, getMnemonic, getName, getSelectedItems, getSelectionSize, getShortDescription, isStringPropertySet, isTogglable, itemInSelection, itemStateChanged, setAccelerator, setAccelerator, setAcceleratorWithAlt, setAcceleratorWithCtrl, setAcceleratorWithShift, setGroup, setLocaleName, setLongDescription, setMnemonic, setMnemonic, setShortDescription, toString, updateState
 
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
 

Constructor Detail

MoveLeftQAction

public MoveLeftQAction(ActionHandler pListener)
Constructor for MoveLeftQAction.

Parameters:
pListener -

MoveLeftQAction

public MoveLeftQAction(java.lang.String name,
                       ActionHandler pListener)
Constructor for MoveLeftQAction.

Parameters:
name -
pListener -

MoveLeftQAction

public MoveLeftQAction(java.lang.String name,
                       javax.swing.Icon icon,
                       ActionHandler pListener)
Constructor for MoveLeftQAction.

Parameters:
name -
icon -
pListener -
Method Detail

processElement

public void processElement(java.lang.Object pObject)
Description copied from class: ProjectAction
processElement is falled for every selected item

Specified by:
processElement in class ProjectAction

addToMenu

public boolean addToMenu()
Return true, if action should be added to menu. Default is false

Overrides:
addToMenu in class BaseAction


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.