net.sf.jmp3renamer
Interface DataPlugin

All Superinterfaces:
Plugin

public interface DataPlugin
extends Plugin

This interface hast to be implemented by PlugIns, which want to act as datasources, like the FreeDB-PlugIn or the Filetag-PlugIn


Field Summary
 
Fields inherited from interface net.sf.jmp3renamer.Plugin
DATA, FILE, GENERAL
 
Method Summary
 JComponent getGUI()
          Returns a JComponent, which is the GUI for this DataPlugin
 Icon getIcon()
          Returns an icon, which will be shown on the toolbar buttons
 
Methods inherited from interface net.sf.jmp3renamer.Plugin
coreStarted, getAuthor, getConfig, getConfigGUI, getDescription, getName, getType, getVersion, init, saveConfig, toString
 

Method Detail

getGUI

JComponent getGUI()
Returns a JComponent, which is the GUI for this DataPlugin

Returns:
a JComponent, which is the GUI for this DataPlugin

getIcon

Icon getIcon()
Returns an icon, which will be shown on the toolbar buttons

Returns:
an icon, which will be shown on the toolbar buttons