|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.model
Interface ChordSetKey

- All Superinterfaces:
- SongMember
- public interface ChordSetKey
- extends SongMember
Specification of a key that a ChordSet could be in.
| Method Summary | |
SimpleString |
getInfoString()
Get a SimpleString containing description info for the ChordSetKey. |
com.virtuosotechnologies.asaph.model.notation.Note |
getKeyNote()
Get the note for key signature. |
void |
setKeyNote(com.virtuosotechnologies.asaph.model.notation.Note note,
javax.swing.event.UndoableEditListener undoListener)
Set the note for key signature |
| Methods inherited from interface com.virtuosotechnologies.asaph.model.SongMember |
getSong, isDefunct |
| Method Detail |
getInfoString
public SimpleString getInfoString()
- Get a SimpleString containing description info for the ChordSetKey.
Every ChordSetKey has a description, even if it is the empty string.
getKeyNote
public com.virtuosotechnologies.asaph.model.notation.Note getKeyNote()
- Get the note for key signature. The note should normally never be null,
but this method may return null if the data is corrupted.
setKeyNote
public void setKeyNote(com.virtuosotechnologies.asaph.model.notation.Note note, javax.swing.event.UndoableEditListener undoListener)
- Set the note for key signature
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC