Package net.infonode.properties.types
Class HoverListenerProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.HoverListenerProperty
- All Implemented Interfaces:
Property
A property of type
HoverListener.-
Constructor Summary
ConstructorsConstructorDescriptionHoverListenerProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the hover listener value of this property in a value container.voidset(Object valueContainer, HoverListener listener) Sets the hover listener value of this property in a value container.Methods inherited from class net.infonode.properties.util.ValueHandlerProperty
getValue, removeValue, setValue, valueIsRemovable, valueIsSetMethods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
-
Constructor Details
-
HoverListenerProperty
public HoverListenerProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor.- Parameters:
group- the property groupname- the property namedescription- the property descriptionvalueHandler- handles values for this property
-
-
Method Details
-
get
Returns the hover listener value of this property in a value container.- Parameters:
valueContainer- the value container- Returns:
- the hover listener value of this property
-
set
Sets the hover listener value of this property in a value container.- Parameters:
valueContainer- the value containerlistener- the hover listener value
-