![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.gluebooster.java.booster.basic.text.html.MapContent2HtmlDocument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-basic Show documentation
Show all versions of gb-basic Show documentation
Basic classes to support the development of applications. There should be as few dependencies on other frameworks as possible.
The newest version!
package net.sf.gluebooster.java.booster.basic.text.html;
import java.util.Iterator;
import java.util.Map;
import javax.swing.text.Element;
import javax.swing.text.html.HTMLDocument;
import javax.swing.text.html.HTMLEditorKit;
import net.sf.gluebooster.java.booster.essentials.eventsCommands.CallableAbstraction;
/**
* Writes the contents of a map as html table. Transforms a Map to a
* HTMLDocument.
*
* @author Christian Bauer
*
*/
@SuppressWarnings("rawtypes")
public class MapContent2HtmlDocument extends CallableAbstraction
© 2015 - 2025 Weber Informatics LLC | Privacy Policy