FreeHEP API
Version current

org.freehep.application.studio.pluginmanager
Class PluginManager

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

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.