Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.virtuosotechnologies.asaph.model

Interface Summary
AddedSongBlock This interface represents a SongBlock that is added to the song only for a particular Variation.
ChordAnnotation A SongLineMember that represents a chord annotation.
ChordSet A set of chords for a song.
ChordSetKey Specification of a key that a ChordSet could be in.
CommentString String object indicating a comment in a song line.
Field Base interface for fields
SimpleString Interface to a simple string object.
Song This is the primary interface to a Song.
SongBlock This interface represents a block of lines in a song.
SongDatabase This interface represents a database of songs.
SongID A Song ID.
SongIDResultSet A result set of SongIDs
SongIDResultSet.Entry Interface representing an entry in the set.
SongLine This interface represents a line in a song.
SongLineMember Base interface for SongLine members
SongMember An object that is part of a song.
SongOperation An operation to perform on SongIDResultSets.
StandardSongBlock This interface represents a SongBlock that is normally present in a song, but may be omitted in some variations.
StringField Field whose value is a string
StringList This is the string list interface in an Asaph model.
StringListField Field whose value is a string list
StringSongLineMember Base interface for SongLineMembers that include text
TextString String object indicating text in a song line.
Variation A variation on the verses for a song.
 

Exception Summary
DatabaseNotWritableException Unable to modify the database because it is not writable.
SongDatabaseFailedException A problem occurred with the song database
SongDeletedException Unable to commit the song because it has been deleted from the database.
SongNotFreshException Unable to commit the song because it isn't fresh.