public class GlobalsDialog
extends java.lang.Object
GlobalsDialog
class holds the global values.Modifier and Type | Field and Description |
---|---|
static int |
COLOR_BRIGHT |
static java.awt.Color |
color_component |
static int |
COLOR_DARK |
static java.awt.Color |
color_error |
static java.awt.Color |
color_font |
static java.awt.Color |
color_menu |
static java.awt.Color |
color_orange |
static java.awt.Color |
color_screen |
static java.awt.Color |
color_selection |
static int |
curr_color_model |
static java.lang.String |
currTime
the current time.
|
static java.lang.String |
currYear
the current year.
|
static boolean |
debug
debugging flag.
|
static int |
errCode
the error code.
|
static java.awt.Font |
fontResult12 |
static java.awt.Font |
fontResult21 |
static java.awt.Font |
fontResult23 |
static java.awt.Font |
fontResult28 |
static java.awt.Font |
fontResultBig |
static java.awt.Font |
fontResultBigBold |
static java.awt.Font |
fontStandard11 |
static java.awt.Font |
fontStandard12 |
static java.awt.Font |
fontStandardBig |
static java.awt.Font |
fontStandardBigBold |
static java.lang.String |
form_file_path |
static boolean |
has_changed
flag for changed data.
|
static java.lang.String |
html_source |
static int |
IS_ERROR |
static java.lang.String |
language_code |
static java.util.Hashtable |
language_index |
static java.util.Locale |
locale_language
the language definition.
|
static n4e.core.tool.Tool4DbMessages |
message |
static int |
NO_ERROR |
static java.lang.String |
pattern_language |
static boolean |
play_intro |
static boolean |
production |
static java.lang.String |
program_name
name of program.
|
static boolean |
show_intro |
static java.lang.String |
supported_languages |
static n4e.core.list.List4SysUser |
sysUser |
static Tool4Dialog |
t4dialog |
static Tool4File |
t4f |
static java.awt.Color |
table_light_grey |
static java.lang.String |
version
version of program.
|
Constructor and Description |
---|
GlobalsDialog(MainDialog dialog,
java.lang.String database_name)
The constructor
GlobalsDialog creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getPropertieComment()
The method
getPropertieComment gets the comments of the propertie file. |
static void |
saveGlobalsDialogProperties()
The method
saveGlobalsDialogProperties writes parameter settings to propertie file. |
static void |
setLanguageCode(java.lang.String code)
The method
setLanguageCode sets the language code. |
public static final int IS_ERROR
public static final int NO_ERROR
public static final int COLOR_BRIGHT
public static final int COLOR_DARK
public static int errCode
public static java.lang.String currYear
public static java.lang.String currTime
public static java.lang.String version
public static java.lang.String program_name
public static boolean debug
public static java.util.Locale locale_language
public static boolean has_changed
public static java.awt.Font fontStandard11
public static java.awt.Font fontStandard12
public static java.awt.Font fontStandardBig
public static java.awt.Font fontStandardBigBold
public static java.awt.Font fontResultBig
public static java.awt.Font fontResultBigBold
public static java.awt.Font fontResult21
public static java.awt.Font fontResult23
public static java.awt.Font fontResult28
public static java.awt.Font fontResult12
public static int curr_color_model
public static java.awt.Color color_component
public static java.awt.Color color_error
public static java.awt.Color color_font
public static java.awt.Color color_menu
public static java.awt.Color color_orange
public static java.awt.Color color_screen
public static java.awt.Color color_selection
public static java.awt.Color table_light_grey
public static n4e.core.list.List4SysUser sysUser
public static java.lang.String language_code
public static boolean play_intro
public static boolean show_intro
public static boolean production
public static java.lang.String form_file_path
public static java.lang.String supported_languages
public static java.util.Hashtable language_index
public static java.lang.String pattern_language
public static n4e.core.tool.Tool4DbMessages message
public static Tool4Dialog t4dialog
public static Tool4File t4f
public static java.lang.String html_source
public GlobalsDialog(MainDialog dialog, java.lang.String database_name)
GlobalsDialog
creates a new instance(object) of the class.dialog
- the calling dialog.database_name
- the name of the database.public static void setLanguageCode(java.lang.String code) throws java.lang.Exception
setLanguageCode
sets the language code.code
- the current language code.java.lang.Exception
- if errorpublic static void saveGlobalsDialogProperties() throws java.lang.Exception
saveGlobalsDialogProperties
writes parameter settings to propertie file.java.lang.Exception
- if errorpublic static java.lang.String getPropertieComment()
getPropertieComment
gets the comments of the propertie file.