mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
(cherry picked from commit 2edd8c1385e84fbc9b497519802ca519f185c429) GitOrigin-RevId: c3b1f8172869b00399d751fca20cea3a1e4b02f3
Grid: Table Component
This component is responsible for rendering tables in various contexts in intellij
Module names
Module naming conventions inside this directory are following:
- All module names start with
intellij.grid - Module-specific word follows
intellij.grid, i.e.imagesmeans that this module is about image support inside tables - Module-specific word, if any, is followed by
coreif this module only brings core, not a full support - Implementation modules end with
impl, API modules don't have this suffix