|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.AbstractExtension
A bare-bones sample base class for Extensions
Constructor Summary | |
protected |
AbstractExtension(IPlugin plugin)
Inheriting classes should override this |
Method Summary | |
IPlugin |
getPlugin()
Get the plugin that defines this extension. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtension |
getName |
Constructor Detail |
protected AbstractExtension(IPlugin plugin)
plugin
- Method Detail |
public IPlugin getPlugin()
IExtension
getPlugin
in interface IExtension
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |