|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV NEXT | ||||||||
Uses of Interface
com.virtuosotechnologies.asaph.model.SongLine
| Uses of SongLine in com.virtuosotechnologies.asaph.model |
| Methods in com.virtuosotechnologies.asaph.model that return SongLine | |
SongLine |
SongLineMember.getSongLine()
Get the containing song line |
SongLine |
SongBlock.getNthLine(int n)
Get the nth line |
SongLine |
SongBlock.getNextLine(SongLine reference)
Get the next line following reference. |
SongLine |
SongBlock.getPreviousLine(SongLine reference)
Get the previous line preceding reference. |
SongLine |
SongBlock.insertLineBefore(SongLine before,
javax.swing.event.UndoableEditListener undoListener)
Add a line at the given position. |
SongLine |
SongBlock.insertLineAfter(SongLine after,
javax.swing.event.UndoableEditListener undoListener)
Add a line at the given position. |
| Methods in com.virtuosotechnologies.asaph.model with parameters of type SongLine | |
SongLine |
SongBlock.getNextLine(SongLine reference)
Get the next line following reference. |
SongLine |
SongBlock.getPreviousLine(SongLine reference)
Get the previous line preceding reference. |
SongLine |
SongBlock.insertLineBefore(SongLine before,
javax.swing.event.UndoableEditListener undoListener)
Add a line at the given position. |
SongLine |
SongBlock.insertLineAfter(SongLine after,
javax.swing.event.UndoableEditListener undoListener)
Add a line at the given position. |
void |
SongBlock.removeLine(SongLine line,
javax.swing.event.UndoableEditListener undoListener)
Remove the given line. |
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV NEXT | ||||||||