gov.lbl.genome.gui.action
Class AddAction

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

public class AddAction
extends VAbstractAction

Title: Add curve

Description: Add new curve from the list of available curves

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

Company: LBNL

See Also:
Serialized Form

Field Summary
 boolean chkOrg
           
 
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
AddAction(VistaApp vapp)
          AddAction
AddAction(VistaApp vapp, java.lang.String name)
          AddAction
 
Method Summary
 void run()
          Open dialog window with a list of available curves and parameters for them
 
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
 

Field Detail

chkOrg

public boolean chkOrg
Constructor Detail

AddAction

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

Parameters:
vapp - VistaApp
name - String

AddAction

public AddAction(VistaApp vapp)
AddAction

Parameters:
vapp - VistaApp
Method Detail

run

public void run()
Open dialog window with a list of available curves and parameters for them

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