public class PropertyUtil
extends java.lang.Object
Constructor and Description |
---|
PropertyUtil() |
Modifier and Type | Method and Description |
---|---|
static Component |
copyComponentProperties(Component source,
Component target)
Copy properties from one component to another of the same class.
|
public static Component copyComponentProperties(Component source, Component target) throws java.lang.Throwable
source
- the source componenttarget
- the target componentjava.lang.Throwable