return importBatchAfterAction;
}
public static Action getInsertStepDownAction(BossaNovaSequencerImpl sequencer, JTable table) {
if (insertStepDownAction == null) {
insertStepDownAction = new InsertStepDownAction(sequencer, table);
}
return insertStepDownAction;
}