insensa.view.html
Interface IHtmlView

All Known Subinterfaces:
IConnectionHtmlView, IInfoReaderHtmlView, IRasterFileHtmlView
All Known Implementing Classes:
AbstractConnectionHtmlView, AbstractHtmlView, HtmlCountValuesTable, HtmlCovAndCorTable, HtmlInfoReaderDataTable, HtmlSpearmanRankCorrelationTable, SpatialReferenceTable

public interface IHtmlView


Method Summary
 javax.swing.JComponent getComponent()
           
 javax.swing.JComponent getDropTargetComponent()
           
 void onDropObjects(java.util.List<java.lang.Object> objectList)
           
 void refresh(java.awt.Dimension dim)
           
 void saveAsHtml(java.lang.String filename)
           
 void startView()
           
 

Method Detail

getComponent

javax.swing.JComponent getComponent()
Returns:

getDropTargetComponent

javax.swing.JComponent getDropTargetComponent()
Returns:

onDropObjects

void onDropObjects(java.util.List<java.lang.Object> objectList)
                   throws java.io.IOException
Parameters:
objectList -
Throws:
java.io.IOException

refresh

void refresh(java.awt.Dimension dim)
             throws java.io.IOException
Parameters:
dim -
Throws:
java.io.IOException

saveAsHtml

void saveAsHtml(java.lang.String filename)
                throws java.io.IOException,
                       javax.swing.text.BadLocationException
Parameters:
filename -
Throws:
java.io.IOException
javax.swing.text.BadLocationException

startView

void startView()
               throws java.io.IOException
Throws:
java.io.IOException