button.addActionListener(new NotifySelectAction(this));
if (isEditable()) {
Action removeAction = new RemoveButtonAction(this, button);
MenuPopupListener popupListener = new MenuPopupListener(
new RemovePopupMenu(removeAction)
);
button.addMouseListener(popupListener);
}