return saveBatchAsAction;
}
public static Action getSelectDeselectAllStepAction(BossaNovaSequencerImpl sequencer, JTable table) {
if (selectDeselectAllStepAction == null) {
selectDeselectAllStepAction = new SelectDeselectAllStepAction(sequencer, table);
}
return selectDeselectAllStepAction;
}