Package org.pentaho.di.laf
Class LAFFactory
java.lang.Object
org.pentaho.di.laf.LAFFactory
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected static <V extends Handler>
LAFDelegate<V>getDelegate
(Class<V> handler) static <V extends Handler>
VgetHandler
(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.
-
Constructor Details
-
LAFFactory
public LAFFactory()
-
-
Method Details
-
getDelegate
-
getHandler
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:
-