wt.clients.util
Class GUIDelegateFactory

java.lang.Object
  extended bywt.clients.util.GUIDelegateFactory
All Implemented Interfaces:
ApplicationContextChild

public class GUIDelegateFactory
extends Object
implements ApplicationContextChild



Supported API: false


Field Summary
private  ApplicationContext applicationContext
           
private static String CLASSNAME
           
private static String RESOURCE
           
static String SERVICE_NAME
           
private static boolean VERBOSE
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
GUIDelegateFactory()
          

Supported API: false
 
Method Summary
 ApplicationContext getApplicationContext()
          

Supported API: false Gets the object for the association that plays role: APPLICATION_CONTEXT.
 ApplicationContextServices getApplicationContextServices()
          

Supported API: false
 GUIDelegate getGUIDelegate(Object requestor, String selector)
          Factory method to return an instance of the GUIDelegate for the given object and given selector passed.
 void setApplicationContext(ApplicationContext a_ApplicationContext)
          

Supported API: false Sets the object for the association that plays role: APPLICATION_CONTEXT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values

applicationContext

private ApplicationContext applicationContext
Constructor Detail

GUIDelegateFactory

public GUIDelegateFactory()
                   throws UnableToLoadServiceProperties


Supported API: false

Throws:
UnableToLoadServiceProperties
Method Detail

getGUIDelegate

public GUIDelegate getGUIDelegate(Object requestor,
                                  String selector)
                           throws WTException
Factory method to return an instance of the GUIDelegate for the given object and given selector passed.

Supported API: false

Throws:
WTException
PropertyVetoException

getApplicationContext

public ApplicationContext getApplicationContext()


Supported API: false Gets the object for the association that plays role: APPLICATION_CONTEXT.

Specified by:
getApplicationContext in interface ApplicationContextChild
Returns:
ApplicationContext

setApplicationContext

public void setApplicationContext(ApplicationContext a_ApplicationContext)
                           throws WTPropertyVetoException


Supported API: false Sets the object for the association that plays role: APPLICATION_CONTEXT.

Specified by:
setApplicationContext in interface ApplicationContextChild
Parameters:
a_ApplicationContext -
Throws:
WTPropertyVetoException

getApplicationContextServices

public ApplicationContextServices getApplicationContextServices()


Supported API: false