Package org.jdesktop.swingx.appframework.XProperties

Examples of org.jdesktop.swingx.appframework.XProperties.XTaskPaneProperty


     * 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();
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.swingx.appframework.XProperties.XTaskPaneProperty

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.