Package | Description |
---|---|
org.pentaho.di.i18n | |
org.pentaho.di.laf |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageHandler
Standard Message handler that takes a root package, plus key and resolves that into one/more resultant messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageHandler
Standard Message handler that takes a root package, plus key and resolves that into one/more resultant messages.
|
class |
GlobalMessages |
class |
LAFMessageHandler |
Modifier and Type | Class and Description |
---|---|
class |
LAFDelegate<E extends Handler>
A factory delegate for a specific kind of LAFHandler
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyHandler |
Modifier and Type | Class and Description |
---|---|
class |
OverlayProperties |
class |
OverlayPropertyHandler |
Modifier and Type | Method and Description |
---|---|
static <V extends Handler> |
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.
|