phenote.gui.factories
Class ProtocolEditorFactory
java.lang.Object
org.bbop.framework.AbstractComponentFactory<org.bbop.framework.GUIComponentWrapper>
phenote.gui.factories.ProtocolEditorFactory
- All Implemented Interfaces:
- org.bbop.framework.GUIComponentFactory<org.bbop.framework.GUIComponentWrapper>
public class ProtocolEditorFactory
- extends org.bbop.framework.AbstractComponentFactory<org.bbop.framework.GUIComponentWrapper>
| 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 |
|
Method Summary |
org.bbop.framework.GUIComponentWrapper |
doCreateComponent(java.lang.String id)
|
org.bbop.framework.GUIComponentFactory.FactoryCategory |
getCategory()
|
java.lang.String |
getID()
|
java.lang.String |
getName()
|
| Methods inherited from class org.bbop.framework.AbstractComponentFactory |
createComponent, getHelpTopicID, getPreferSeparateWindow, isRestoreOnStartup, isSingleton, showInMenus |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolEditorFactory
public ProtocolEditorFactory()
getCategory
public org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()
getName
public java.lang.String getName()
getID
public java.lang.String getID()
doCreateComponent
public org.bbop.framework.GUIComponentWrapper doCreateComponent(java.lang.String id)
- Specified by:
doCreateComponent in class org.bbop.framework.AbstractComponentFactory<org.bbop.framework.GUIComponentWrapper>