|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.frinika.sequencer.model.MultiEvent
com.frinika.sequencer.model.NotationEvent
public class NotationEvent
| Field Summary |
|---|
| Fields inherited from class com.frinika.sequencer.model.MultiEvent |
|---|
startTick |
| Constructor Summary | |
|---|---|
NotationEvent(MidiPart part,
long startTick)
|
|
| Method Summary | |
|---|---|
void |
commitAddImpl()
Add the MidiEvents generated by this MultiEvent to the track |
void |
commitRemoveImpl()
Remove the MidiEvents generated by this MultiEvent from the track |
long |
getEndTick()
sub classes should override this. |
void |
restoreFromClone(EditHistoryRecordable object)
On removal the EditHistoryContainer will attempt to clone the object - and if restored later it will use the restoreFromClone method to restore the cloned data on the original instance. |
| Methods inherited from class com.frinika.sequencer.model.MultiEvent |
|---|
addToModel, clone, commitAdd, commitChanges, compareTo, deepCopy, deepMove, detachedCopy, getMidiPart, getMultiEventEndTickComparable, getPart, getStartTick, getTrack, getTrackerColumn, getValue, getValueUI, isSelected, isZombie, leftTickForMove, removeFromModel, rightTickForMove, setSelected, setStartTick, setTrackerColumn, setValue, setValueUI |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotationEvent(MidiPart part,
long startTick)
| Method Detail |
|---|
public long getEndTick()
MultiEvent
getEndTick in class MultiEventpublic void commitRemoveImpl()
MultiEvent
public void commitAddImpl()
MultiEvent
public void restoreFromClone(EditHistoryRecordable object)
EditHistoryRecordable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||