Package org.wikipediacleaner.gui.swing.menu

Examples of org.wikipediacleaner.gui.swing.menu.MWPaneDisambiguationMenuCreator.addSeparator()


          (matcher.getExplanation().length() > 0)) {
        menu.addDisabledText(popup, "→ " + matcher.getExplanation() + " ←");
      }
      menu.addCurrentChapter(popup, position, pageAnalysis);

      menu.addSeparator(popup);
      Page templatePage = DataManager.getPage(getWikipedia(), templateTitle, null, null, null);

      menu.addReplaceTemplate(
          getWikipedia(), popup, template, matcher,
          page, pageAnalysis.getPage(), element, textPane);
View Full Code Here


    menu.addReplaceLink(getWikipedia(), popup, page, text, element, textPane);
    menu.addItemRemoveLink(popup, text, textPane, startOffset, endOffset);
    menu.addMarkAsNormal(getWikipedia(), popup, page, text, element, textPane);
    menu.addMarkAsNeedingHelp(getWikipedia(), popup, page, text, element, textPane, addNote);
    menu.addLinkText(getWikipedia(), popup, page, text, element, textPane);
    menu.addSeparator(popup);
    if (page != null) {
      menu.addDisabledText(popup, page.getTitle());
    }
    menu.addCurrentChapter(popup, position, pageAnalysis);
    menu.addSeparator(popup);
View Full Code Here

    menu.addSeparator(popup);
    if (page != null) {
      menu.addDisabledText(popup, page.getTitle());
    }
    menu.addCurrentChapter(popup, position, pageAnalysis);
    menu.addSeparator(popup);
    menu.addAnalyze(getWikipedia(), popup, page);
    menu.addView(getWikipedia(), popup, page, true);
    menu.addDisambiguation(getWikipedia(), popup, page);
    menu.addItemReloadLinks(getWikipedia(), popup, page, getWindow());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.