KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > oddjob > designer > model > FormDefinition


1 /*
2  * (c) Rob Gordon 2005
3  */

4 package org.oddjob.designer.model;
5
6 /**
7  * An implementation of Form Definition is able to provide a definition of a
8  * form for the detail panel.
9  */

10 public interface FormDefinition {
11
12 }
13
Popular Tags