com.legyver.fenxlib.widgets.filetree.search.INamedItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fenxlib.widgets.filetree Show documentation
Show all versions of fenxlib.widgets.filetree Show documentation
FileTree widget for Fenxlib projects
package com.legyver.fenxlib.widgets.filetree.search;
/**
* Expose the name of an item via its getName() method
*/
public interface INamedItem {
/**
* Get the name that will be displayed in the tree
* @return the name to display in the tree
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy