allensoft.javacvs.client.ui.swing
Class RemoveAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
              |
              +--allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
                    |
                    +--allensoft.javacvs.client.ui.swing.RemoveAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, CVSAction, CVSFilesAction, java.util.EventListener, java.lang.Runnable, java.io.Serializable

public class RemoveAction
extends DefaultGraphicalClientFilesAction

See Also:
Serialized Form

Fields inherited from class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
LARGE_ICON, m_Event, MEDIUM_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface allensoft.javacvs.client.ui.swing.CVSAction
ABORT, ADD, ANNOTATE, CHECKOUT, COMMIT, DIFF, EXPORT, IMPORT, LOG, REMOVE, STATUS, TAG, UPDATE
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
RemoveAction(DefaultGraphicalClient client)
           
 
Method Summary
protected  boolean canRunOnFile(java.io.File file)
          Determines if this action can be run on the specified file.
 void run()
           
 
Methods inherited from class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
actionPerformed, dispose, getActionEvent, getSelectedFiles, setSelectedFiles, shouldBeEnabled, updateEnabled
 
Methods inherited from class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
askQuestion, displayError, displayInformation, getClient, getDescription, getGraphicalClient, getID, getLargeIcon, getMediumIcon, getParentFrameForDialog, getSmallIcon, getSourceComponent, getSourceWindow, invoke, loadIcon, setDescription, setLargeIcon, setMediumIcon, setSmallIcon
 
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
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 

Constructor Detail

RemoveAction

public RemoveAction(DefaultGraphicalClient client)
Method Detail

run

public void run()

canRunOnFile

protected boolean canRunOnFile(java.io.File file)
Description copied from class: DefaultGraphicalClientFilesAction
Determines if this action can be run on the specified file.
Overrides:
canRunOnFile in class DefaultGraphicalClientFilesAction