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

com.ui4j.ide.FileManager Maven / Gradle / Ivy

The newest version!
package com.ui4j.ide;

import java.io.File;

public interface FileManager {

	File getCurrentFile();

	void setCurrentFile(File file);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy