|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyKey | |
---|---|
org.apache.beehive.controls.api.properties | |
org.apache.beehive.controls.runtime.bean |
Uses of PropertyKey in org.apache.beehive.controls.api.properties |
---|
Methods in org.apache.beehive.controls.api.properties with parameters of type PropertyKey | |
---|---|
Object |
PropertyMap.getProperty(PropertyKey key)
Returns the property value specified by 'key' within this map. |
Object |
BeanPropertyMap.getProperty(PropertyKey key)
Returns the property value specified by 'key' within this map. |
Object |
BaseMap.getProperty(PropertyKey key)
Returns the property value specified by 'key' within this map. |
Object |
AnnotatedElementMap.getProperty(PropertyKey key)
Returns the property value specified by 'key' within this map. |
protected boolean |
BaseMap.isValidKey(PropertyKey key)
Checks to ensure that the provided key is a valid key for this PropertyMap |
void |
PropertyMap.setProperty(PropertyKey key,
Object value)
Sets the property specifed by 'key' within this map. |
void |
BeanPropertyMap.setProperty(PropertyKey key,
Object value)
Sets the property specifed by 'key' within this map. |
void |
AnnotatedElementMap.setProperty(PropertyKey key,
Object value)
Sets the property specifed by 'key' within this map. |
Uses of PropertyKey in org.apache.beehive.controls.runtime.bean |
---|
Methods in org.apache.beehive.controls.runtime.bean with parameters of type PropertyKey | |
---|---|
protected Object |
ControlBean.getControlProperty(PropertyKey key)
Returns a property on the ControlBean instance. |
protected void |
ControlBean.setControlProperty(PropertyKey key,
boolean b)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
byte b)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
char c)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
double d)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
float f)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
int i)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
long l)
|
protected void |
ControlBean.setControlProperty(PropertyKey key,
Object o)
Sets a property on the ControlBean instance. |
protected void |
ControlBean.setControlProperty(PropertyKey key,
short s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |