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

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

Uses of WOARUrlLinkID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type WOARUrlLinkID3V2Frame
 void AllTests.TestID3Visitor.visitWOARUrlLinkID3V2Frame(WOARUrlLinkID3V2Frame oWOARUrlLinkID3V2Frame)
           
 

Uses of WOARUrlLinkID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type WOARUrlLinkID3V2Frame
 void ID3Visitor.visitWOARUrlLinkID3V2Frame(WOARUrlLinkID3V2Frame oWOARUrlLinkID3V2Frame)
           
 

Uses of WOARUrlLinkID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return WOARUrlLinkID3V2Frame
 WOARUrlLinkID3V2Frame[] ID3V2_3_0Tag.getWOARUrlLinkFrames()
          Get all WOAR frames stored in this tag.
 WOARUrlLinkID3V2Frame ID3V2_3_0Tag.removeWOARUrlLinkFrame(java.lang.String sOfficialArtistWebPageUrl)
          Remove a specific WOAR frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type WOARUrlLinkID3V2Frame
 void ID3V2_3_0Tag.addWOARUrlLinkFrame(WOARUrlLinkID3V2Frame oWOARUrlLinkID3V2Frame)
          Add an official artist/performer webpage frame to this tag.