phenote.gui.factories
Class ScratchGroupsViewFactory

java.lang.Object
  extended by org.bbop.framework.AbstractComponentFactory<ScratchGroupsView>
      extended by phenote.gui.factories.ScratchGroupsViewFactory
All Implemented Interfaces:
org.bbop.framework.GUIComponentFactory<ScratchGroupsView>

public class ScratchGroupsViewFactory
extends org.bbop.framework.AbstractComponentFactory<ScratchGroupsView>

Factory for ScratchGroupsView.

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
 
Constructor Summary
ScratchGroupsViewFactory()
           
 
Method Summary
 ScratchGroupsView 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
 

Constructor Detail

ScratchGroupsViewFactory

public ScratchGroupsViewFactory()
Method Detail

doCreateComponent

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

getCategory

public org.bbop.framework.GUIComponentFactory.FactoryCategory getCategory()

getID

public java.lang.String getID()

getName

public java.lang.String getName()