Class HtmlPane

HtmlPane

public class HtmlPane
La fiche HTML qui constitue l'aide en ligne.

Version:
Version 1.0 => Version de base mais alors de base...
Author:
Alamargot François & Buiguez Arnaud;

Variable Index

 o html

Constructor Index

 o HtmlPane()
Constructeur de la page HTML d'aide.

Method Index

 o hyperlinkUpdate(HyperlinkEvent)
Updatede l'information d'un changement d'hyperlien.
 o linkActivated(URL)
Activation d'un lien.

Variables

 o html
 JEditorPane html

Constructors

 o HtmlPane
 public HtmlPane()
Constructeur de la page HTML d'aide.

Methods

 o hyperlinkUpdate
 public void hyperlinkUpdate(HyperlinkEvent e)
Updatede l'information d'un changement d'hyperlien.

 o linkActivated
 protected void linkActivated(URL u)
Activation d'un lien.

Parameters:
u - L'URL a activer.