Package perestrojka.common

Examples of perestrojka.common.IProfileProvider


            targetDir,
            view.getAllEntries(),
            new ProblemsDialogCreator(window),
            new ConversionGraphCreator(),
            new ConversionProgressDialog(window),
            new IProfileProvider() {

                public List<String> getDesiredTargetFormats() {
                  String formats = Activator.getDefault().getPreferenceStore().getString(PreferenceConstants.P_FORMATS);
                  StringTokenizer tokenizer = new StringTokenizer(formats, ";");
                  List<String> ret = new ArrayList<String>();
View Full Code Here

TOP

Related Classes of perestrojka.common.IProfileProvider

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.