Example usage for com.intellij.openapi.options SchemeElement interface-usage

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

Introduction

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

Usage

From source file com.intellij.codeInsight.template.impl.TemplateImpl.java

public class TemplateImpl extends Template implements SchemeElement {
    private String myKey;
    private String myString = null;
    private String myDescription;
    private String myGroupName;
    private char myShortcutChar = TemplateSettings.DEFAULT_CHAR;

From source file com.intellij.tools.Tool.java

public class Tool implements SchemeElement {
    @NonNls
    public final static String ACTION_ID_PREFIX = "Tool_";

    private String myName;
    private String myDescription;