|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SongLineMember indicating text in a song line.
| Field Summary | |
static String |
COMMENT_TYPE
Comment type. |
static String |
DEFAULT_TYPE
Default type. |
| Method Summary | |
String |
getType()
Get the type of string. |
void |
setType(String type,
UndoableEditListener undoListener)
Set the type of string. |
| Methods inherited from interface com.virtuosotechnologies.asaph.model.SimpleString |
getString, setString |
| Methods inherited from interface com.virtuosotechnologies.asaph.model.SongMember |
getSong, isDefunct |
| Methods inherited from interface com.virtuosotechnologies.asaph.model.SongLineMember |
getSongLine |
| Field Detail |
public static final String DEFAULT_TYPE
public static final String COMMENT_TYPE
| Method Detail |
public String getType()
public void setType(String type,
UndoableEditListener undoListener)
type - new valueundoListener - listener to notify if an undoable edit is generated,
or null to suppress generation of undoable edits
NullPointerException - type was null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||