public class JComponentOpaqueProperty extends AbstractReadableProperty<Boolean> implements WritableProperty<Boolean>, com.google.code.validationframework.api.common.Disposable
JComponent.| Constructor and Description |
|---|
JComponentOpaqueProperty(JComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Boolean |
getValue()
Gets the value of the property.
|
void |
setValue(Boolean value)
Sets the value of the property.
|
addChangeListener, notifyListeners, removeChangeListenerpublic JComponentOpaqueProperty(JComponent component)
public void dispose()
dispose in interface com.google.code.validationframework.api.common.DisposableDisposable.dispose()public Boolean getValue()
ReadablePropertyWritableProperty that is bound to it.getValue in interface ReadableProperty<Boolean>ReadableProperty.getValue()public void setValue(Boolean value)
WritablePropertyReadableProperty that is bound to it.setValue in interface WritableProperty<Boolean>value - Property value.WritableProperty.setValue(Object)Copyright © 2013. All Rights Reserved.