mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-19 06:00:04 +00:00
added merge tu grid Panel
moved borders to external components added text field for one line with select
This commit is contained in:
7
src/parser/converters/ConverterInterface.java
Normal file
7
src/parser/converters/ConverterInterface.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package parser.converters;
|
||||
|
||||
import com.sun.jdi.InvalidTypeException;
|
||||
|
||||
public interface ConverterInterface<T> {
|
||||
T convert(String content) throws InvalidTypeException;
|
||||
}
|
||||
Reference in New Issue
Block a user