View Javadoc

1   /*
2    * ObjectTableModelFactory.java
3    * Created on 25 Август 2006 г., 16:39
4    */
5   
6   package org.weda.model;
7   
8   /**
9    *
10   * @author Mikhail Titov
11   */
12  public interface ObjectTableModelFactory extends TableModelFactory{
13      
14  }