Examples of SqliteOption


Examples of org.ytreza.app.noterex.application.properties.connection.sqlite.SqliteOption

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());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.