}
/**
- * If set, the checked /gray state of containers (inner nodes) is derived from the checked state of its
+ * If set, the checked /gray state of containers (inner nodes) is derived from the checked state of its
* leaf nodes.
* @param containerMode The containerMode to set
*/
public void create() {
super.create();
- List initialSelections = getInitialSelections();
+ List initialSelections = getInitialElementSelections();
if (initialSelections != null) {
fViewer.setCheckedElements(initialSelections.toArray());
}