
gdt.jgui.entity.view.View Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JEntigrator Show documentation
Show all versions of JEntigrator Show documentation
The entigrator application
The newest version!
package gdt.jgui.entity.view;
import java.util.Properties;
import javax.swing.table.DefaultTableModel;
import gdt.data.store.Entigrator;
/**
* Interface for a query.
* @author imasa
*
*/
public interface View {
/**
* The select entities method.
* @param entigrator the entigrator.
* @return default table model.
*/
public DefaultTableModel select(Entigrator entigrator);
public String getColumnType(String columnName$);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy