Example usage for com.intellij.openapi.ui ThreeComponentsSplitter subclass-usage

List of usage examples for com.intellij.openapi.ui ThreeComponentsSplitter subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.ui ThreeComponentsSplitter subclass-usage.

Usage

From source file com.android.tools.idea.uibuilder.mockup.editor.AnimatedComponentSplitter.java

/**
 * A {@link ThreeComponentsSplitter} that can open and close its first and last component
 * with a sliding animation.
 */
@SuppressWarnings("unused")
public class AnimatedComponentSplitter extends ThreeComponentsSplitter {