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,v 1.3 2004/01/16 23:05:03 duns Exp $
- Author:
- tonyj
- Source Code:
- PluginManager.java
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-2004 FreeHEP, All Rights Reserved.