$search
Public Member Functions | |
BrowserTab () | |
void | init () |
Static Public Attributes | |
static String | TITLE = "HTML View" |
Package Attributes | |
JEditorPane | browser = null |
JScrollPane | scroll = null |
Static Private Attributes | |
static String | htmlContent = "<html><head></head><body><table width=\"100%\"><tr><td align=\"center\"><img src=\"file:///IMGSRC\"></td></tr></table></body></html>" |
static String | htmlContentError = "<html><head></head><body><table><tr><td align=\"center\">No Screenshot found for this Howto.</td></tr></table></body></html>" |
static final long | serialVersionUID = 2094236267788921978L |
Definition at line 13 of file BrowserTab.java.
instruction::gui::tab::BrowserTab::BrowserTab | ( | ) | [inline] |
Definition at line 25 of file BrowserTab.java.
void instruction::gui::tab::BrowserTab::init | ( | ) | [inline] |
Reimplemented from instruction::gui::tab::InstructionTab.
Definition at line 31 of file BrowserTab.java.
JEditorPane instruction::gui::tab::BrowserTab::browser = null [package] |
Definition at line 22 of file BrowserTab.java.
String instruction::gui::tab::BrowserTab::htmlContent = "<html><head></head><body><table width=\"100%\"><tr><td align=\"center\"><img src=\"file:///IMGSRC\"></td></tr></table></body></html>" [static, private] |
Definition at line 19 of file BrowserTab.java.
String instruction::gui::tab::BrowserTab::htmlContentError = "<html><head></head><body><table><tr><td align=\"center\">No Screenshot found for this Howto.</td></tr></table></body></html>" [static, private] |
Definition at line 20 of file BrowserTab.java.
JScrollPane instruction::gui::tab::BrowserTab::scroll = null [package] |
Definition at line 23 of file BrowserTab.java.
final long instruction::gui::tab::BrowserTab::serialVersionUID = 2094236267788921978L [static, private] |
Reimplemented from instruction::gui::tab::InstructionTab.
Definition at line 15 of file BrowserTab.java.
String instruction::gui::tab::BrowserTab::TITLE = "HTML View" [static] |
Reimplemented from instruction::gui::tab::InstructionTab.
Definition at line 17 of file BrowserTab.java.