net.groboclown.gui.pluginapp.v1
Interface IElement

All Superinterfaces:
Serializable
All Known Subinterfaces:
IPluginElement, IPrimaryComponent
All Known Implementing Classes:
PluginManager, MainFrame, ElementManager, PropertyManager, EventManager, Core

public interface IElement
extends Serializable

Stores all the datastructures for the installer app.


Method Summary
 String getName()
           
 int getVersion()
           
 void setup(Core core)
           
 void teardown()
           
 

Method Detail

setup

public void setup(Core core)

teardown

public void teardown()

getName

public String getName()

getVersion

public int getVersion()


Written under the LGPL