public class JXHTMLConfig
extends java.lang.Object
Constructor and Description |
---|
JXHTMLConfig()
Void Constructor.
|
JXHTMLConfig(java.lang.String config_dir,
java.lang.String lang)
Constructor
Must be called on applet init to load applet data from configuration files.
|
Modifier and Type | Method and Description |
---|---|
com.tecnick.xmlconfigreader.XMLConfigReader |
getButtons()
Returns an XMLConfigReader object containing buttons data.
|
com.tecnick.tmxjavabridge.TMXResourceBundle |
getTMXresources()
Returns localized text resources loaded from XML configuration file.
|
com.tecnick.htmlutils.xhtmltranscoder.XHTMLTranscoder |
getTranscoder()
Returns a XHTMLTranscoder object used to cleanup XHTML code.
|
public JXHTMLConfig(java.lang.String config_dir, java.lang.String lang)
config_dir
- String configuration files directorylang
- String ISO 639 language identifier (a two- or three-letter code)public JXHTMLConfig()
public com.tecnick.xmlconfigreader.XMLConfigReader getButtons()
public com.tecnick.tmxjavabridge.TMXResourceBundle getTMXresources()
public com.tecnick.htmlutils.xhtmltranscoder.XHTMLTranscoder getTranscoder()