Uses of Class
org.blinkenlights.jid3.v2.TEXTTextInformationID3V2Frame

Packages that use TEXTTextInformationID3V2Frame
org.blinkenlights.jid3.test   
org.blinkenlights.jid3.util   
org.blinkenlights.jid3.v2   
 

Uses of TEXTTextInformationID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type TEXTTextInformationID3V2Frame
 void AllTests.TestID3Visitor.visitTEXTTextInformationID3V2Frame(TEXTTextInformationID3V2Frame oTEXTTextInformationID3V2Frame)
           
 

Uses of TEXTTextInformationID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type TEXTTextInformationID3V2Frame
 void ID3Visitor.visitTEXTTextInformationID3V2Frame(TEXTTextInformationID3V2Frame oTEXTTextInformationID3V2Frame)
           
 

Uses of TEXTTextInformationID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return TEXTTextInformationID3V2Frame
 TEXTTextInformationID3V2Frame ID3V2_3_0Tag.setTEXTTextInformationFrame(TEXTTextInformationID3V2Frame oTEXTTextInformationID3V2Frame)
          Set a lyricist/text writer frame in this tag.
 TEXTTextInformationID3V2Frame ID3V2_3_0Tag.getTEXTTextInformationFrame()
          Get the TEXT frame set in this tag.
 TEXTTextInformationID3V2Frame ID3V2_3_0Tag.removeTEXTTextInformationFrame()
          Remove the TEXT frame which was set in this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type TEXTTextInformationID3V2Frame
 TEXTTextInformationID3V2Frame ID3V2_3_0Tag.setTEXTTextInformationFrame(TEXTTextInformationID3V2Frame oTEXTTextInformationID3V2Frame)
          Set a lyricist/text writer frame in this tag.