|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecttapeutils.SampleModificationHistory
This class holds the parameters for conversion.
| Constructor Summary | |
|---|---|
SampleModificationHistory(Sample sample)
Constructor. |
|
| Method Summary | |
|---|---|
void |
endModification()
End a modification. |
int |
redo()
Redo a modification. |
void |
startModification(int index,
int length)
Start a modification. |
int |
undo()
Undo a modification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SampleModificationHistory(Sample sample)
sample - The sample.| Method Detail |
public void startModification(int index,
int length)
index - length - public void endModification()
public int undo()
public int redo()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||