
dnl.utils.text.table.MapBasedTableModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of j-text-utils Show documentation
Show all versions of j-text-utils Show documentation
Gives text representations of common data views such as tree and table.
The newest version!
package dnl.utils.text.table;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import dnl.utils.text.table.TextTableModel;
/**
* A TextTableModel
for java.util.Map
.
*
* @author Daniel Orr
*
*/
public class MapBasedTableModel extends TextTableModel {
private List columnNames;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy