net.groboclown.gui.pluginapp.v1.plugin
Interface IPrimaryComponent

All Superinterfaces:
IElement, IPluginElement, Serializable
All Known Implementing Classes:
EventReporterPlugin, ErrorReporterPlugin

public interface IPrimaryComponent
extends IPluginElement

Defines a main component that is displayed to the user.


Method Summary
 JMenu createMenu()
           
 Component createPane()
           
 String getDisplayName()
           
 
Methods inherited from interface net.groboclown.gui.pluginapp.v1.IElement
getName, getVersion, setup, teardown
 

Method Detail

getDisplayName

public String getDisplayName()

createMenu

public JMenu createMenu()

createPane

public Component createPane()


Written under the LGPL