Package com.antimatterstudios.esftp.properties

Examples of com.antimatterstudios.esftp.properties.DefaultPreferences


   * Initializes a preference store with default preference values
   * for this plug-in.
   */
  protected void initialiseDefaultPreferences() {
    System.out.println("INITIALISING DEFAULTS");
    new DefaultPreferences();
  }
View Full Code Here

TOP

Related Classes of com.antimatterstudios.esftp.properties.DefaultPreferences

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.