eclipseme.core.model.impl
Class WirelessToolkit.WirelessToolkitPersistenceDelegate
java.lang.Object
eclipseme.core.model.registry.AbstractPersistenceDelegate
eclipseme.core.model.impl.WirelessToolkit.WirelessToolkitPersistenceDelegate
- All Implemented Interfaces:
- eclipseme.core.model.registry.IPersistenceDelegate
- Enclosing class:
- WirelessToolkit
- public static class WirelessToolkit.WirelessToolkitPersistenceDelegate
- extends eclipseme.core.model.registry.AbstractPersistenceDelegate
Persistence delegate for wireless toolkit instances.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WirelessToolkit.WirelessToolkitPersistenceDelegate
public WirelessToolkit.WirelessToolkitPersistenceDelegate()
readObject
public IPlatformComponent readObject(org.w3c.dom.Element element,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throws eclipseme.core.model.registry.PersistenceException
- Throws:
eclipseme.core.model.registry.PersistenceException- See Also:
IPersistenceDelegate.readObject(org.w3c.dom.Element, org.eclipse.core.runtime.IProgressMonitor)
writeObject
public void writeObject(org.w3c.dom.Element element,
IPlatformComponent toStore,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throws eclipseme.core.model.registry.PersistenceException
- Throws:
eclipseme.core.model.registry.PersistenceException- See Also:
IPersistenceDelegate.writeObject(org.w3c.dom.Element, eclipseme.core.model.IPlatformComponent, org.eclipse.core.runtime.IProgressMonitor)