|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginManager | |
|---|---|
| com.unitesk.atp.tool | This package provides interfaces and default classes to implement
plugins that extend tool functionality. |
| com.unitesk.atp.tree.tool | This package provides special version of extendable tool for formal text processing tools. |
| Uses of PluginManager in com.unitesk.atp.tool |
|---|
| Classes in com.unitesk.atp.tool that implement PluginManager | |
|---|---|
class |
PluginManagerClass
Plugin manager default implementation. |
class |
Tool
The framework of an application with plugins. |
| Fields in com.unitesk.atp.tool declared as PluginManager | |
|---|---|
protected PluginManager |
PluginClass.pm
|
| Methods in com.unitesk.atp.tool that return PluginManager | |
|---|---|
PluginManager |
PluginClass.getPluginManager()
Gets plugin manager for this plugin. |
PluginManager |
Plugin.getPluginManager()
Gets plugin manager for this plugin. |
| Methods in com.unitesk.atp.tool with parameters of type PluginManager | |
|---|---|
void |
PluginClass.init(PluginManager pm,
String name)
Links this plugin to the specified plugin manager. |
void |
Plugin.init(PluginManager pm,
String name)
Links this plugin to the specified plugin manager. |
| Uses of PluginManager in com.unitesk.atp.tree.tool |
|---|
| Subinterfaces of PluginManager in com.unitesk.atp.tree.tool | |
|---|---|
interface |
PluginManager
Plugin manager interface. |
| Methods in com.unitesk.atp.tree.tool with parameters of type PluginManager | |
|---|---|
void |
Plugin.init(PluginManager pm,
String name)
Links this plugin to the specified plugin manager. Must be called before plugin usage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||