allensoft.javacvs.client.ui.swing
Interface CVSFilesAction

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, CVSAction, java.util.EventListener
All Known Implementing Classes:
DefaultGraphicalClientFilesAction

public interface CVSFilesAction
extends CVSAction

Interface for all actions that perofrm a CVS request on some files.


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
 
Method Summary
 java.io.File[] getSelectedFiles()
          Gets the files that this action will operate on when it is performed.
 void setSelectedFiles(java.io.File[] files)
          Sets the files that this action will operate on when it is performed.
 
Methods inherited from interface allensoft.javacvs.client.ui.swing.CVSAction
updateEnabled
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

getSelectedFiles

public java.io.File[] getSelectedFiles()
Gets the files that this action will operate on when it is performed.

setSelectedFiles

public void setSelectedFiles(java.io.File[] files)
Sets the files that this action will operate on when it is performed.