if (bar == null)
return;
StatusBarButton label = (StatusBarButton) bar.find(StatusBarButton.CRS_ITEM_ID);
if (label == null) {
label = new StatusBarButton(StatusBarButton.CRS_ITEM_ID, full);
bar.appendToGroup(StatusLineManager.MIDDLE_GROUP, label);
label.setVisible(true);
// StatusBarToolOptionsPage label2 = new StatusBarToolOptionsPage("An Id",editor);
// bar.appendToGroup(StatusLineManager.BEGIN_GROUP, label2);
// label2.setVisible(true);