*/
public TabGenerator(String imageRoot, LabelProvider labels, HelpLinkResource helpLinkResource) {
this.imageRoot = imageRoot;
this.labels = labels;
this.helpLinkResource = helpLinkResource;
style = new Style(Style.CSS)
.addElement("#header {\n" + " float:left;\n" + " font-size:93%;\n"
+ " line-height:normal;\n" + "}\n" +
"#header ul {\n" + " margin:0;\n" + " padding:0px 0px 0;\n"
+ " list-style:none;\n" + " background-color: #EEEEEE;\n" + "}\n" +