public class ComponentAncestorProperty extends AbstractReadableProperty<Container> implements com.google.code.validationframework.api.common.Disposable
Component.
Note that change listeners will not be notified if the Component is not a JComponent.| Constructor and Description |
|---|
ComponentAncestorProperty(Component component) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Container |
getValue()
Gets the value of the property.
|
void |
setValue(Container value) |
addChangeListener, notifyListeners, removeChangeListenerpublic ComponentAncestorProperty(Component component)
public void dispose()
dispose in interface com.google.code.validationframework.api.common.DisposableDisposable.dispose()public Container getValue()
ReadablePropertyWritableProperty that is bound to it.getValue in interface ReadableProperty<Container>ReadableProperty.getValue()public void setValue(Container value)
Copyright © 2013. All Rights Reserved.