Package org.rssowl.ui.internal.dialogs.bookmark

Examples of org.rssowl.ui.internal.dialogs.bookmark.CreateBookmarkWizard


    /* Get the parent Folder */
    IFolder parent = OwlUI.getSelectedParent(fParent);

    /* Show Dialog */
    CreateBookmarkWizard wizard = new CreateBookmarkWizard(parent, fPosition, fPreSetLink);
    OwlUI.openWizard(fShell, wizard, true, true, SETTINGS_SECTION);
  }
View Full Code Here

TOP

Related Classes of org.rssowl.ui.internal.dialogs.bookmark.CreateBookmarkWizard

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.