| Package | Description |
|---|---|
| net.sourceforge.czt.animation |
Z Animator.
|
| net.sourceforge.czt.animation.gui.history |
Classes managing animation history.
|
| Modifier and Type | Field and Description |
|---|---|
protected ZLocator |
ZLocator.nextLocator_
The next locator.
|
| Modifier and Type | Method and Description |
|---|---|
static ZLocator |
ZLocator.fromString(String s) |
| Constructor and Description |
|---|
ZLocator(ZLocator nl)
Creates a multi-level locator.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ZLocator,ZValue> |
HistorySupport.inputs_ |
| Modifier and Type | Method and Description |
|---|---|
Map<ZLocator,ZValue> |
HistorySupport.getInputs()
Getter function for the map from locators, and the object.property to bind
them to.
|
Map<ZLocator,ZValue> |
History.getInputs()
Getter function for the map from locators, and the object.property to bind
them to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistorySupport.addInput(ZLocator variable,
BeanContext beanContext,
String beanName,
String property)
Convenience function for adding values into the inputs.
|
void |
History.addInput(ZLocator variable,
BeanContext beanContext,
String beanName,
String property)
Convenience function for adding values into the inputs.
|
void |
HistorySupport.addInput(ZLocator variable,
Object bean,
String property)
Convenience function for adding values into the inputs.
|
void |
History.addInput(ZLocator variable,
Object bean,
String property)
Convenience function for adding values into the inputs.
|
void |
HistorySupport.addInput(ZLocator variable,
ZValue value)
Convenience function for adding values into the inputs.
|
void |
History.addInput(ZLocator variable,
ZValue value)
Convenience function for adding values into the inputs.
|
| Modifier and Type | Method and Description |
|---|---|
ZBinding |
ZLiveHistory.format(Map<ZLocator,ZValue> inputs) |
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.