/*********************************************************
* HtmlToolTipBuilder *
*********************************************************/
public String getToolTip() {
return new HtmlToolTipBuilder() {
public void buildToolTip() {
append(true, "connection", true);
if (getConnectionHandler().getConnectionStatus().isConnected()) {
append(false, " - active", true);
} else if (!getConnectionHandler().isValid()) {