106107108109110111112113114
return loadBatchAction; } public static Action getMoveDownStepAction(BossaNovaSequencerImpl sequencer, JTable table) { if (moveDownStepAction == null) { moveDownStepAction = new MoveDownStepAction(sequencer, table); } return moveDownStepAction; }
117118119120121122123124125
108109110111112113114115116
99100101102103104105106107
112113114115116117118119120