Package xnap.plugin.nap.net

Examples of xnap.plugin.nap.net.Browse


    //--- Method(s) ---

    public IBrowse getBrowse()
    {
  Server s = getPreferredServer();
  return (s != null) ? new Browse(s.getUser(getName())) : null;
    }
View Full Code Here

TOP

Related Classes of xnap.plugin.nap.net.Browse

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.