mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
ui_faq.md: Progress section
This commit is contained in:
parent
33c40ac117
commit
615f6a7e89
@ -78,6 +78,12 @@ If you use the insets elsewhere, you need to manually call `JBInsets.update()` i
|
|||||||
|
|
||||||
## Icons
|
## Icons
|
||||||
|
|
||||||
|
### Progress
|
||||||
|
|
||||||
|
Animated progress icons can be obtained via [`AsyncProcessIcon`](%gh-ic%/platform/platform-api/src/com/intellij/util/ui/AsyncProcessIcon.java).
|
||||||
|
|
||||||
|
[`LoadingDecorator`](%gh-ic%/platform/platform-api/src/com/intellij/openapi/ui/LoadingDecorator.kt) provides "loading" placeholder panel.
|
||||||
|
|
||||||
### Manipulating Icons
|
### Manipulating Icons
|
||||||
|
|
||||||
Use [`IconUtil`](%gh-ic%/platform/core-ui/src/util/IconUtil.kt) to scale/colorize/darken/desaturate existing [icons](icons.md) as needed.
|
Use [`IconUtil`](%gh-ic%/platform/core-ui/src/util/IconUtil.kt) to scale/colorize/darken/desaturate existing [icons](icons.md) as needed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user