KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > media > control > MetaDataControl

javax.microedition.media.control
Interface MetaDataControl

All Superinterfaces:
Control

public static final java.lang.String AUTHOR_KEY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final java.lang.String COPYRIGHT_KEY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final java.lang.String DATE_KEY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String[] getKeys()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String getKeyValue(java.lang.String key)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final java.lang.String TITLE_KEY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags