XML.ObjectLoaderElementArrow.Loader, ElementBox.Loader, ElementCircle.Loader, ElementCone.Loader, ElementCylinder.Loader, ElementEllipsoid.Loader, ElementImage.Loader, ElementObject.Loader, ElementPlane.ElementPlaneLoader, ElementPoints.ElementPointsLoader, ElementPolygon.ElementPolygonLoader, ElementSegment.Loader, ElementSpring.Loader, ElementSurface.Loader, ElementTessellation.Loader, ElementTetrahedron.Loader, ElementText.Loader, ElementTrail.Loader, Group.Loaderpublic abstract static class Element.Loader extends java.lang.Object implements XML.ObjectLoader
| Constructor | Description |
|---|---|
Loader() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.Object |
createObject(XMLControl control) |
Creates an object from data in an XMLControl.
|
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj) |
Loads an object with data from an XMLControl.
|
void |
saveObject(XMLControl control,
java.lang.Object obj) |
Saves data from an object to an XMLControl.
|
public abstract java.lang.Object createObject(XMLControl control)
XML.ObjectLoadercreateObject in interface XML.ObjectLoadercontrol - the xml controlpublic void saveObject(XMLControl control, java.lang.Object obj)
XML.ObjectLoadersaveObject in interface XML.ObjectLoadercontrol - the xml controlobj - the objectpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
XML.ObjectLoaderloadObject in interface XML.ObjectLoadercontrol - the xml controlobj - the object