phenote.gui.factories
Class CharacterTableFactory
java.lang.Object
org.bbop.framework.AbstractComponentFactory<CharacterTable>
phenote.gui.factories.CharacterTableFactory
- All Implemented Interfaces:
- org.bbop.framework.GUIComponentFactory<CharacterTable>
- Direct Known Subclasses:
- ScratchGroupTableFactory
public class CharacterTableFactory
- extends org.bbop.framework.AbstractComponentFactory<CharacterTable>
| 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 |
| 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 |
CharacterTableFactory
public CharacterTableFactory(java.lang.String group)
doCreateComponent
public CharacterTable doCreateComponent(java.lang.String id)
- Specified by:
doCreateComponent in class org.bbop.framework.AbstractComponentFactory<CharacterTable>
getCategory
public org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()
getID
public java.lang.String getID()
getName
public java.lang.String getName()
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.bbop.framework.GUIComponentFactory<CharacterTable>- Overrides:
isSingleton in class org.bbop.framework.AbstractComponentFactory<CharacterTable>