KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > nightlabs > ipanema > person > edit > fieldbased > TextPersonDataFieldEditor


1 /*
2  * Created on Jan 9, 2005
3  * by alex
4  *
5  */

6 package com.nightlabs.ipanema.person.edit.fieldbased;
7
8 /**
9  * @author Alexander Bieber <alex[AT]nightlabs[DOT]de>
10  *
11  */

12 public class TextPersonDataFieldEditor {
13
14     /**
15      *
16      */

17     public TextPersonDataFieldEditor() {
18         super();
19     }
20
21 }
22
Popular Tags