de.uni_paderborn.fujaba.coobra.actions
Class CheckoutVersionAction
java.lang.Object
javax.swing.AbstractAction
de.uni_paderborn.fujaba.coobra.actions.CheckoutAction
de.uni_paderborn.fujaba.coobra.actions.CheckoutVersionAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, de.tu_bs.coobra.LocalRepository.ProgressCallback, java.io.Serializable
- public class CheckoutVersionAction
- extends CheckoutAction
Displays a dialog to let the user select a project version to be checked out
- Version:
- $Revision: 1.6 $
- Author:
- christian.schneider@uni-kassel.de
- See Also:
- Serialized Form
Nested classes inherited from class javax.swing.AbstractAction |
|
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 |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionChooser
CheckoutVersionChooser versionChooser
- dialog for choosing the project version
filter
de.tu_bs.coobra.LocalRepository.UpdateFilter filter
- version filter
CheckoutVersionAction
public CheckoutVersionAction()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Perform the action
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Overrides:
actionPerformed
in class CheckoutAction
- Parameters:
event
- the ActionEvent for performing the action
createRepository
protected de.tu_bs.coobra.LocalRepository createRepository()
- Overrides:
createRepository
in class CheckoutAction
- Returns:
- new LocalRepository()