Public Member Functions | |
VAbstractAction (VistaApp vapp) | |
VAbstractAction (VistaApp vapp, String name) | |
void | actionPerformed (ActionEvent e) |
abstract void | run () |
Public Attributes | |
VistaApp | va = null |
Protected Attributes | |
ImageIcon | actionIcon = null |
Parameter | param = null |
VAbstractAction | action = null |
Thread | actionThread = null |
volatile long | numberOfActions = 0 |
Description: Extension of the AbstractAction Class
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
|
|
|
|
Usually you do not touch this method and use overriden run() But if you want to execute your action in the same thread, then override it. Don't forget to call
Reimplemented in gov::lbl::genome::gui::action::BackAction, and gov::lbl::genome::gui::action::ForwardAction. |
|