edu.asu.cri.MirkE.gui
Class MirkeContext

java.lang.Object
  extended byedu.asu.cri.MirkE.gui.MirkeContext

public class MirkeContext
extends java.lang.Object

Author:
Siva B.S.D.S

Constructor Summary
MirkeContext()
           
 
Method Summary
static java.io.File getCurrentDirectory()
          Returns current directory
static MirkE getMirke()
          returns mirke object
static void setCurrentDirectory(java.io.File currentDirectoryArg)
          sets current directory
static void setMirke(MirkE mirkeArg)
          sets mirke object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirkeContext

public MirkeContext()
Method Detail

getMirke

public static MirkE getMirke()
returns mirke object

Returns:
mirke object

setMirke

public static void setMirke(MirkE mirkeArg)
sets mirke object

Parameters:
mirkeArg - mirke object

getCurrentDirectory

public static java.io.File getCurrentDirectory()
Returns current directory

Returns:
current directory

setCurrentDirectory

public static void setCurrentDirectory(java.io.File currentDirectoryArg)
sets current directory

Parameters:
currentDirectoryArg - current directory


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.