public class BaseControl extends Object
BaseControl class.
| Constructor and Description |
|---|
BaseControl() |
| Modifier and Type | Method and Description |
|---|---|
Base |
base(Object owner)
base.
|
Base |
createBase(MObject mObject,
Base parent)
createBase.
|
Base |
getBaseOf(MObject obj)
getBaseOf.
|
Base |
getCurrentBase()
getCurrentBase.
|
BaseFindStrategy |
getFindStrategy()
Getter for the field
findStrategy. |
InjectStrategy |
getInjectStrategy()
Getter for the field
injectStrategy. |
void |
inject(Object object,
Base base)
inject.
|
Base |
installBase(Base base)
installBase.
|
void |
setFindStrategy(BaseFindStrategy strategy)
Setter for the field
findStrategy. |
void |
setInjectStrategy(InjectStrategy strategy)
Setter for the field
injectStrategy. |
public void setFindStrategy(BaseFindStrategy strategy)
Setter for the field findStrategy.
strategy - a BaseFindStrategy object.public void setInjectStrategy(InjectStrategy strategy)
Setter for the field injectStrategy.
strategy - a InjectStrategy object.public InjectStrategy getInjectStrategy()
Getter for the field injectStrategy.
InjectStrategy object.public BaseFindStrategy getFindStrategy()
Getter for the field findStrategy.
BaseFindStrategy object.Copyright © 2016. All Rights Reserved.