Edit online

Persistent Storage

Your plugin may need to save plugin-specific information persistently between two sessions. The PluginWorkspace,getOptionsStorage() method allows you to save and retrieve (key, value) pairs persistently between sessions (between closing and restarting Oxygen XML Editor). You can also add listeners to be notified when the values for a certain key are changed.