public class Tool4DialogMessage
extends java.lang.Object
Tool4DialogMessage
class provides the photometric workbench message
of the specified language.Constructor and Description |
---|
Tool4DialogMessage(n4e.core.list.List4SysUser sysUser)
The constructor
Tool4DialogMessage creates a new instance(object) of the class. |
Tool4DialogMessage(java.lang.String language_code)
The constructor
Tool4DialogMessage creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
n4e.core.tool.Tool4DbMessages |
getMessages()
The method
getMessages gets the photometric workbench messages of the language. |
public Tool4DialogMessage(n4e.core.list.List4SysUser sysUser)
Tool4DialogMessage
creates a new instance(object) of the class.sysUser
- the system user objectpublic Tool4DialogMessage(java.lang.String language_code)
Tool4DialogMessage
creates a new instance(object) of the class.language_code
- the current language code.