public class ComponentRolloverProperty extends com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Boolean>
If the mouse is over the component, the property value will be true.
| Constructor and Description |
|---|
ComponentRolloverProperty(Component component)
Constructor specifying the component for which the property applies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Boolean |
getValue() |
public void dispose()
dispose in interface com.github.leanframeworks.propertiesframework.api.common.Disposabledispose in class com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Boolean>Disposable.dispose()public Boolean getValue()
ReadableProperty.getValue()Copyright © 2017. All rights reserved.