gov.lbl.genome.gui.action
Class ScrollBackwardAction

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

public class ScrollBackwardAction
extends VAbstractAction

Title:

Description: Show data interval of the same size, but shifted to the left

Copyright: Copyright (c) 2002 Lawrence Orlando Berkeley National Laboratory

Company: LBNL

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
ScrollBackwardAction(VistaApp vapp)
          ScrollBackwardAction
ScrollBackwardAction(VistaApp vapp, java.lang.String name)
          ScrollBackwardAction
 
Method Summary
 void run()
          Try to show new data interval shfted to the left.
 
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

ScrollBackwardAction

public ScrollBackwardAction(VistaApp vapp)
ScrollBackwardAction

Parameters:
vapp - VistaApp

ScrollBackwardAction

public ScrollBackwardAction(VistaApp vapp,
                            java.lang.String name)
ScrollBackwardAction

Parameters:
vapp - VistaApp
name - String
Method Detail

run

public void run()
Try to show new data interval shfted to the left. New interval must be inside the current chromosome.

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