Package org.eclipse.php.internal.ui.util

Examples of org.eclipse.php.internal.ui.util.PositiveIntegerStringValidator


        composite,
        PHPUIMessages.CodeAssistPreferencePage_autoActivationDelay,
        PHPCoreConstants.CODEASSIST_AUTOACTIVATION_DELAY,
        4,
        20,
        new PositiveIntegerStringValidator(
            PHPUIMessages.CodeAssistPreferencePage_autoActivationDelayIntValue,
            PHPUIMessages.CodeAssistPreferencePage_autoActivationDelayIntValue,
            PHPUIMessages.CodeAssistPreferencePage_autoActivationDelayPositive));

    setControlsEnablement();
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.util.PositiveIntegerStringValidator

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.