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

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.asaph.model.SongMember

Uses of SongMember in com.virtuosotechnologies.asaph.model
 

Subinterfaces of SongMember in com.virtuosotechnologies.asaph.model
 interface AddedSongBlock
          This interface represents a SongBlock that is added to the song only for a particular Variation.
 interface ChordAnnotation
          A SongLineMember that represents a chord annotation.
 interface ChordSet
          A set of chords for a song.
 interface ChordSetKey
          Specification of a key that a ChordSet could be in.
 interface CommentString
          String object indicating a comment in a song line.
 interface Field
          Base interface for fields
 interface SimpleString
          Interface to a simple string object.
 interface SongBlock
          This interface represents a block of lines in a song.
 interface SongLine
          This interface represents a line in a song.
 interface SongLineMember
          Base interface for SongLine members
 interface StandardSongBlock
          This interface represents a SongBlock that is normally present in a song, but may be omitted in some variations.
 interface StringField
          Field whose value is a string
 interface StringList
          This is the string list interface in an Asaph model.
 interface StringListField
          Field whose value is a string list
 interface StringSongLineMember
          Base interface for SongLineMembers that include text
 interface TextString
          String object indicating text in a song line.
 interface Variation
          A variation on the verses for a song.