FileTree v1.0.0 (1)
-
Hierarchical File Tree Representation: Presents files and folders in a hierarchical tree structure.
-
Hover-Navigated Directory: Highlights directories as users navigate through them by clicking. This feature enhances user experience by visually indicating the current directory and providing a clear, interactive method for exploring the directory tree.
-
Lazy Loading: Optimizes loading time by only loading child nodes when expanded.
-
Asynchronous File System: Performs file functions like expanding, collapsing, loading files in
FileTree, etc. in the background thread to avoid blocking the Main UI Thread. -
Customizable Icons: Allows you to set custom icons for files and folders.
-
Flexibility: Integrates seamlessly with various IDE UI frameworks (Android Views, Swing, SWT, Jetpack Compose).