|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyContainer
Dataset property container. This unit contains values for dataset related properties. Property types can be found in Property.java. The value object type should be infered after calling Property.getType();
| Method Summary | |
|---|---|
void |
addListener(PropertyContainerListener listener)
Registers a listener. |
boolean |
allowsNulls()
Returns true if this container allows nulls. |
void |
dispose()
Unregisters and cleans up. |
Property[] |
getAllProperties()
Returns all the currently existing properties. |
java.lang.Object |
getPropertyValue(Property prop)
Return the value for a particular visual property |
boolean |
hasProperty(Property prop)
Returns true if this container has the property. |
void |
removeListener(PropertyContainerListener listener)
Unregisters a listener. |
void |
setPropertyValue(Property prop,
java.lang.Object value)
Change the visual property to a given value. |
| Method Detail |
|---|
void setPropertyValue(Property prop,
java.lang.Object value)
java.lang.Object getPropertyValue(Property prop)
boolean hasProperty(Property prop)
Property[] getAllProperties()
boolean allowsNulls()
void dispose()
void addListener(PropertyContainerListener listener)
void removeListener(PropertyContainerListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||