|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tecnick.jxhtmledit.JXHTMLConfig
public class JXHTMLConfig
Loads configutation files for JXHTMLEDIT.
Copyright (c) 2002-2006 Tecnick.com S.r.l (www.tecnick.com) Via Ugo
Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com -
info@tecnick.com
Project homepage: http://jxhtmledit.sourceforge.net
License: http://www.gnu.org/copyleft/gpl.html GPL 2
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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()
Method Detail |
---|
public com.tecnick.xmlconfigreader.XMLConfigReader getButtons()
public com.tecnick.tmxjavabridge.TMXResourceBundle getTMXresources()
public com.tecnick.htmlutils.xhtmltranscoder.XHTMLTranscoder getTranscoder()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |