jsynoptic.ui
Class HTMLSheetInformation

java.lang.Object
  extended by jsynoptic.ui.HTMLSheetInformation

public class HTMLSheetInformation
extends java.lang.Object

Displays in a HTML document information about a synoptic

Author:
zxpletran007

Nested Class Summary
 class HTMLSheetInformation.HtmlWriterFileFilter
           
 
Field Summary
protected  java.io.File _htmlFile
           
protected  java.io.File _imageFile
           
protected  javax.swing.JFileChooser htmlFileChooser
           
protected  java.lang.String sheetInformationTitle
           
 
Constructor Summary
HTMLSheetInformation(ShapesContainer sheet, DiagramComponent d)
           
 
Method Summary
protected  void copyFile(java.io.File source, java.io.File destination)
           
 java.io.File getHTMLFile()
           
 java.lang.String getTitle()
           
 void save(java.awt.Component parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_htmlFile

protected java.io.File _htmlFile

_imageFile

protected java.io.File _imageFile

sheetInformationTitle

protected java.lang.String sheetInformationTitle

htmlFileChooser

protected javax.swing.JFileChooser htmlFileChooser
Constructor Detail

HTMLSheetInformation

public HTMLSheetInformation(ShapesContainer sheet,
                            DiagramComponent d)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getHTMLFile

public java.io.File getHTMLFile()

getTitle

public java.lang.String getTitle()

save

public void save(java.awt.Component parent)

copyFile

protected void copyFile(java.io.File source,
                        java.io.File destination)