|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMP3Tag | |
org.farng.mp3 | Start with AbstractMP3Tag or MP3File |
org.farng.mp3.filename | Start with FilenameTag |
org.farng.mp3.id3 | Start with ID3v1, ID3v1_1, ID3v2_2, ID3v2_2Frame, ID3v2_3, ID3v2_3Frame, ID3v2_4, or ID3v2_4Frame. |
org.farng.mp3.lyrics3 | Start with Lyrics3v1 or Lyrics3v2 |
Uses of AbstractMP3Tag in org.farng.mp3 |
Methods in org.farng.mp3 with parameters of type AbstractMP3Tag | |
void |
MP3File.setID3v1Tag(AbstractMP3Tag mp3tag)
Sets the ID3v1 tag for this object. |
void |
MP3File.setID3v2Tag(AbstractMP3Tag mp3tag)
Sets the ID3v2 tag for this object. |
void |
MP3File.setLyrics3Tag(AbstractMP3Tag mp3tag)
Sets the Lyrics3 tag for this object. |
void |
MP3File.delete(AbstractMP3Tag mp3tag)
|
boolean |
AbstractMP3Tag.isSubsetOf(AbstractMP3Tag abstractMP3Tag)
Returns true if this tag is a subset of the argument. |
abstract void |
AbstractMP3Tag.append(AbstractMP3Tag abstractMP3Tag)
This method does nothing, but is called by subclasses for completeness |
abstract void |
AbstractMP3Tag.overwrite(AbstractMP3Tag abstractMP3Tag)
This method does nothing, but is called by subclasses for completeness |
abstract void |
AbstractMP3Tag.write(AbstractMP3Tag abstractMP3Tag)
This method does nothing, but is called by subclasses for completeness |
Constructors in org.farng.mp3 with parameters of type AbstractMP3Tag | |
AbstractMP3Tag(AbstractMP3Tag copyObject)
Creates a new AbstractMP3Tag object. |
Uses of AbstractMP3Tag in org.farng.mp3.filename |
Subclasses of AbstractMP3Tag in org.farng.mp3.filename | |
class |
FilenameTag
This class represents the filename. |
Methods in org.farng.mp3.filename with parameters of type AbstractMP3Tag | |
void |
FilenameToken.matchAgainstTag(AbstractMP3Tag matchTag)
Match all elements of this composite against the given tag. |
void |
FilenameTag.append(AbstractMP3Tag abstractMP3Tag)
|
void |
FilenameTag.overwrite(AbstractMP3Tag abstractMP3Tag)
|
void |
FilenameTag.write(AbstractMP3Tag abstractMP3Tag)
|
void |
FilenameParenthesis.matchAgainstTag(AbstractMP3Tag matchTag)
Match all elements of this composite against the given tag. |
void |
FilenameDelimiter.matchAgainstTag(AbstractMP3Tag matchTag)
Match all elements of this composite against the given tag. |
abstract void |
AbstractFilenameComposite.matchAgainstTag(AbstractMP3Tag matchTag)
Match all elements of this composite against the given tag. |
Uses of AbstractMP3Tag in org.farng.mp3.id3 |
Subclasses of AbstractMP3Tag in org.farng.mp3.id3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
AbstractID3
Superclass for all ID3 tags |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
AbstractID3v1
Superclass for all ID3v1 tags. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
AbstractID3v2
Superclass for all ID3v2 tags |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
ID3v1
|