* Registers SwingX specific Properties for session storage. <p>
*/
protected void injectSessionProperties() {
SessionStorage storage = getContext().getSessionStorage();
storage.putProperty(JXTable.class, new XTableProperty());
storage.putProperty(JXTaskPane.class, new XTaskPaneProperty());
new XProperties().registerPersistenceDelegates();
}