Package org.erlide.ui.prefs

Examples of org.erlide.ui.prefs.FoldingConfigurationBlock$ErrorPreferences


     * .ui.internal.editors.text.OverlayPreferenceStore)
     */
    @Override
    protected IPreferenceConfigurationBlock createConfigurationBlock(
            final OverlayPreferenceStore overlayPreferenceStore) {
        return new FoldingConfigurationBlock(overlayPreferenceStore);
    }
View Full Code Here

TOP

Related Classes of org.erlide.ui.prefs.FoldingConfigurationBlock$ErrorPreferences

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.