Package org.apache.directory.ldapstudio.browser.core.model

Examples of org.apache.directory.ldapstudio.browser.core.model.BookmarkParameter


     * @param name the symbolic name
     */
    public Bookmark( IConnection connection, DN dn, String name )
    {
        this.connection = connection;
        this.bookmarkParameter = new BookmarkParameter( dn, name );
        this.bookmarkEntry = new DelegateEntry( connection, dn );
    }
View Full Code Here


     * @param name the symbolic name
     */
    public Bookmark( IConnection connection, DN dn, String name )
    {
        this.connection = connection;
        this.bookmarkParameter = new BookmarkParameter( dn, name );
        this.bookmarkEntry = new DelegateEntry( connection, dn );
    }
View Full Code Here

TOP

Related Classes of org.apache.directory.ldapstudio.browser.core.model.BookmarkParameter

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.