return insertStepDownAction;
}
public static Action getInsertStepUpAction(BossaNovaSequencerImpl sequencer, JTable table) {
if (insertStepUpAction == null) {
insertStepUpAction = new InsertStepUpAction(sequencer, table);
}
return insertStepUpAction;
}