|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentResolver | |
chrriis.uihierarchy.xml | The base package for all XML-related handling. |
chrriis.uihierarchy.xml.resolver | Package containing the component resolvers, used by the XML parser to link some component definitions to the instances. |
Uses of ComponentResolver in chrriis.uihierarchy.xml |
Methods in chrriis.uihierarchy.xml that return ComponentResolver | |
ComponentResolver |
XmlUIH.getComponentResolver()
Get the component resolver that was used when creating the hierarchy, to map the names in the XML document to some real components. |
Methods in chrriis.uihierarchy.xml with parameters of type ComponentResolver | |
void |
XmlUIH.build(InputStream xmlInputStream,
ComponentResolver componentResolver)
Build a user interface containment hierarchy from an XML stream. |
Uses of ComponentResolver in chrriis.uihierarchy.xml.resolver |
Classes in chrriis.uihierarchy.xml.resolver that implement ComponentResolver | |
class |
ArrayComponentResolver
The component resolver for arrays. |
class |
FieldsComponentResolver
The component resolver for object fields. |
class |
MapComponentResolver
The component resolver for maps. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |