Example usage for com.intellij.openapi.options Configurable.Composite interface-usage

List of usage examples for com.intellij.openapi.options Configurable.Composite interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.options Configurable.Composite interface-usage.

Usage

From source file com.intellij.codeInsight.template.postfix.settings.PostfixTemplatesConfigurable.java

public class PostfixTemplatesConfigurable extends SearchableConfigurable.Parent.Abstract
        implements Configurable.Composite, SearchableConfigurable, Configurable.NoScroll {

    public static final Comparator<PostfixTemplate> TEMPLATE_COMPARATOR = new Comparator<PostfixTemplate>() {
        @Override
        public int compare(PostfixTemplate o1, PostfixTemplate o2) {

From source file net.sf.logsupport.LogSupportProjectComponent.java

/**
 * Implements the project bound component to support logging.
 *
 * @author Juergen_Kellerer, 2010-04-02
 * @version 1.0
 */