Package com.yiistorm.completition.providers

Examples of com.yiistorm.completition.providers.I18CategoryCompletionProvider


import com.yiistorm.completition.providers.I18TitleCompletionProvider;
import com.yiistorm.helpers.YiiContibutorHelper;

public class I18CompletionContributor extends CompletionContributor {
    public I18CompletionContributor() {
        extend(CompletionType.BASIC, categoryPattern(), new I18CategoryCompletionProvider());
        extend(CompletionType.BASIC, titlePattern(), new I18TitleCompletionProvider());
    }
View Full Code Here

TOP

Related Classes of com.yiistorm.completition.providers.I18CategoryCompletionProvider

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.