MagicRefreshableBaseIntelPlugin

BaseIntelPlugin that allows you to refresh the large description panel.

Note that it cannot persist UI state (e.g. scroll position) between refreshes, so you'll have to do that yourself.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun createLargeDescription(rootPanel: CustomPanelAPI, width: Float, height: Float)
Link copied to clipboard
open fun createLargeDescriptionImpl(panel: CustomPanelAPI, width: Float, height: Float)
Override this to create the large description panel.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Refreshes the large description panel.