apollo.gui.detailviewers.sequencealigner.actions
Class DeleteExonAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by apollo.gui.detailviewers.sequencealigner.actions.DeleteExonAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class DeleteExonAction
extends javax.swing.AbstractAction

An Action class for deleting an exon

See Also:
Serialized Form

Field Summary
 
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
DeleteExonAction(java.lang.String name, GuiCurationState curationState, AnnotationEditor annotationEditor)
          Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Performs the deletion
 void setFeature(SeqFeatureI feature)
          Sets the exon which is to be deleted
 
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
 

Constructor Detail

DeleteExonAction

public DeleteExonAction(java.lang.String name,
                        GuiCurationState curationState,
                        AnnotationEditor annotationEditor)
Constructor

Parameters:
name - the name of this action
curationState - the curation state
annotationEditor - the annotation editor
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Performs the deletion


setFeature

public void setFeature(SeqFeatureI feature)
Sets the exon which is to be deleted

Parameters:
feature -