|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.OptionModule
org.openbp.jaspira.plugin.ExternalOptionModule
public abstract class ExternalOptionModule
Option module that maintains a reference to its plugin.
For larger plugins, it may be useful to put the module(s) into a separate
class rather than as inner class of the large plugin (see AbstractPlugin.getExternalOptionModuleClasses()).
| Constructor Summary | |
|---|---|
ExternalOptionModule(Plugin plugin)
Constructor. |
|
| Method Summary | |
|---|---|
Plugin |
getPlugin()
Returns the plugin that owns this module. |
| Methods inherited from class org.openbp.jaspira.plugin.OptionModule |
|---|
getExternalOptionClasses, install, loadOptions, uninstall |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalOptionModule(Plugin plugin)
plugin - The plugin this module is associated with| Method Detail |
|---|
public Plugin getPlugin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||