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

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model
Interface SimpleString  view SimpleString download SimpleString.java

All Superinterfaces:
SongMember
All Known Subinterfaces:
CommentString, StringField, StringSongLineMember, TextString

public interface SimpleString
extends SongMember

Interface to a simple string object.


Method Summary
 java.lang.String getString()
          Get the string value.
 void setString(java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Set the string value.
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongMember
getSong, isDefunct
 

Method Detail

getString

public java.lang.String getString()
Get the string value. The value could be the empty string but will never be null.


setString

public void setString(java.lang.String str,
                      javax.swing.event.UndoableEditListener undoListener)
Set the string value. You may not set the value to null.