Uses of Interface
org.pentaho.di.laf.Handler
-
Packages that use Handler Package Description org.pentaho.di.i18n org.pentaho.di.laf -
-
Uses of Handler in org.pentaho.di.i18n
Subinterfaces of Handler in org.pentaho.di.i18n Modifier and Type Interface Description interfaceMessageHandlerStandard Message handler that takes a root package, plus key and resolves that into one/more resultant messages.Classes in org.pentaho.di.i18n that implement Handler Modifier and Type Class Description classAbstractMessageHandlerStandard Message handler that takes a root package, plus key and resolves that into one/more resultant messages.classGlobalMessagesclassLAFMessageHandler -
Uses of Handler in org.pentaho.di.laf
Classes in org.pentaho.di.laf with type parameters of type Handler Modifier and Type Class Description classLAFDelegate<E extends Handler>A factory delegate for a specific kind of LAFHandlerSubinterfaces of Handler in org.pentaho.di.laf Modifier and Type Interface Description interfacePropertyHandlerClasses in org.pentaho.di.laf that implement Handler Modifier and Type Class Description classOverlayPropertiesclassOverlayPropertyHandlerMethods in org.pentaho.di.laf with type parameters of type Handler Modifier and Type Method Description protected static <V extends Handler>
LAFDelegate<V>LAFFactory. getDelegate(Class<V> handler)static <V extends Handler>
VLAFFactory. 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.
-