|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyAware
An interface for objects that can not directly subclass
PropertyBundles and do not want to implement all methods of
PropertySupplying, this interface defines a method that allow the
composition of an object with a PropertyBundles. Possible cases are
object that have to extend some generic class, think of
Component, but still want to have properties.
Implementation note: Objects implementing this interface and may also
implement #Reloadable might do so by using the
PropertyResources.reload(Reloadable) method and passing themself there,
provided the implement the rescanned method.
| Method Summary | |
|---|---|
void |
setComposedProperties(PropertySupplying prop)
Sets the PropertySupplyings object this object wants to draw its
properties from. |
| Method Detail |
|---|
void setComposedProperties(PropertySupplying prop)
PropertySupplyings object this object wants to draw its
properties from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||