com.unitesk.atp.tree.tool
Class PluginManagerClass

java.lang.Object
  extended by com.unitesk.atp.tool.PluginManagerClass
      extended by com.unitesk.atp.tree.tool.PluginManagerClass
All Implemented Interfaces:
PluginManager

public class PluginManagerClass
extends PluginManagerClass
implements PluginManager

Default implementation of plugin manager interface.

Version:
$Id: PluginManagerClass.java,v 1.1 2004/10/09 06:40:12 all-x Exp $
Author:
Alexey Demakov

Field Summary
protected  Tree tree
           
 
Fields inherited from class com.unitesk.atp.tool.PluginManagerClass
config, mbox, name, table
 
Constructor Summary
PluginManagerClass()
           
 
Method Summary
 Object get(String name, Tree tree, Node node)
          
 Tree getTree()
          
 void process(String name, Tree tree)
          
 void setTree(Tree tree)
          
 
Methods inherited from class com.unitesk.atp.tool.PluginManagerClass
createPluginsTable, getMessageBox, getName, getPlugin, getPluginProperty, getPluginProperty, getPluginPropertyName, getProperty, getProperty, help, initConfig, initMessageBox, initName, initPluginsTable, loadPlugins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.unitesk.atp.tool.PluginManager
getMessageBox, getName, getPlugin, getPluginProperty, getPluginProperty, getPluginPropertyName
 

Field Detail

tree

protected Tree tree
Constructor Detail

PluginManagerClass

public PluginManagerClass()
Method Detail

getTree

public Tree getTree()


setTree

public void setTree(Tree tree)


process

public final void process(String name,
                          Tree tree)


get

public final Object get(String name,
                        Tree tree,
                        Node node)



Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.