Package org.pdfsam.guiclient.dto

Examples of org.pdfsam.guiclient.dto.StringItem


        rotationBox = new JComboBox();
        rotationBox.addItem("90");
        rotationBox.addItem("180");
        rotationBox.addItem("270");
        rotationPagesBox = new JComboBox();
        rotationPagesBox.addItem(new StringItem(ValidationUtility.ALL_STRING, GettextResource.gettext(config
                .getI18nResourceBundle(), "All")));
        rotationPagesBox.addItem(new StringItem(ValidationUtility.EVEN_STRING, GettextResource.gettext(config
                .getI18nResourceBundle(), "Even")));
        rotationPagesBox.addItem(new StringItem(ValidationUtility.ODD_STRING, GettextResource.gettext(config
                .getI18nResourceBundle(), "Odd")));

        rotateComboLabel.setText(GettextResource.gettext(config.getI18nResourceBundle(),
                "Clockwise rotation (degrees):"));
        rotatePagesComboLabel.setText(GettextResource.gettext(config.getI18nResourceBundle(), "Pages:"));
View Full Code Here

TOP

Related Classes of org.pdfsam.guiclient.dto.StringItem

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.