java.lang.Object
com.virtuosotechnologies.lib.base.LinkedObject
com.virtuosotechnologies.asaph.standardmodel.BaseSongMember
- All Implemented Interfaces:
- com.virtuosotechnologies.asaph.model.SongMember
- Direct Known Subclasses:
- BaseSongBlock, BaseString, BaseStringList, StdChordAnnotation, StdChordSet, StdChordSetKey, StdSong, StdSongLine, StdVariation
- abstract class BaseSongMember
- extends com.virtuosotechnologies.lib.base.LinkedObject
- implements com.virtuosotechnologies.asaph.model.SongMember
SongMember base class
| Fields inherited from class com.virtuosotechnologies.lib.base.LinkedObject |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defunct_
private boolean defunct_
parent_
private BaseSongMember parent_
BaseSongMember
BaseSongMember(BaseSongMember parent)
internalSetDefunct
void internalSetDefunct()
internalClearDefunct
void internalClearDefunct()
internalReportUndoableEdit
void internalReportUndoableEdit(javax.swing.event.UndoableEditListener undoListener,
javax.swing.undo.UndoableEdit edit)
internalGetParent
BaseSongMember internalGetParent()
isDefunct
public boolean isDefunct()
- Returns true if this object is defunct-- that is, if it or any of its
ancestors has been removed. If this returns true, the behavior of any
other methods on this object is undefined.
- Specified by:
isDefunct in interface com.virtuosotechnologies.asaph.model.SongMember
getSong
public com.virtuosotechnologies.asaph.model.Song getSong()
- Returns the Song containing this SongMember. If this member is defunct,
this will return the song that contained this member before the member
was defuncted.
- Specified by:
getSong in interface com.virtuosotechnologies.asaph.model.SongMember