phenote.charactertemplate
Class CharacterTemplateTableFactory

java.lang.Object
  extended by org.bbop.framework.AbstractComponentFactory<CharacterTemplateTable>
      extended by phenote.charactertemplate.CharacterTemplateTableFactory
All Implemented Interfaces:
org.bbop.framework.GUIComponentFactory<CharacterTemplateTable>

public class CharacterTemplateTableFactory
extends org.bbop.framework.AbstractComponentFactory<CharacterTemplateTable>


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
CharacterTemplateTableFactory(java.lang.String group, java.lang.String adapterClassName)
           
 
Method Summary
 CharacterTemplateTable 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

CharacterTemplateTableFactory

public CharacterTemplateTableFactory(java.lang.String group,
                                     java.lang.String adapterClassName)
Method Detail

getID

public java.lang.String getID()

doCreateComponent

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

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<CharacterTemplateTable>
Overrides:
isSingleton in class org.bbop.framework.AbstractComponentFactory<CharacterTemplateTable>