public interface PropertyAccess<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getType() |
T |
getValue(Component cmp) |
void |
setValue(Component cmp,
T value) |
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.