|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractAction gov.lbl.genome.gui.action.VAbstractAction gov.lbl.genome.gui.action.BackAction
public class BackAction
Title: Show last position
Description: Show previous available position from history
Copyright: Copyright (c) 2002 Lawrence Orlando Berkeley National Laboratory
Company: LBNL
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 | |
---|---|
BackAction(VistaApp vapp)
BackAction |
|
BackAction(VistaApp vapp,
java.lang.String name)
BackAction |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Show previous available position from history |
void |
run()
Override run method if you want to execute action in a separate thread. |
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 |
---|
public BackAction(VistaApp vapp)
vapp
- VistaApppublic BackAction(VistaApp vapp, java.lang.String name)
vapp
- VistaAppname
- StringMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class VAbstractAction
e
- ActionEventVistaApp.lastPosition()
public void run()
VAbstractAction
run
in interface java.lang.Runnable
run
in class VAbstractAction
VAbstractAction.actionPerformed(ActionEvent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |