|
||||||||||
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.SubsetMultiEvent
public final class SubsetMultiEvent
This is a Dummy subclass of MultiEvent used to generate MultiEvents that are ordered as the first among the MultiEvents with the same tick.
Field Summary |
---|
Fields inherited from class com.frinika.sequencer.model.MultiEvent |
---|
startTick |
Method Summary | |
---|---|
java.lang.Object |
clone()
If restoration from a clone is needed - this method should return a clone otherwise throw the CloneNotSupportedException |
void |
commitAddImpl()
Add the MidiEvents generated by this MultiEvent to the track |
long |
getEndTick()
sub classes should override this. |
void |
restoreFromClone(EditHistoryRecordable object)
n/a |
Methods inherited from class com.frinika.sequencer.model.MultiEvent |
---|
addToModel, 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 |
Method Detail |
---|
public long getEndTick()
MultiEvent
getEndTick
in class MultiEvent
public void commitAddImpl()
MultiEvent
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EditHistoryRecordable
clone
in interface EditHistoryRecordable
clone
in class MultiEvent
java.lang.CloneNotSupportedException
public void restoreFromClone(EditHistoryRecordable object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |