* the vies's contribution
*/
public PlugInView(Contribution contribution) {
super("PlugIn Inspector", new DefaultTreeModel(null), contribution, null);
model = new FilteredTreeModel<>(new PlugInTreeModel(), new TextFilter());
setTreeModel(new SortedTreeModel(model));
}