Package org.ytreza.app.noterex.application.properties.connection.sqlite

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

Related Classes of org.ytreza.app.noterex.application.properties.connection.sqlite.SqliteOption

Copyright © 2018 www.massapicom. 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.