Uses of Class
org.jaudiotagger.tag.id3.AbstractID3v2Tag.FrameAndSubId

Packages that use AbstractID3v2Tag.FrameAndSubId
org.jaudiotagger.tag.id3   
 

Uses of AbstractID3v2Tag.FrameAndSubId in org.jaudiotagger.tag.id3
 

Methods in org.jaudiotagger.tag.id3 that return AbstractID3v2Tag.FrameAndSubId
protected  AbstractID3v2Tag.FrameAndSubId ID3v24Tag.getFrameAndSubIdFromGenericKey(FieldKey genericKey)
           
protected  AbstractID3v2Tag.FrameAndSubId ID3v23Tag.getFrameAndSubIdFromGenericKey(FieldKey genericKey)
           
protected  AbstractID3v2Tag.FrameAndSubId ID3v22Tag.getFrameAndSubIdFromGenericKey(FieldKey genericKey)
           
protected abstract  AbstractID3v2Tag.FrameAndSubId AbstractID3v2Tag.getFrameAndSubIdFromGenericKey(FieldKey genericKey)
           
 

Methods in org.jaudiotagger.tag.id3 with parameters of type AbstractID3v2Tag.FrameAndSubId
protected  TagField AbstractID3v2Tag.doCreateTagField(AbstractID3v2Tag.FrameAndSubId formatKey, java.lang.String value)
          Create Frame for Id3 Key

Only textual data supported at the moment, should only be used with frames that support a simple string argument.

protected  void AbstractID3v2Tag.doDeleteTagField(AbstractID3v2Tag.FrameAndSubId formatKey)
          Internal delete method
protected  java.lang.String AbstractID3v2Tag.doGetFirst(AbstractID3v2Tag.FrameAndSubId formatKey)