|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.model
Interface SimpleString

- 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.
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC