Interface DataInputPane<T>
public interface DataInputPane<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidData to displayvoidwriteIntoData(T data) Current content of the GUI shall be written into the given object
-
Method Details
-
setData
Data to display -
writeIntoData
Current content of the GUI shall be written into the given object- Parameters:
data- Object to store data in
-