SigPath

org.sigpath.admin
Class AdminTaskRouter

java.lang.Object
  extended by org.sigpath.admin.AdminTaskRouter
All Implemented Interfaces:
ActionListener, EventListener

public class AdminTaskRouter
extends Object
implements ActionListener

Routes User Requests to Correct Admin/Database Tasks

Author:
Ethan Cerami

Field Summary
static String BUTTON_CONVERT_CHEM
          Action String for Converting Protein to SmallMolecule and viceversa
 
Constructor Summary
AdminTaskRouter(JFrame rootFrame, ActionLog actionLog)
          Constructor
 
Method Summary
 void actionPerformed(ActionEvent e)
          Action Performed Method
 void exportModelToSBML()
          Chooses spid and file, then export standalone model.
 void exportStandaloneModel()
          Chooses spid and file, then export SBML model.
 void exportXML()
          Exports XML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUTTON_CONVERT_CHEM

public static final String BUTTON_CONVERT_CHEM
Action String for Converting Protein to SmallMolecule and viceversa

See Also:
Constant Field Values
Constructor Detail

AdminTaskRouter

public AdminTaskRouter(JFrame rootFrame,
                       ActionLog actionLog)
Constructor

Parameters:
rootFrame - JFrame
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Action Performed Method

Specified by:
actionPerformed in interface ActionListener
Parameters:
ActionEvent - event

exportXML

public void exportXML()
               throws SigPathDatabaseException
Exports XML

Throws:
SigPathDatabaseException

exportModelToSBML

public void exportModelToSBML()
                       throws SigPathDatabaseException
Chooses spid and file, then export standalone model.

Throws:
SigPathDatabaseException

exportStandaloneModel

public void exportStandaloneModel()
                           throws SigPathDatabaseException
Chooses spid and file, then export SBML model.

Throws:
SigPathDatabaseException

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.