super();
setDescription(HTMLPlugin.getResourceString("JavaScriptPropertyPage.Description"));
}
protected Control createContents(Composite parent) {
tableViewer = new JavaScriptLibraryTable(parent);
try {
params = new HTMLProjectParams(getProject());
} catch (Exception ex) {
HTMLPlugin.logException(ex);
}