public interface CopyableControl<T extends Control>
Modifier and Type | Method and Description |
---|---|
T |
copy()
Copies this control.
|
T copy()
Object.clone()
.
The 'depth' of the copy should be determined by the user.Copyright © 2017. All rights reserved.