com.legyver.fenxlib.widgets.filetree.nodes.IFileReference 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.nodes;
import java.io.File;
/**
* Provide the file associated with a node in the tree
*/
public interface IFileReference extends INodeReference {
/**
* Get the file associated with the tree node
* @return the file associated with the tree node
*/
File getFile();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy