phenote.gui.factories
Class PhenoteOntologyTreeEditorFactory

java.lang.Object
  extended by org.bbop.framework.AbstractComponentFactory<org.oboedit.gui.components.OBOTermPanel>
      extended by org.oboedit.gui.factory.TermPanelFactory
          extended by phenote.gui.factories.PhenoteOntologyTreeEditorFactory
All Implemented Interfaces:
org.bbop.framework.GUIComponentFactory<org.oboedit.gui.components.OBOTermPanel>

public class PhenoteOntologyTreeEditorFactory
extends org.oboedit.gui.factory.TermPanelFactory

This class is used only to provide a customized name for this OBO-Edit component within Phenote.

Author:
Jim Balhoff

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
 
Field Summary
 
Fields inherited from class org.oboedit.gui.factory.TermPanelFactory
logger
 
Constructor Summary
PhenoteOntologyTreeEditorFactory()
           
 
Method Summary
 org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()
           
 java.lang.String getName()
           
 
Methods inherited from class org.oboedit.gui.factory.TermPanelFactory
doCreateComponent, getHelpTopicID, getID
 
Methods inherited from class org.bbop.framework.AbstractComponentFactory
createComponent, getPreferSeparateWindow, isRestoreOnStartup, isSingleton, showInMenus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhenoteOntologyTreeEditorFactory

public PhenoteOntologyTreeEditorFactory()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.bbop.framework.GUIComponentFactory<org.oboedit.gui.components.OBOTermPanel>
Overrides:
getName in class org.oboedit.gui.factory.TermPanelFactory

getCategory

public org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()
Specified by:
getCategory in interface org.bbop.framework.GUIComponentFactory<org.oboedit.gui.components.OBOTermPanel>
Overrides:
getCategory in class org.oboedit.gui.factory.TermPanelFactory