
Public Member Functions | |
| String | getTypeName () |
| AttributeSupport | getAttributes () |
| void | applyChanges () |
| void | populateFromParent () |
IManageable interface must be implemented by all those elements administered by Elephant administration tools.
Definition at line 28 of file IManageable.java.
| void org.turro.elephant.layout.IManageable.applyChanges | ( | ) |
| AttributeSupport org.turro.elephant.layout.IManageable.getAttributes | ( | ) |
Implemented in org.turro.elephant.impl.context.DefaultContext, and org.turro.elephant.impl.abstracts.AbstractElement.

| String org.turro.elephant.layout.IManageable.getTypeName | ( | ) |
Implemented in org.turro.elephant.impl.context.DefaultContext, and org.turro.elephant.impl.abstracts.AbstractElement.
| void org.turro.elephant.layout.IManageable.populateFromParent | ( | ) |