|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.standardgui
Class SongLineEditor.LineUndoHelper

java.lang.Objectcom.virtuosotechnologies.asaph.standardgui.UndoHelper
com.virtuosotechnologies.asaph.standardgui.SongLineEditor.LineUndoHelper
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.UndoableEditListener
- Enclosing class:
- SongLineEditor
- class SongLineEditor.LineUndoHelper
- extends UndoHelper
| Field Summary | |
private int |
blockNum_
|
private int |
lineNum_
|
| Constructor Summary | |
(package private) |
SongLineEditor.LineUndoHelper()
|
| Method Summary | |
(package private) void |
finish(EditorSelection newSelection)
|
protected void |
rebuildView()
|
void |
undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
Undoable edit has happened |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
blockNum_
private int blockNum_
lineNum_
private int lineNum_
| Constructor Detail |
SongLineEditor.LineUndoHelper
SongLineEditor.LineUndoHelper()
| Method Detail |
rebuildView
protected void rebuildView()
- Specified by:
rebuildViewin classUndoHelper
undoableEditHappened
public void undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
- Description copied from interface:
javax.swing.event.UndoableEditListener - Undoable edit has happened
- Specified by:
undoableEditHappenedin interfacejavax.swing.event.UndoableEditListener
finish
final void finish(EditorSelection newSelection)
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC