Java com.intellij.openapi.ui FixedSizeButton fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.ui FixedSizeButton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.ui FixedSizeButton.

The text is from its open source code.

Constructor

FixedSizeButton()
FixedSizeButton(int size)
Creates the FixedSizeButton with specified size.
FixedSizeButton(@NotNull JComponent component)
Creates the FixedSizeButton which size is equals to component.getPreferredSize().height .