Example usage for com.intellij.openapi.ui.popup IconButton getRegular

List of usage examples for com.intellij.openapi.ui.popup IconButton getRegular

Introduction

In this page you can find the example usage for com.intellij.openapi.ui.popup IconButton getRegular.

Prototype

public Icon getRegular() 

Source Link

Usage

From source file:com.intellij.ui.InplaceButton.java

License:Apache License

public void setIcons(IconButton source) {
    setIcons(source.getRegular(), source.getInactive(), source.getHovered());
}