import org.ytreza.lib.properties.PropertyWithOptions;
public class DriverProperty extends PropertyWithOptions {
public DriverProperty() {
super(Application.getApplication().getProperties(), "connection.driver", Tr._("connection.driver.description"));
add(new SqliteOption());
}