EN · DE · RU · FR · ES

#320: LantDirectoryBrowser.kt

projectforge-application/src/main/kotlin/org/projectforge/setup/wizard/lanterna/LantDirectoryBrowser.kt Kotlin class, projectforge-application/src/main/kotlin/org/projectforge/setup/wizard/lanterna/LantDirectoryBrowser.kt 184 lines · 132 code · 31 comments · 21 blank
Lanterna-based directory browser component for navigating the filesystem. Supports arrow key navigation, directory entry/exit, and returns the selected path. Used during setup wizard for choosing installation directories.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
4def09990 Deprecated Kotlin functions: toLowerCase -> lowerCase, toUpperCase -> uppercase.