
org.codefx.libfx.collection.tree.navigate.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LibFX Show documentation
Show all versions of LibFX Show documentation
LibFX provides usability classes for Java and JavaFX.
The newest version!
/**
* Provides an abstraction to navigate tree-like
* data structures without requiring them to implement a specific interface.
*
* It contains the {@link org.codefx.libfx.collection.tree.navigate.TreeNavigator TreeNavigator} interface and several
* implementations, e.g. for AWT, Swing and JavaFX component hierarchies.
*/
package org.codefx.libfx.collection.tree.navigate;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy