Examples of newFixedSetPreference()


Examples of org.jitterbit.application.prefs.PreferenceFactory.newFixedSetPreference()

    private static FixedSetPreference<OperationType> createPref() {
        PreferenceFactory factory = ApplicationConfiguration.getPreferenceFactory();
        String[] path = new String[] { OperationPreferencesPage.PATH };
        String key = "OperationType";
        return factory.newFixedSetPreference(path, key, OperationType.getSelectableTypes(), OperationType.getDefaultType(), "name");
    }

    private DefaultOperationTypePreference() { /**/ }

}
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.