com.unitesk.atp.tree.tool
Class Tree

java.lang.Object
  extended by com.unitesk.atp.tree.TreeClass
      extended by com.unitesk.atp.tree.tool.Tree
All Implemented Interfaces:
Tree, Serializable

public class Tree
extends TreeClass

Attributed Tree with plugin manager.

Version:
$Id: Tree.java,v 1.3 2004/10/24 06:21:13 all-x Exp $
Author:
Alexey Demakov
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.unitesk.atp.tree.TreeClass
TreeClass.EnumClass, TreeClass.NodeClass
 
Field Summary
protected  MessageBox mbox
           
protected  PluginManager pm
           
 
Fields inherited from class com.unitesk.atp.tree.TreeClass
file, root
 
Constructor Summary
Tree(PluginManager pm)
          Constructs tree with given plugin manager.
 
Method Summary
 MessageBox getMessageBox()
          Returns message box of plugin manager.
 PluginManager getPluginManager()
          Returns plugin manager for this tree.
 
Methods inherited from class com.unitesk.atp.tree.TreeClass
getFile, getRootNode, setFile, setRootNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pm

protected PluginManager pm

mbox

protected MessageBox mbox
Constructor Detail

Tree

public Tree(PluginManager pm)
Constructs tree with given plugin manager.

Method Detail

getPluginManager

public PluginManager getPluginManager()
Returns plugin manager for this tree.


getMessageBox

public MessageBox getMessageBox()
Returns message box of plugin manager.



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