/[schmitzm]/trunk/src/skrueger/geotools/Copyable.java
ViewVC logotype

Annotation of /trunk/src/skrueger/geotools/Copyable.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 420 - (hide annotations)
Thu Oct 1 20:22:48 2009 UTC (15 years, 5 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/Copyable.java
File MIME type: text/plain
File size: 289 byte(s)
* 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     }

Properties

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