chemCast.ui.actions
Class FileNewAction

java.lang.Object
  extended by AmbitAction
      extended by chemCast.ui.actions.ToxmatchAction
          extended by chemCast.ui.actions.FileNewAction

public class FileNewAction
extends ToxmatchAction


Constructor Summary
FileNewAction(ChemCASTModule userData, javax.swing.JFrame mainFrame, int dataset)
           
FileNewAction(ChemCASTModule userData, javax.swing.JFrame mainFrame, java.lang.String name, javax.swing.Icon icon, int dataset)
           
FileNewAction(ChemCASTModule userData, javax.swing.JFrame mainFrame, java.lang.String name, int dataset)
           
 
Method Summary
 
Methods inherited from class chemCast.ui.actions.ToxmatchAction
run, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNewAction

public FileNewAction(ChemCASTModule userData,
                     javax.swing.JFrame mainFrame,
                     int dataset)

FileNewAction

public FileNewAction(ChemCASTModule userData,
                     javax.swing.JFrame mainFrame,
                     java.lang.String name,
                     int dataset)

FileNewAction

public FileNewAction(ChemCASTModule userData,
                     javax.swing.JFrame mainFrame,
                     java.lang.String name,
                     javax.swing.Icon icon,
                     int dataset)