ucl.physiol.neuroconstruct.project.cellchoice
Class CellChooserHelper

java.lang.Object
  extended by ucl.physiol.neuroconstruct.project.cellchoice.CellChooserHelper

public class CellChooserHelper
extends Object

Helper class for getting list of CellChoice subclasses

Author:
Padraig Gleeson

Constructor Summary
CellChooserHelper()
           
 
Method Summary
static String[] getAllCellChoosers()
           
static CellChooser getCellChooser(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellChooserHelper

public CellChooserHelper()
Method Detail

getAllCellChoosers

public static String[] getAllCellChoosers()

getCellChooser

public static CellChooser getCellChooser(String name)
                                  throws CellChooserException
Throws:
CellChooserException