Changes for model factory/event factory (added model marker interface)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-11-23 18:58:52 +00:00
parent e0a3d2ae56
commit e22743ac81
3 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,11 @@
package org.apache.poi.hssf.model;
/**
* enclosing_type describe the purpose here
*
* @author Andrew C. Oliver androliv@cisco.com
*/
public interface Model
{
}

View File

@ -87,8 +87,7 @@ import org.apache.poi.hssf.record
* @version 1.0-pre
*/
public class Sheet
extends java.lang.Object
public class Sheet implements Model
{
public static final short LeftMargin = 0;
public static final short RightMargin = 1;

View File

@ -92,7 +92,7 @@ import org.apache.poi.hssf.util.HSSFColor;
* @version 1.0-pre
*/
public class Workbook {
public class Workbook implements Model {
private static final int DEBUG = POILogger.DEBUG;
// public static Workbook currentBook = null;