org.skunk.dav.client.gui.action
Class MoveAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.skunk.dav.client.gui.action.CopyAction
              |
              +--org.skunk.dav.client.gui.action.MoveAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
RenameAction

public class MoveAction
extends CopyAction

See Also:
Serialized Form

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
MoveAction(Explorer ex)
           
MoveAction(Explorer ex, DAVFile file)
           
MoveAction(Explorer ex, DAVTreeNode node, DAVFile file, java.lang.String destinationURL)
           
 
Method Summary
protected  void execute(Explorer ex, DAVTreeNode node, DAVFile file, java.lang.String destinationURL)
           
protected  java.lang.String getDialogTitle()
           
 
Methods inherited from class org.skunk.dav.client.gui.action.CopyAction
actionPerformed, getExplorer, obtainDestination
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveAction

public MoveAction(Explorer ex,
                  DAVTreeNode node,
                  DAVFile file,
                  java.lang.String destinationURL)

MoveAction

public MoveAction(Explorer ex,
                  DAVFile file)

MoveAction

public MoveAction(Explorer ex)
Method Detail

execute

protected void execute(Explorer ex,
                       DAVTreeNode node,
                       DAVFile file,
                       java.lang.String destinationURL)
Overrides:
execute in class CopyAction

getDialogTitle

protected java.lang.String getDialogTitle()
Overrides:
getDialogTitle in class CopyAction