phenote.gui.factories
Class PhenoteGraphViewFactory

java.lang.Object
  extended by org.bbop.framework.AbstractComponentFactory<org.oboedit.gui.components.GraphViewCanvas>
      extended by org.oboedit.gui.factory.GraphViewFactory
          extended by phenote.gui.factories.PhenoteGraphViewFactory
All Implemented Interfaces:
org.bbop.framework.GUIComponentFactory<org.oboedit.gui.components.GraphViewCanvas>

public class PhenoteGraphViewFactory
extends org.oboedit.gui.factory.GraphViewFactory


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.GraphViewFactory
logger
 
Constructor Summary
PhenoteGraphViewFactory()
           
 
Method Summary
 org.oboedit.gui.components.GraphViewCanvas doCreateComponent(java.lang.String id)
           
 org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()
           
 java.lang.String getHelpTopicID()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 
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

PhenoteGraphViewFactory

public PhenoteGraphViewFactory()
Method Detail

getID

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

doCreateComponent

public org.oboedit.gui.components.GraphViewCanvas doCreateComponent(java.lang.String id)
Overrides:
doCreateComponent in class org.oboedit.gui.factory.GraphViewFactory

getName

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

getCategory

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

getHelpTopicID

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