allensoft.javacvs.client.ui.swing
Class DiffAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
              |
              +--allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
                    |
                    +--allensoft.javacvs.client.ui.swing.DiffAction
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 DiffAction
extends DefaultGraphicalClientFilesAction

Action that displays differences for the selected files.

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
DiffAction(DefaultGraphicalClient client)
           
 
Method Summary
 void run()
           
 
Methods inherited from class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
actionPerformed, canRunOnFile, 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

DiffAction

public DiffAction(DefaultGraphicalClient client)
Method Detail

run

public void run()