de.uni_paderborn.fujaba.coobra.actions
Class CheckoutVersionAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byde.uni_paderborn.fujaba.coobra.actions.CheckoutAction
          extended byde.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 Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
(package private)  de.tu_bs.coobra.LocalRepository.UpdateFilter filter
          version filter
(package private)  CheckoutVersionChooser versionChooser
          dialog for choosing the project version
 
Fields inherited from class de.uni_paderborn.fujaba.coobra.actions.CheckoutAction
dialog, progress
 
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
 
Constructor Summary
CheckoutVersionAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Perform the action
protected  de.tu_bs.coobra.LocalRepository createRepository()
           
 
Methods inherited from class de.uni_paderborn.fujaba.coobra.actions.CheckoutAction
connect, progress
 
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
 

Field Detail

versionChooser

CheckoutVersionChooser versionChooser
dialog for choosing the project version


filter

de.tu_bs.coobra.LocalRepository.UpdateFilter filter
version filter

Constructor Detail

CheckoutVersionAction

public CheckoutVersionAction()
Method Detail

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()