|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentCreator | |
chrriis.uihierarchy | The core package of the UIHierarchy library. |
chrriis.uihierarchy.creator | Package containing the creators, which are used to create components from some object representations. |
Uses of ComponentCreator in chrriis.uihierarchy |
Methods in chrriis.uihierarchy that return ComponentCreator | |
ComponentCreator |
UIHConfig.getComponentCreator(Class objectClass)
Get the component creator associated to an object class. |
Methods in chrriis.uihierarchy with parameters of type ComponentCreator | |
void |
UIHConfig.setComponentCreator(Class objectClass,
ComponentCreator componentCreator)
Register a component creator associated to an object class. |
Uses of ComponentCreator in chrriis.uihierarchy.creator |
Classes in chrriis.uihierarchy.creator that implement ComponentCreator | |
class |
NullComponentCreator
The component creator that handles the null object. |
class |
StringComponentCreator
A component creator that handles Strings. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |