Package com.antimatterstudios.esftp.properties

Examples of com.antimatterstudios.esftp.properties.WorkspacePreferences


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

TOP

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

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.