|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavazoom.jlgui.player.amp.tag.TagInfoFactory
public class TagInfoFactory
This class is a factory for TagInfo and TagInfoDialog. It allows to any plug custom TagIngfo parser matching to TagInfo interface.
Method Summary | |
---|---|
static TagInfoFactory |
getInstance()
|
TagInfo |
getTagInfo(java.io.File location)
Get TagInfo for given file. |
TagInfo |
getTagInfo(java.lang.String location)
Return tag info from a given String. |
TagInfo |
getTagInfo(java.net.URL location)
Return tag info from a given URL. |
TagInfoDialog |
getTagInfoDialog(TagInfo taginfo)
Return dialog (graphical) to display tag info. |
java.lang.Class |
getTagInfoImpl(java.lang.String classname)
Load and check class implementation from classname. |
TagInfo |
getTagInfoImplInstance(java.lang.Class aClass)
Return new instance of given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TagInfoFactory getInstance()
public TagInfo getTagInfo(java.net.URL location)
location
-
public TagInfo getTagInfo(java.lang.String location)
location
-
public TagInfo getTagInfo(java.io.File location)
location
-
public TagInfoDialog getTagInfoDialog(TagInfo taginfo)
taginfo
-
public java.lang.Class getTagInfoImpl(java.lang.String classname)
classname
-
public TagInfo getTagInfoImplInstance(java.lang.Class aClass)
aClass
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |