|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.resource.SerializedResourceBuilder
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
extendClass
|
private static String |
RESOURCE
|
Fields inherited from interface wt.tools.resource.ResourceBuilder |
ALLOW_EMPTY_BUNDLE |
Constructor Summary | |
SerializedResourceBuilder()
|
Method Summary | |
void |
buildResource(Dictionary keyValues,
Dictionary constants,
String name,
Locale locale)
Use this ResourceInfo to build a resource, which can be used at run-time, for resource value lookups. |
String |
getExtendClass()
Gets the value of the attribute: extendClass; The name of the class that the runtime built resource will extend. |
String |
getFileExtension()
Supported API: false |
boolean |
isChainedToParent()
Supported API: false |
void |
setExtendClass(String a_ExtendClass)
Sets the value of the attribute: extendClass; The name of the class that the runtime built resource will extend. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String extendClass
Constructor Detail |
public SerializedResourceBuilder()
Method Detail |
public String getExtendClass()
getExtendClass
in interface ResourceBuilder
public void setExtendClass(String a_ExtendClass)
setExtendClass
in interface ResourceBuilder
a_ExtendClass
- public void buildResource(Dictionary keyValues, Dictionary constants, String name, Locale locale) throws WTPropertyVetoException, FileNotFoundException, IOException
buildResource
in interface ResourceBuilder
keyValues
- constants
- locale
- name
-
WTPropertyVetoException
FileNotFoundException
IOException
public String getFileExtension()
getFileExtension
in interface ResourceBuilder
public boolean isChainedToParent()
isChainedToParent
in interface ResourceBuilder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |