Public Member Functions | |
void | close () |
synchronized void | show (String theHTML, String theCaption) |
void | showExistingURL () |
Insets | getInsets () |
void | hyperlinkUpdate (HyperlinkEvent event) |
void | menuItemSelected (ActionEvent e) |
void | addImageFile (String imageFile) |
Static Public Member Functions | |
static HTMLViewer | getInstance () |
Static Public Attributes | |
static final int | DATASHEET = 0 |
static final int | WEBLINK = 1 |
static final int | XYMETDATA = 2 |
static final int | ZMETDATA = 3 |
static final int | SENSORTESTDATA = 4 |
static final int | SCTDAQTESTDATA = 5 |
static final int | URLTOPOSTSCRIPT = 6 |
static final int | RAWDATA = 7 |
static final int | SCTDAQTESTLIST = 8 |
static final int | MODULESUMMARY = 9 |
static final int | SCTDBIMAGE = 10 |
Package Attributes | |
JLabel | title |
JScrollPane | scrollPane |
JEditorPane | editorPane |
JLabel | linkText |
JButton | refreshButton |
JButton | closeButton |
JButton | backButton |
JButton | forwardButton |
Vector | htmlFileList |
Vector | captionList |
Vector | imageFileList |
int | htmlIndex |
int | htmlCount |
JMenu | captionMenu |
String | captionString |
String | htmlString |
Private Member Functions | |
HTMLViewer () | |
void | initComponents () |
void | refreshButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | closeButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | forwardButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | backButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | setButtonStates () |
void | printState () |
Static Private Attributes | |
static HTMLViewer | instance = new HTMLViewer() |
Classes | |
class | htmlViewerMouseAdapter |
Definition at line 17 of file HTMLViewer.java.