public abstract class AnimatorCoreBase extends Object implements BeanContextProxy
| Modifier and Type | Field and Description |
|---|---|
protected History |
history
History property.
|
protected BeanContextServices |
rootContext
The Bean context for this object (proxied through
#getBeanContextProxy()). |
| Modifier | Constructor and Description |
|---|---|
protected |
AnimatorCoreBase()
Default constructor.
|
protected |
AnimatorCoreBase(History h)
Constructor.
|
protected |
AnimatorCoreBase(History h,
BeanContextServices rc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BeanContextChild |
getBeanContextProxy()
Getter function for
rootContext. |
History |
getHistory()
Getter function for
history. |
static int |
run(String[] args) |
void |
setHistory(History h)
Setter function for
history. |
protected History history
protected BeanContextServices rootContext
#getBeanContextProxy()).
Provides services to contexts and beans in the program.protected AnimatorCoreBase()
BasicHistory
.
Sets to design mode.
Initialises empty context.BasicHistoryprotected AnimatorCoreBase(History h, BeanContextServices rc)
history,
and rootContext.h - historyrc - rootContextprotected AnimatorCoreBase(History h)
history,
and rootContext.h - historypublic History getHistory()
history.history.historypublic void setHistory(History h)
history.h - The property history.historypublic BeanContextChild getBeanContextProxy()
rootContext.getBeanContextProxy in interface BeanContextProxyrootContext,
BeanContextProxypublic static int run(String[] args)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.