|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentNameContext
A ComponentNameContext represents an interface for binding ComponentNames to Object "elements".
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Method Summary | |
|---|---|
java.lang.Object |
getElement(ComponentName pName)
Returns the element bound to the specified name. |
boolean |
isElementBound(ComponentName pName)
Returns true if the name has an element bound to it, false if not. |
void |
putElement(ComponentName pName,
java.lang.Object pElement)
Binds the specified element to the specified name. |
void |
removeElement(ComponentName pName)
Removes the binding for the specified name. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.lang.Object getElement(ComponentName pName)
void putElement(ComponentName pName,
java.lang.Object pElement)
void removeElement(ComponentName pName)
boolean isElementBound(ComponentName pName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||