org.enhydra.barracuda.config
Class MasterScreenFactory

java.lang.Object
  |
  +--org.enhydra.barracuda.config.MasterScreenFactory

public class MasterScreenFactory
extends java.lang.Object

This class is used to get an instance of the MasterScreen. We don't use a static getInstance() method here because it needs to use an inner class to act as a ReferenceFactory. Consequently, you would use the factory like this:

new MasterScreenFactory().getInstance(...);


Field Summary
static java.lang.String KEY
           
 
Constructor Summary
MasterScreenFactory()
           
 
Method Summary
 MasterScreen getInstance(EventGateway eg, ControlEventContext context, java.util.Locale locale)
           
protected  EventGateway getRootGateway(EventGateway eg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
Constructor Detail

MasterScreenFactory

public MasterScreenFactory()
Method Detail

getInstance

public MasterScreen getInstance(EventGateway eg,
                                ControlEventContext context,
                                java.util.Locale locale)

getRootGateway

protected EventGateway getRootGateway(EventGateway eg)


Copyright © 2001 Enhydra.org