insensa.view.html
Class HtmlInfoReaderDataTable
java.lang.Object
insensa.view.html.AbstractHtmlView
insensa.view.html.HtmlInfoReaderDataTable
- All Implemented Interfaces:
- IHtmlView, IInfoReaderHtmlView
public class HtmlInfoReaderDataTable
- extends AbstractHtmlView
- implements IInfoReaderHtmlView
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
infoReader
private java.util.List<InfoReader> infoReader
mainTr
private javax.swing.text.Element mainTr
HtmlInfoReaderDataTable
public HtmlInfoReaderDataTable()
addInfoReader
public void addInfoReader(InfoReader infoReader)
throws java.io.IOException
- Specified by:
addInfoReader
in interface IInfoReaderHtmlView
- Throws:
java.io.IOException
- See Also:
IInfoReaderHtmlView.addInfoReader(insensa.inforeader.InfoReader)
addInfoReader
public void addInfoReader(java.util.List<InfoReader> infoReaderList)
throws java.io.IOException
- Specified by:
addInfoReader
in interface IInfoReaderHtmlView
- Throws:
java.io.IOException
- See Also:
IInfoReaderHtmlView.addInfoReader(java.util.List)
addTableContent
private void addTableContent(InfoReader infoReader)
throws java.io.IOException
- Parameters:
infoReader
-
- Throws:
java.io.IOException
initDocument
private void initDocument()
throws java.io.IOException
- Throws:
java.io.IOException
onDropObjects
public void onDropObjects(java.util.List<java.lang.Object> objectList)
throws java.io.IOException
- Specified by:
onDropObjects
in interface IHtmlView
- Throws:
java.io.IOException
- See Also:
IHtmlView.onDropObjects(java.util.List)
refresh
public void refresh(java.awt.Dimension dim)
throws java.io.IOException
- Specified by:
refresh
in interface IHtmlView
- Throws:
java.io.IOException
- See Also:
IHtmlView.refresh(java.awt.Dimension)
startView
public void startView()
throws java.io.IOException
- Specified by:
startView
in interface IHtmlView
- Overrides:
startView
in class AbstractHtmlView
- Throws:
java.io.IOException
- See Also:
AbstractHtmlView.startView()