mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_internal.md: ExperimentalUI.isNewUI()
This commit is contained in:
parent
bdcdbac7f4
commit
e211c0d160
@ -40,6 +40,7 @@ Each entry is mapped to its corresponding _Replacement_, pointing to the recomme
|
||||
| `CompactVirtualFileSet` | Use `VfsUtilCore.createCompactVirtualFileSet()` |
|
||||
| `DefaultPicoContainer` | Use [extension points](plugin_extensions.md) and [services](plugin_services.md) |
|
||||
| `EdtDataContext` | [See Doc](%gh-ic%/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/EdtDataContext.java) |
|
||||
| `ExperimentalUI.isNewUI()` | Use [`NewUI.isEnabled()`](%gh-ic%/platform/platform-api/src/com/intellij/ui/NewUI.java) |
|
||||
| `FileTypeIndex.NAME` | Use static methods in `FileTypeIndex` directly |
|
||||
| `IElementType.getDebugName()` | Override/use `IElementType.toString()` |
|
||||
| `IconLoader.CachedImageIcon` | Use methods exposed in `IconLoader` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user