public Object[] getElements(Object inputElement) {
return getChildren(inputElement);
}
});
viewer.setLabelProvider(new BeansNavigatorLabelProvider());
viewer.setAutoExpandLevel(AbstractTreeViewer.ALL_LEVELS);
viewer.setSorter(new BeansNavigatorSorter());
// adding these filters which restrict the contents of
// the view according to what has been typed in the