addGenericButton(m.getSetSelect());
addSeparator();
// Adds insert mode buttons.
String[] stations = getStationList();
for (String station : stations) {
addGenericButton(new SetInsertState(m, station));
}
addSeparator();
// Adds link button
addGenericButton(m.getSetConnect());
// Blocking region button