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

de.rpgframework.jfx.DataInputPane Maven / Gradle / Ivy

/**
 * 
 */
package de.rpgframework.jfx;

/**
 * @author prelle
 *
 */
public interface DataInputPane {
	
	//-------------------------------------------------------------------
	/**
	 * Data to display
	 */
	public void setData(T data);
	
	//-------------------------------------------------------------------
	/**
	 * Current content of the GUI shall be written into the given object
	 * 
	 * @param data Object to store data in
	 */
	public void writeIntoData(T data);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy