|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handler | |
---|---|
org.pentaho.di.i18n | |
org.pentaho.di.laf |
Uses of Handler in org.pentaho.di.i18n |
---|
Subinterfaces of Handler in org.pentaho.di.i18n | |
---|---|
interface |
MessageHandler
Standard 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 | |
---|---|
class |
AbstractMessageHandler
Standard Message handler that takes a root package, plus key and resolves that into one/more resultant messages. |
class |
GlobalMessages
|
class |
LAFMessageHandler
|
Uses of Handler in org.pentaho.di.laf |
---|
Classes in org.pentaho.di.laf with type parameters of type Handler | |
---|---|
class |
LAFDelegate<E extends Handler>
A factory delegate for a specific kind of LAFHandler |
Subinterfaces of Handler in org.pentaho.di.laf | |
---|---|
interface |
PropertyHandler
|
Classes in org.pentaho.di.laf that implement Handler | |
---|---|
class |
OverlayProperties
|
class |
OverlayPropertyHandler
|
Methods in org.pentaho.di.laf with type parameters of type Handler | ||
---|---|---|
static
|
LAFFactory.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |