phenote.gui.factories
Class TermInfoFactory

java.lang.Object
  extended by org.bbop.framework.AbstractComponentFactory<TermInfo2>
      extended by phenote.gui.factories.TermInfoFactory
All Implemented Interfaces:
org.bbop.framework.GUIComponentFactory<TermInfo2>

public class TermInfoFactory
extends org.bbop.framework.AbstractComponentFactory<TermInfo2>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bbop.framework.AbstractComponentFactory
org.bbop.framework.AbstractComponentFactory.MessageAction
 
Nested classes/interfaces inherited from interface org.bbop.framework.GUIComponentFactory
org.bbop.framework.GUIComponentFactory.FactoryCategory
 
Constructor Summary
TermInfoFactory()
           
 
Method Summary
 TermInfo2 doCreateComponent(java.lang.String id)
           
 org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 boolean isSingleton()
           
 
Methods inherited from class org.bbop.framework.AbstractComponentFactory
createComponent, getHelpTopicID, getPreferSeparateWindow, isRestoreOnStartup, showInMenus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermInfoFactory

public TermInfoFactory()
Method Detail

getCategory

public org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()

getName

public java.lang.String getName()

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.bbop.framework.GUIComponentFactory<TermInfo2>
Overrides:
isSingleton in class org.bbop.framework.AbstractComponentFactory<TermInfo2>

getID

public java.lang.String getID()

doCreateComponent

public TermInfo2 doCreateComponent(java.lang.String id)
Specified by:
doCreateComponent in class org.bbop.framework.AbstractComponentFactory<TermInfo2>