|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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)
Plugin
PluginManager
.
setInfo
in interface Plugin
info
- the info recordpublic PluginInfo getInfo()
Plugin
getInfo
in interface Plugin
public 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 |