uk.ac.ed.paxinos_handler
Class PaxinosHandler

java.lang.Object
  extended by uk.ac.ed.paxinos_handler.PaxinosHandler

public class PaxinosHandler
extends Object

User: nix Date: 13-Jan-2005 Time: 15:28:03 To change this template use Options | File Templates.


Nested Class Summary
 class PaxinosHandler.PaxinosStructure
           
 
Field Summary
static String ext
           
 
Constructor Summary
PaxinosHandler()
           
 
Method Summary
 String getAcronym(Color colour)
           
static FileFilter getFileFilter()
           
 String getName(Color colour)
           
static boolean isExcelFile(File file)
           
static boolean isSExcelFileName(String file_name)
           
 void readStream(InputStream input_stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ext

public static final String ext
See Also:
Constant Field Values
Constructor Detail

PaxinosHandler

public PaxinosHandler()
Method Detail

getFileFilter

public static FileFilter getFileFilter()

isExcelFile

public static boolean isExcelFile(File file)

isSExcelFileName

public static boolean isSExcelFileName(String file_name)

readStream

public void readStream(InputStream input_stream)

getName

public String getName(Color colour)

getAcronym

public String getAcronym(Color colour)