public interface ComponentNameContext
A ComponentNameContext represents an interface for binding ComponentNames to Object "elements".
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String CLASS_VERSION
java.lang.Object getElement(ComponentName pName)
void putElement(ComponentName pName, java.lang.Object pElement)
void removeElement(ComponentName pName)
boolean isElementBound(ComponentName pName)