net.sf.jmp3renamer
Interface GeneralPlugin

All Superinterfaces:
Plugin

public interface GeneralPlugin
extends Plugin

This interface has to be implemented by plugIns, which want to act as general plugins, appearing in the plugins menu


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 Plugin
 void setDialog(JDialog dialog)
          The dialog containing the plugin.
 
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 Plugin

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

setDialog

void setDialog(JDialog dialog)
The dialog containing the plugin. Enables the plugin to add WindowListener etc.