All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.legyver.fenxlib.widgets.filetree.search.INamedItem Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
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