label.setText(text);
}
else if (pValue instanceof PluginNode) {
final PluginNode node = (PluginNode) pValue;
final PluginGoalContainer plugin = node.getUserObject();
label.setText(plugin.getName() + " (" + plugin.getVersion() + ")");
label.setIcon(Icons.PLUGIN);
}
else if (pValue instanceof GoalNode) {
final GoalNode node = (GoalNode) pValue;
final Goal goal = node.getUserObject();