org.freehep.application.studio.pluginmanager
Class PluginManager

java.lang.Object
  extended by org.freehep.application.studio.Plugin
      extended by 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

Nested Class Summary
 class PluginManager.Commands
           
 
Constructor Summary
PluginManager()
           
 
Method Summary
protected  void init()
          Called to initialize the plugin.
 void run()
           
 
Methods inherited from class org.freehep.application.studio.Plugin
addMenu, applicationVisible, canBeShutDown, getApplication, postInit, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManager

public PluginManager()
Method Detail

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.