XML.ObjectLoaderprotected static class BoundedShape.BoundedShapeLoader extends InteractiveShape.InteractiveShapeLoader
| Modifier | Constructor | Description |
|---|---|---|
protected |
BoundedShapeLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
createObject(XMLControl control) |
Creates a new object if the class type has a no-arg constructor.
|
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj) |
Loads the object with xml data.
|
void |
saveObject(XMLControl control,
java.lang.Object obj) |
Empty method.
|
getShapepublic void saveObject(XMLControl control, java.lang.Object obj)
XMLLoadersaveObject in interface XML.ObjectLoadersaveObject in class InteractiveShape.InteractiveShapeLoadercontrol - the controlobj - the objectpublic java.lang.Object createObject(XMLControl control)
XMLLoadercreateObject in interface XML.ObjectLoadercreateObject in class InteractiveShape.InteractiveShapeLoadercontrol - the controlpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
XMLLoaderloadObject in interface XML.ObjectLoaderloadObject in class InteractiveShape.InteractiveShapeLoadercontrol - the controlobj - the object