org.opensourcephysics.display3d.simple3d
Class Style.StyleLoader

java.lang.Object
  extended byorg.opensourcephysics.controls.XMLLoader
      extended byorg.opensourcephysics.display3d.core.Style.Loader
          extended byorg.opensourcephysics.display3d.simple3d.Style.StyleLoader
All Implemented Interfaces:
XML.ObjectLoader
Enclosing class:
Style

protected static class Style.StyleLoader
extends Style.Loader


Constructor Summary
protected Style.StyleLoader()
           
 
Method Summary
 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)
          Empty method.
 void saveObject(XMLControl control, java.lang.Object obj)
          Empty method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Style.StyleLoader

protected Style.StyleLoader()
Method Detail

createObject

public java.lang.Object createObject(XMLControl control)
Description copied from class: XMLLoader
Creates a new object if the class type has a no-arg constructor.

Specified by:
createObject in interface XML.ObjectLoader
Specified by:
createObject in class Style.Loader

saveObject

public void saveObject(XMLControl control,
                       java.lang.Object obj)
Description copied from class: XMLLoader
Empty method.

Specified by:
saveObject in interface XML.ObjectLoader
Overrides:
saveObject in class Style.Loader

loadObject

public java.lang.Object loadObject(XMLControl control,
                                   java.lang.Object obj)
Description copied from class: XMLLoader
Empty method.

Specified by:
loadObject in interface XML.ObjectLoader
Overrides:
loadObject in class Style.Loader