Package com.antimatterstudios.esftp.properties

Examples of com.antimatterstudios.esftp.properties.ProjectPreferences


    super();
  }

  protected Control createContents(Composite parent) {
    m_interface = new UserInterface(); // TODO: Move this to the constructor
    m_store = new ProjectPreferences((IProject)getElement()); // TODO: Move to the constructor
   
    return m_interface.open(parent, m_store);
  }
View Full Code Here

TOP

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

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.