|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV NEXT | ||||||||
A
- ALTERNATETITLELIST_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of alternate titles field.
- AUTHOR_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of author field.
- AddedSongBlock - interface com.virtuosotechnologies.asaph.model.AddedSongBlock.
- This interface represents a SongBlock that is added to the song only for a particular Variation.
- addAlternateKey(Note, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Add a new alternate key to the chord set.
- addChordSet(String, Note, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Add a ChordSet
- addCopyOfSong(Song) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Makes a copy of the given song and adds it to the database.
- addEmptySong(String, Locale) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Add a new empty Song to the database.
- addStringField(String, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Add a string field.
- addStringListField(String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Add a string list field.
- addVariation(UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Add a Variation
C
- COMMENT_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of comment field.
- COPYRIGHT_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of copyright field.
- ChordAnnotation - interface com.virtuosotechnologies.asaph.model.ChordAnnotation.
- A SongLineMember that represents a chord annotation.
- ChordSet - interface com.virtuosotechnologies.asaph.model.ChordSet.
- A set of chords for a song.
- ChordSetKey - interface com.virtuosotechnologies.asaph.model.ChordSetKey.
- Specification of a key that a ChordSet could be in.
- CommentString - interface com.virtuosotechnologies.asaph.model.CommentString.
- String object indicating a comment in a song line.
- checkOutSong(SongID) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Get a song by SongID.
- clear(UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Clear the song body, removes all titles, keywords, chord sets, fields and notes, and clears the credits and copyright.
- clear(UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Clear the string list
- clearSongCache() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet
- Clear the song caches for all entries in the set
- com.virtuosotechnologies.asaph.model - package com.virtuosotechnologies.asaph.model
- commitSong(Song) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Commit changes to this song.
- containsSongID(SongID) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Tests whether the given song id exists in this database.
- createEmptyResultSet() - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Create an empty result set.
- createLinkedCopy() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet
- Create a copy of this result set that is linked to this one.
D
- DatabaseNotWritableException - exception com.virtuosotechnologies.asaph.model.DatabaseNotWritableException.
- Unable to modify the database because it is not writable.
- DatabaseNotWritableException() - Constructor for class com.virtuosotechnologies.asaph.model.DatabaseNotWritableException
- DatabaseNotWritableException(String) - Constructor for class com.virtuosotechnologies.asaph.model.DatabaseNotWritableException
- DatabaseNotWritableException(String, Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.DatabaseNotWritableException
- DatabaseNotWritableException(Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.DatabaseNotWritableException
E
- equals(Object) - Method in interface com.virtuosotechnologies.asaph.model.SongID
- Equals
- equals(Object) - Method in interface com.virtuosotechnologies.asaph.model.SongOperation
- The equals method should return true if the given object is a SongOperation with the same semantics as this one.
F
- Field - interface com.virtuosotechnologies.asaph.model.Field.
- Base interface for fields
- forceCommitSong(Song) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Commit changes to this song.
- forceCommitSongAs(Song, SongID) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Force-commit a song as the given SongID.
G
- getAddingVariation() - Method in interface com.virtuosotechnologies.asaph.model.AddedSongBlock
- Get the Variation in which this block is added.
- getAlternateKeyCount() - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get the number of alternate keys
- getBlockCount() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the total number of SongBlocks in the song.
- getBlockCount(Variation) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the number of SongBlocks present for the given variation.
- getBlockForSerializableID(String) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get a SongBlock given a serializable ID.
- getChordSet() - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Get the ChordSet relevant to this annotation.
- getChordSetCount() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the number of ChordSets.
- getChordSetForSerializableID(String) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get a ChordSet given a serializable ID.
- getData() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet.Entry
- Get the data object for this entry
- getDatabase() - Method in interface com.virtuosotechnologies.asaph.model.SongID
- Get the database that owns this song
- getDatabase() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet
- Get the SongDatabase that created this result set.
- getDefaultChordSet() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get default chord set.
- getEntryCollection() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet
- Get an immutable collection view of the entries in the set.
- getEntryFor(SongID) - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet
- Get the data associated with the given SongID.
- getFieldCount() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the number of fields.
- getFieldName() - Method in interface com.virtuosotechnologies.asaph.model.Field
- Get the name of the field.
- getFollowingChords() - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Get the array of chords that should follow the main chord.
- getIndentLevel() - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Get the indent level
- getIndentLevel() - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the indent level
- getInfoString() - Method in interface com.virtuosotechnologies.asaph.model.ChordSetKey
- Get a SimpleString containing description info for the ChordSetKey.
- getKeyNote() - Method in interface com.virtuosotechnologies.asaph.model.ChordSetKey
- Get the note for key signature.
- getKeySignatureType() - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get a SimpleString containing the key signature type.
- getLineCount() - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Get the number of lines
- getLocale() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the locale of the song.
- getMemberCount() - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the number of members
- getMemberCount(ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the number of members in the given chord set
- getName() - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get a SimpleString containing the name of the chord set.
- getName() - Method in interface com.virtuosotechnologies.asaph.model.Variation
- Get a SimpleString containing the name of the variation.
- getNamedField(String) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Search for the field with the given name.
- getNativeKey() - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get the ChordSetKey representing the native key signature.
- getNextAlternateKey(ChordSetKey) - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get the next alternate key following reference.
- getNextBlock(SongBlock) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the next block following reference.
- getNextBlock(SongBlock, Variation) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the next block following reference, in the given variation.
- getNextChordSet(ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the next chord set following reference.
- getNextField(Field) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the next field following reference.
- getNextLine(SongLine) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Get the next line following reference.
- getNextMember(SongLineMember) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the next member following reference.
- getNextMember(SongLineMember, ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the next member following reference.
- getNextString(SimpleString) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Get the next string following reference.
- getNextVariation(Variation) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the next variation following reference.
- getNthBlock(int) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the nth SongBlock
- getNthBlock(int, Variation) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the nth SongBlock in the given variation.
- getNthChordSet(int) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the nth ChordSet
- getNthField(int) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the nth field
- getNthLine(int) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Get the nth line
- getNthMember(int) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the nth member
- getNthMember(int, ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the nth member
- getNthString(int) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Get the nth string
- getNthVariation(int) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the nth Variation
- getOmittingVariations() - Method in interface com.virtuosotechnologies.asaph.model.StandardSongBlock
- Get a set of Variations in which this block is omitted.
- getPrecedingChords() - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Get the array of chords that should precede the main chord.
- getPreviousAlternateKey(ChordSetKey) - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get the previous alternate key preceding reference.
- getPreviousBlock(SongBlock) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the previous block preceding reference.
- getPreviousBlock(SongBlock, Variation) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the previous block preceding reference, in the given variation.
- getPreviousChordSet(ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the previous chord set preceding reference.
- getPreviousField(Field) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the previous field preceding reference.
- getPreviousLine(SongLine) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Get the previous line preceding reference.
- getPreviousMember(SongLineMember) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the previous member preceding reference.
- getPreviousMember(SongLineMember, ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the previous member preceding reference.
- getPreviousString(SimpleString) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Get the previous string preceding reference.
- getPreviousVariation(Variation) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the previous variation preceding reference.
- getPrimaryChord() - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Get the primary chord.
- getSerializableID() - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Get a string ID that can be used to serialize references to this ChordSet.
- getSerializableID() - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Get a string ID that can be used to serialize references to this SongBlock.
- getSerializableID() - Method in interface com.virtuosotechnologies.asaph.model.Variation
- Get a string ID that can be used to serialize references to this Variation.
- getSong() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet.Entry
- Check out the Song referenced by this entry.
- getSong() - Method in interface com.virtuosotechnologies.asaph.model.SongMember
- Returns the Song containing this SongMember.
- getSongBlock() - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Get the containing song block
- getSongID() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the id used to check out the song from its database.
- getSongID() - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet.Entry
- Get the SongID for this entry
- getSongIDForString(String) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Get the SongID for the given string, if it exists.
- getSongLine() - Method in interface com.virtuosotechnologies.asaph.model.SongLineMember
- Get the containing song line
- getString() - Method in interface com.virtuosotechnologies.asaph.model.SimpleString
- Get the string value.
- getStringCount() - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Get the number of strings in the list
- getStringRepresentation() - Method in interface com.virtuosotechnologies.asaph.model.SongID
- Get the string representation
- getVariationCount() - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get the number of Variations.
- getVariationForSerializableID(String) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Get a Variation given a serializable ID.
I
- insertBlockAfter(SongBlock, Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Add a SongBlock at the given position in the given variation.
- insertBlockBefore(SongBlock, Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Add a SongBlock at the given position in the given variation.
- insertChordAnnotationAfter(SongLineMember, ChordSet, Chord, Chord[], Chord[], UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Add a chord annotation at the given position.
- insertChordAnnotationBefore(SongLineMember, ChordSet, Chord, Chord[], Chord[], UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Add a chord annotation at the given position.
- insertCommentStringAfter(SongLineMember, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Add a comment string at the given position.
- insertCommentStringBefore(SongLineMember, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Add a comment string at the given position.
- insertLineAfter(SongLine, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Add a line at the given position.
- insertLineBefore(SongLine, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Add a line at the given position.
- insertStringAfter(SimpleString, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Add a string to the list at the given position
- insertStringBefore(SimpleString, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Add a string to the list at the given position
- insertTextStringAfter(SongLineMember, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Add a text string at the given position.
- insertTextStringBefore(SongLineMember, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Add a text string at the given position.
- isDefunct() - Method in interface com.virtuosotechnologies.asaph.model.SongMember
- Returns true if this object is defunct-- that is, if it or any of its ancestors has been removed.
- isInChordSet(ChordSet) - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Returns true if this annotation in the given ChordSet.
- isSongFresh(Song) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Check the commit count to see if this song is still fresh.
- isWritable() - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Returns true if the database is writable.
K
- KEYWORDLIST_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of keywords field.
M
- MAINTITLE_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of main title field.
N
- NOTESLIST_FIELD - Static variable in interface com.virtuosotechnologies.asaph.model.Song
- Name of notes field.
O
- omitVariation(Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.StandardSongBlock
- Add a variation to the set of omitting variations.
P
- perform(SongIDResultSet) - Method in interface com.virtuosotechnologies.asaph.model.SongOperation
- Performs the operation on the given result set.
- performOperation(SongOperation, SongIDResultSet) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Perform an operation on a set of songs.
R
- removeAlternateKey(ChordSetKey, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.ChordSet
- Remove the given alternate key from the chord set.
- removeBlock(SongBlock, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Remove the given SongBlock.
- removeChordSet(ChordSet, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Remove a ChordSet.
- removeField(Field, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Remove a Field.
- removeLine(SongLine, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Remove the given line.
- removeMember(SongLineMember, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Remove the given member.
- removeSong(SongID) - Method in interface com.virtuosotechnologies.asaph.model.SongDatabase
- Remove the given song from the database.
- removeString(SimpleString, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.StringList
- Remove a SimpleString from the list.
- removeVariation(Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Remove a Variation.
S
- SimpleString - interface com.virtuosotechnologies.asaph.model.SimpleString.
- Interface to a simple string object.
- Song - interface com.virtuosotechnologies.asaph.model.Song.
- This is the primary interface to a Song.
- SongBlock - interface com.virtuosotechnologies.asaph.model.SongBlock.
- This interface represents a block of lines in a song.
- SongDatabase - interface com.virtuosotechnologies.asaph.model.SongDatabase.
- This interface represents a database of songs.
- SongDatabaseFailedException - exception com.virtuosotechnologies.asaph.model.SongDatabaseFailedException.
- A problem occurred with the song database
- SongDatabaseFailedException() - Constructor for class com.virtuosotechnologies.asaph.model.SongDatabaseFailedException
- SongDatabaseFailedException(String) - Constructor for class com.virtuosotechnologies.asaph.model.SongDatabaseFailedException
- SongDatabaseFailedException(String, Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.SongDatabaseFailedException
- SongDatabaseFailedException(Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.SongDatabaseFailedException
- SongDeletedException - exception com.virtuosotechnologies.asaph.model.SongDeletedException.
- Unable to commit the song because it has been deleted from the database.
- SongDeletedException() - Constructor for class com.virtuosotechnologies.asaph.model.SongDeletedException
- SongDeletedException(String) - Constructor for class com.virtuosotechnologies.asaph.model.SongDeletedException
- SongDeletedException(String, Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.SongDeletedException
- SongDeletedException(Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.SongDeletedException
- SongID - interface com.virtuosotechnologies.asaph.model.SongID.
- A Song ID.
- SongIDResultSet - interface com.virtuosotechnologies.asaph.model.SongIDResultSet.
- A result set of SongIDs
- SongIDResultSet.Entry - interface com.virtuosotechnologies.asaph.model.SongIDResultSet.Entry.
- Interface representing an entry in the set.
- SongLine - interface com.virtuosotechnologies.asaph.model.SongLine.
- This interface represents a line in a song.
- SongLineMember - interface com.virtuosotechnologies.asaph.model.SongLineMember.
- Base interface for SongLine members
- SongMember - interface com.virtuosotechnologies.asaph.model.SongMember.
- An object that is part of a song.
- SongNotFreshException - exception com.virtuosotechnologies.asaph.model.SongNotFreshException.
- Unable to commit the song because it isn't fresh.
- SongNotFreshException() - Constructor for class com.virtuosotechnologies.asaph.model.SongNotFreshException
- SongNotFreshException(String) - Constructor for class com.virtuosotechnologies.asaph.model.SongNotFreshException
- SongNotFreshException(String, Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.SongNotFreshException
- SongNotFreshException(Throwable) - Constructor for class com.virtuosotechnologies.asaph.model.SongNotFreshException
- SongOperation - interface com.virtuosotechnologies.asaph.model.SongOperation.
- An operation to perform on SongIDResultSets.
- StandardSongBlock - interface com.virtuosotechnologies.asaph.model.StandardSongBlock.
- This interface represents a SongBlock that is normally present in a song, but may be omitted in some variations.
- StringField - interface com.virtuosotechnologies.asaph.model.StringField.
- Field whose value is a string
- StringList - interface com.virtuosotechnologies.asaph.model.StringList.
- This is the string list interface in an Asaph model.
- StringListField - interface com.virtuosotechnologies.asaph.model.StringListField.
- Field whose value is a string list
- StringSongLineMember - interface com.virtuosotechnologies.asaph.model.StringSongLineMember.
- Base interface for SongLineMembers that include text
- setData(Object) - Method in interface com.virtuosotechnologies.asaph.model.SongIDResultSet.Entry
- Set the data object for this entry
- setDefaultChordSet(ChordSet, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.Song
- Set a ChordSet as the default.
- setFollowingChords(Chord[], UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Set the array of chords that should follow the main one.
- setIndentLevel(int, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongBlock
- Set the indent level
- setIndentLevel(int, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SongLine
- Set the indent level
- setKeyNote(Note, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.ChordSetKey
- Set the note for key signature
- setPrecedingChords(Chord[], UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Set the array of chords that should precede the main one.
- setPrimaryChord(Chord, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.ChordAnnotation
- Set the primary chord.
- setString(String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.SimpleString
- Set the string value.
T
- TextString - interface com.virtuosotechnologies.asaph.model.TextString.
- String object indicating text in a song line.
U
- unOmitVariation(Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.model.StandardSongBlock
- Remove a variation from the set of omitting variations.
V
- Variation - interface com.virtuosotechnologies.asaph.model.Variation.
- A variation on the verses for a song.
A C D E F G I K M N O P R S T U V
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV NEXT | ||||||||