|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginManager
Plugin manager interface.
Method Summary | |
---|---|
Object |
get(String name,
Tree tree,
Node node)
Computes attribute of node of the specified tree. |
Tree |
getTree()
Returns tree under processing. |
void |
process(String name,
Tree tree)
Performs action over the specified tree. |
void |
setTree(Tree tree)
Set tree under processing. |
Methods inherited from interface com.unitesk.atp.tool.PluginManager |
---|
getMessageBox, getName, getPlugin, getPluginProperty, getPluginProperty, getPluginPropertyName |
Method Detail |
---|
void setTree(Tree tree)
Tree getTree()
void process(String name, Tree tree)
name
- The action name.tree
- The tree under processing. If null main tree is used.Object get(String name, Tree tree, Node node)
name
- The attribute name.tree
- The tree under processing. If null main tree is used.node
- the tree node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |