Class MainSelectionPanelFactory

java.lang.Object
  extended byMainSelectionPanelFactory

public class MainSelectionPanelFactory
extends java.lang.Object

Factory of MainSelectionPanel objects. It keep a reference to all MainSelectionPanel objects associated with its key. The user should only use this class to create a MainSelectionPanel object.

Author:
Lulin Song
See Also:
HMMSelectionPanel, NHMMSelectionPanel, MainSelectionPanel

Constructor Summary
MainSelectionPanelFactory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainSelectionPanelFactory

public MainSelectionPanelFactory()