KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openuss > presentation > layoutformatter > LayoutFormatter


1 /**
2  * Title: OpenUSS - Open Source University Support System
3  * Description: Layout Formatter
4  * Copyright: Copyright (c) B. Lofi Dewanto
5  * Company: University of Muenster
6  * @author B. Lofi Dewanto
7  * @version 1.0
8  */

9 package org.openuss.presentation.layoutformatter;
10
11 /**
12  * The interface for layout formatter.
13  *
14  * @author B. Lofi Dewanto
15  * @version 1.0
16  */

17 public interface LayoutFormatter {
18 }
Popular Tags