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.SimpleString

Uses of SimpleString in com.virtuosotechnologies.asaph.model
 

Subinterfaces of SimpleString in com.virtuosotechnologies.asaph.model
 interface CommentString
          String object indicating a comment in a song line.
 interface StringField
          Field whose value is a string
 interface StringSongLineMember
          Base interface for SongLineMembers that include text
 interface TextString
          String object indicating text in a song line.
 

Methods in com.virtuosotechnologies.asaph.model that return SimpleString
 SimpleString Variation.getName()
          Get a SimpleString containing the name of the variation.
 SimpleString StringList.getNthString(int n)
          Get the nth string
 SimpleString StringList.getNextString(SimpleString reference)
          Get the next string following reference.
 SimpleString StringList.getPreviousString(SimpleString reference)
          Get the previous string preceding reference.
 SimpleString StringList.insertStringBefore(SimpleString before, java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Add a string to the list at the given position
 SimpleString StringList.insertStringAfter(SimpleString after, java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Add a string to the list at the given position
 SimpleString ChordSetKey.getInfoString()
          Get a SimpleString containing description info for the ChordSetKey.
 SimpleString ChordSet.getName()
          Get a SimpleString containing the name of the chord set.
 SimpleString ChordSet.getKeySignatureType()
          Get a SimpleString containing the key signature type.
 

Methods in com.virtuosotechnologies.asaph.model with parameters of type SimpleString
 SimpleString StringList.getNextString(SimpleString reference)
          Get the next string following reference.
 SimpleString StringList.getPreviousString(SimpleString reference)
          Get the previous string preceding reference.
 SimpleString StringList.insertStringBefore(SimpleString before, java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Add a string to the list at the given position
 SimpleString StringList.insertStringAfter(SimpleString after, java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Add a string to the list at the given position
 void StringList.removeString(SimpleString str, javax.swing.event.UndoableEditListener undoListener)
          Remove a SimpleString from the list.