org.freehep.application.studio.pluginmanager
Class PluginManager
java.lang.Object
org.freehep.application.studio.Plugin
org.freehep.application.studio.pluginmanager.PluginManager
- All Implemented Interfaces:
- Runnable
public class PluginManager
- extends Plugin
- implements Runnable
A Plugin which provides a Plugin Manager.
- Version:
- $Id: PluginManager.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- tonyj
Method Summary |
protected void |
init()
Called to initialize the plugin. |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginManager
public PluginManager()
init
protected void init()
throws SAXException,
IOException
- Description copied from class:
Plugin
- Called to initialize the plugin. Note that at this time
other plugins may not have been loaded, and the GUI may not
yet be visible.
- Overrides:
init
in class Plugin
- Throws:
SAXException
IOException
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2000-2006 FreeHEP. All Rights Reserved.