Package bdsup2sub.core

Examples of bdsup2sub.core.OutputMode


        determineExtensionAndDialogTitle();
    }

    private void determineExtensionAndDialogTitle() {
        OutputMode outputMode = getOutputMode();
        dialogTitle = "Export ";
        if (outputMode == OutputMode.VOBSUB) {
            extension = "idx";
            dialogTitle += "SUB/IDX (VobSub)";
        } else if (outputMode == OutputMode.SUPIFO) {
View Full Code Here

TOP

Related Classes of bdsup2sub.core.OutputMode

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.