uk.ac.mrc.hgmp.embreo.filemgr
Class EmbreoFileLaunch

java.lang.Object
  |
  +--uk.ac.mrc.hgmp.embreo.filemgr.EmbreoFileLaunch

public class EmbreoFileLaunch
extends java.lang.Object


Constructor Summary
EmbreoFileLaunch(EmbreoParams mysettings, java.lang.String name, java.lang.Object file)
          Ask the OS to open a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbreoFileLaunch

public EmbreoFileLaunch(EmbreoParams mysettings,
                        java.lang.String name,
                        java.lang.Object file)
Ask the OS to open a file. This only works if the OS has a simple and common method to automatically open the right application given a file. For example, in Windows you can simply 'start filename', and using CDE you can use dtaction to Open the filename.

Parameters:
mysettings - Embreo settings
name - name of the file, including type
file - An object with the file contents