gov.lbl.genome.gui.action
Class SwapCurvesAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by gov.lbl.genome.gui.action.VAbstractAction
          extended by gov.lbl.genome.gui.action.SwapCurvesAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable, java.util.EventListener, javax.swing.Action

public class SwapCurvesAction
extends VAbstractAction

Title: Swap Curves

Description: Try to set genome of the socond organism as a primary genome

Copyright: Copyright (c) 2004

Company:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.lbl.genome.gui.action.VAbstractAction
action, actionIcon, actionThread, numberOfActions, param, va
 
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
SwapCurvesAction(VistaApp va)
          SwapCurvesAction
SwapCurvesAction(VistaApp va, java.lang.String str)
          SwapCurvesAction
 
Method Summary
 void run()
          Try to set genome of the socond organism as a primary genome
 
Methods inherited from class gov.lbl.genome.gui.action.VAbstractAction
actionPerformed
 
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

SwapCurvesAction

public SwapCurvesAction(VistaApp va)
SwapCurvesAction

Parameters:
va - VistaApp

SwapCurvesAction

public SwapCurvesAction(VistaApp va,
                        java.lang.String str)
SwapCurvesAction

Parameters:
va - VistaApp
str - String
Method Detail

run

public void run()
Try to set genome of the socond organism as a primary genome

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class VAbstractAction
See Also:
VistaApp.swapCurves()