org.pentaho.di.laf
Class LAFFactory

java.lang.Object
  extended by org.pentaho.di.laf.LAFFactory

public class LAFFactory
extends Object

the LAFFactory provides a mechanism whereby @see Handler s can be dynamically replaced to enable user driven replacement of dynamic resolvers whether ImageHandlers, MessageHandlers, or other elements of Look and Feel.

Author:
dhushon

Constructor Summary
LAFFactory()
           
 
Method Summary
static
<V extends Handler>
V
getHandler(Class<V> handler)
          Return an instance of the class that has been designated as the implementor of the requested Interface, will return null if there is no implementor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LAFFactory

public LAFFactory()
Method Detail

getHandler

public static <V extends Handler> V getHandler(Class<V> handler)
Return an instance of the class that has been designated as the implementor of the requested Interface, will return null if there is no implementor.

Type Parameters:
V -
Parameters:
handler -
Returns: