allensoft.javacvs.client.ui.swing
Class EditRepositoriesAction

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

public class EditRepositoriesAction
extends DefaultGraphicalClientAction

Action which edits the repository details.

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
EditRepositoriesAction(DefaultGraphicalClient client)
           
 
Method Summary
 void run()
           
 
Methods inherited from class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
actionPerformed, askQuestion, displayError, displayInformation, dispose, getClient, getDescription, getGraphicalClient, getID, getLargeIcon, getMediumIcon, getParentFrameForDialog, getSmallIcon, getSourceComponent, getSourceWindow, invoke, loadIcon, setDescription, setLargeIcon, setMediumIcon, setSmallIcon, updateEnabled
 
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

EditRepositoriesAction

public EditRepositoriesAction(DefaultGraphicalClient client)
Method Detail

run

public void run()