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

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

Introduction

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

Prototype

public Icon getInactive() 

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());
}