Class WikipediaSearchTool

java.lang.Object
com.levigo.jadice.web.client.tool.Tool
com.levigo.jadice.web.demo.enterprise.client.WikipediaSearchTool
All Implemented Interfaces:
MenuContributor

public class WikipediaSearchTool extends Tool
A tool providing a wikipedia search button via tool contribution API. The button is added to a menu when some text is selected. By pressing the button the text is concatenated to a wikipedia search string and the URL is opened in a new tab.
  • Constructor Details

    • WikipediaSearchTool

      public WikipediaSearchTool()
  • Method Details