insensa.view.html
Class HtmlInfoReaderDataTable

java.lang.Object
  extended by insensa.view.html.AbstractHtmlView
      extended by insensa.view.html.HtmlInfoReaderDataTable
All Implemented Interfaces:
IHtmlView, IInfoReaderHtmlView

public class HtmlInfoReaderDataTable
extends AbstractHtmlView
implements IInfoReaderHtmlView


Field Summary
private  java.util.List<InfoReader> infoReader
           
private  javax.swing.text.Element mainTr
           
 
Fields inherited from class insensa.view.html.AbstractHtmlView
body, doc, editorPane, kit, popupMenu, progressBar, save, scrollPane, styleSheet
 
Constructor Summary
HtmlInfoReaderDataTable()
           
 
Method Summary
 void addInfoReader(InfoReader infoReader)
           
 void addInfoReader(java.util.List<InfoReader> infoReaderList)
           
private  void addTableContent(InfoReader infoReader)
           
private  void initDocument()
           
 void onDropObjects(java.util.List<java.lang.Object> objectList)
           
 void refresh(java.awt.Dimension dim)
           
 void startView()
           
 
Methods inherited from class insensa.view.html.AbstractHtmlView
getComponent, getDropTargetComponent, initProgressBar, saveAsHtml, saveTableAsCsv
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface insensa.view.html.IHtmlView
getComponent, getDropTargetComponent, saveAsHtml
 

Field Detail

infoReader

private java.util.List<InfoReader> infoReader

mainTr

private javax.swing.text.Element mainTr
Constructor Detail

HtmlInfoReaderDataTable

public HtmlInfoReaderDataTable()
Method Detail

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()