|
||||||||||
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
com.frinika.sequencer.model.notation.ClefChange
public class ClefChange
Field Summary | |
---|---|
int |
clef_octave
|
int |
clef_pos
|
int |
clef_type
|
Fields inherited from class com.frinika.sequencer.model.MultiEvent |
---|
startTick |
Constructor Summary | |
---|---|
ClefChange(MidiPart part,
long startTick)
|
Method Summary | |
---|---|
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.NotationEvent |
---|
commitAddImpl, commitRemoveImpl, getEndTick |
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 |
Field Detail |
---|
public int clef_type
public int clef_pos
public int clef_octave
Constructor Detail |
---|
public ClefChange(MidiPart part, long startTick)
Method Detail |
---|
public void restoreFromClone(EditHistoryRecordable object)
EditHistoryRecordable
restoreFromClone
in interface EditHistoryRecordable
restoreFromClone
in class NotationEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |