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

com.legyver.fenxlib.widgets.filetree.nodes.IFileReference Maven / Gradle / Ivy

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