insensa.view.html
Class HtmlCovAndCorTable

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

public class HtmlCovAndCorTable
extends AbstractHtmlView
implements IConnectionHtmlView


Field Summary
private  java.util.List<PearsonCorrelation> covAndCorList
           
 
Fields inherited from class insensa.view.html.AbstractHtmlView
body, doc, editorPane, kit, popupMenu, progressBar, save, scrollPane, styleSheet
 
Constructor Summary
HtmlCovAndCorTable()
           
 
Method Summary
 void addConnection(ConnectionFileChanger connection)
           
 void initComponents()
           
private  java.lang.String initPartialCorrelationMatrices()
           
 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

covAndCorList

private java.util.List<PearsonCorrelation> covAndCorList
Constructor Detail

HtmlCovAndCorTable

public HtmlCovAndCorTable()
Method Detail

addConnection

public void addConnection(ConnectionFileChanger connection)
Specified by:
addConnection in interface IConnectionHtmlView
See Also:
IConnectionHtmlView.addConnection(insensa.connections.ConnectionFileChanger)

initComponents

public void initComponents()
                    throws java.io.IOException
Throws:
java.io.IOException

initPartialCorrelationMatrices

private java.lang.String initPartialCorrelationMatrices()
Returns:

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