KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > oddjob > designer > elements > simple > FileAttribute


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

4 package org.oddjob.designer.elements.simple;
5
6 import org.oddjob.designer.model.SimpleAttribute;
7
8 /**
9  * For an attribute that describes a file.
10  *
11  */

12 public class FileAttribute extends SimpleAttribute {
13
14 }
15
Popular Tags