public class AncestorProperty extends com.google.code.validationframework.base.property.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 |
|---|
AncestorProperty(Component component) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Container |
getValue() |
void |
setValue(Container value) |
public AncestorProperty(Component component)
public void dispose()
dispose in interface com.google.code.validationframework.api.common.DisposableDisposable.dispose()public Container getValue()
getValue in interface com.google.code.validationframework.api.property.ReadableProperty<Container>ReadableProperty.getValue()public void setValue(Container value)
Copyright © 2020. All rights reserved.