|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpicedt.ui.util.HtmlViewer
public class HtmlViewer
A frame for displaying HTML content (e.g. on-line help, license,…)
Constructor Summary | |
---|---|
HtmlViewer(String fileName,
String title,
MDIManager mdimgr)
Construct a new HTML Window with the given file and title |
|
HtmlViewer(URL contentUrl,
String title,
MDIManager mdimgr)
Construct a new HTML Window with the given file and title |
Method Summary | |
---|---|
static boolean |
fileExits(String fileName)
Teste l'accessibilité d'une resource. |
void |
hyperlinkUpdate(HyperlinkEvent e)
called when a click occurs on a HTML hyperlink (aka <a href=…>) |
static void |
main(String[] args)
test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlViewer(String fileName, String title, MDIManager mdimgr)
fileName
- name of resource accessible from the current classloadermdimgr
- frame providerpublic HtmlViewer(URL contentUrl, String title, MDIManager mdimgr)
mdimgr
- frame providerMethod Detail |
---|
public static boolean fileExits(String fileName)
fileName
- nom d'une resource accessible depuis le classLoader courant.public void hyperlinkUpdate(HyperlinkEvent e)
hyperlinkUpdate
in interface HyperlinkListener
public static void main(String[] args)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |