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

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

Introduction

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

Prototype

public Icon getHovered() 

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