Package pdfdb.settings

Examples of pdfdb.settings.ColumnSettingsManager.save()


    /** Saves state of the ColumnData to the underlying manager.
     * @throws java.io.IOException If the save fails. */
    public synchronized void save() throws IOException
    {
        ColumnSettingsManager manager = ColumnSettingsManager.getInstance();
        manager.save();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.