|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Supportable
The Supportable
interface declares the interface for classes that can
be enhanced dynamically by any Support
object.
The feature lets you extend the logical interface of a specific object. For
an example see PropertySupport
.
For adding a Support
object call
getSupportMap().put(Class, Support)
,
for accessing an existing support object call getSupportMap().get(Class)
where Class is the type of the
Support
.
Method Summary | |
---|---|
SupportMap |
getSupportMap()
Returns the SupportMap of this object. |
Method Detail |
---|
SupportMap getSupportMap()
SupportMap
of this object.
SupportMap
of this object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |