|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.plugin.AbstractPlugin
public abstract class AbstractPlugin
Provides the default implementation for plugin classes.
| Constructor Summary | |
|---|---|
AbstractPlugin()
|
|
| Method Summary | |
|---|---|
PluginInfo |
getInfo()
Returns information about this plugin. |
void |
setInfo(PluginInfo info)
Sets the information record for this plugin. |
java.lang.String |
toString()
Returns the value get.Info().getName(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.xnap.plugin.Plugin |
|---|
start, startGUI, stop, stopGUI |
| Constructor Detail |
|---|
public AbstractPlugin()
| Method Detail |
|---|
public void setInfo(PluginInfo info)
PluginPluginManager.
setInfo in interface Plugininfo - the info recordpublic PluginInfo getInfo()
Plugin
getInfo in interface Pluginpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||