|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cookxml.core.CookXml cookxml.cookswt.CookSwt
Constructor Summary | |
CookSwt()
create a CookSwt which does not really use variables. |
|
CookSwt(Object varObj)
create a CookSwt with an object in which all variable names are looked up. |
|
CookSwt(Object varObj,
ClassLoader classLoader)
create a CookSwt with an object in which all variable names are looked up. |
|
CookSwt(VarLookup varLookup)
create a CookSwt with with a variable lookup handler. |
|
CookSwt(VarLookup varLookup,
ClassLoader classLoader)
create a CookSwt with with a variable lookup handler. |
Method Summary | |
static DocumentBuilder |
getSwtDocumentBuilder()
Get the default DocumentBuilder for creating a CookSwt object. |
static InheritableTagLibrary |
getSwtTagLibrary()
Get the system wide swt tag library. |
static void |
setSwtDocumentBuilder(DocumentBuilder docBuilder)
Set the default DocumentBuilder used for creating a CookSwt object. |
static void |
setSwtTagLibrary(InheritableTagLibrary tagLibrary)
If you don't like the current swtTabLibrary, it is possible to replace it with your own. |
static void |
setSystemResourceBundle(ResourceBundle bundle)
set the system wide resource bundle for string translation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CookSwt()
public CookSwt(VarLookup varLookup)
varLookup
- the handler for handling variable lookuppublic CookSwt(Object varObj)
varObj
- the object in which all variable names are looked up.public CookSwt(VarLookup varLookup, ClassLoader classLoader)
varLookup
- the handler for handling variable lookupclassLoader
- the ClassLoader used to locate resources.public CookSwt(Object varObj, ClassLoader classLoader)
varObj
- the object in which all variable names are looked up.classLoader
- the ClassLoader used to locate resources.Method Detail |
public static void setSwtTagLibrary(InheritableTagLibrary tagLibrary)
tagLibrary
- the tag library to use instead.public static InheritableTagLibrary getSwtTagLibrary()
public static DocumentBuilder getSwtDocumentBuilder()
public static void setSwtDocumentBuilder(DocumentBuilder docBuilder)
docBuilder
- the DocumentBuilder object to be used.public static void setSystemResourceBundle(ResourceBundle bundle)
bundle
- the resource bundle to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |