Parent Directory
|
Revision Log
* Lots of changes in this big commit for GP 1.3 * New Interfaces: Checkable, Copyable, Cancellable, CancellableDialogAdapter to improve the GUI * New DialogManager to unify the handling of all dialogs. * GP-Feature: The dialog for editing/translating a DpEntry has been "enriched".
1 | alfonx | 420 | package skrueger.geotools; |
2 | |||
3 | |||
4 | |||
5 | public interface Copyable<T> { | ||
6 | |||
7 | /** | ||
8 | * Deep copy this obejct to the target object. The target object has to be of the same | ||
9 | * @param t | ||
10 | */ | ||
11 | T copyTo (T t); | ||
12 | |||
13 | /** | ||
14 | * Creates a new instance of T and copies all values. | ||
15 | * @param t | ||
16 | */ | ||
17 | T copy(); | ||
18 | |||
19 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id URL |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |