public abstract class AbstractModelComponentContributor
extends java.lang.Object
IModelComponentContributor, storing the current module.| Constructor and Description |
|---|
AbstractModelComponentContributor(IModule module)
Constructor initializing the module.
|
| Modifier and Type | Method and Description |
|---|---|
IModule |
getModule()
Get the module attached to this contributor.
|
public AbstractModelComponentContributor(IModule module)
module - the module this contributor is about.public IModule getModule()