uk.ac.cisban.rod.gui.functions
Class RenameMedium

java.lang.Object
  extended by uk.ac.cisban.rod.gui.functions.RenameMedium
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class RenameMedium
extends java.lang.Object
implements java.awt.event.ActionListener

A listener added to a button that allows renaming of the current experiment when it senses an ActionEvent. Uses ChangeNameAndDescription.

Author:
Morgan Taschuk

Constructor Summary
RenameMedium()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setMedium(MediumCV medium)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameMedium

public RenameMedium()
Method Detail

setMedium

public void setMedium(MediumCV medium)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2010. All Rights Reserved.