Interface URLChooserToolbarExtension
- All Superinterfaces:
- PluginExtension
@API(type=EXTENDABLE,
     src=PUBLIC)
public interface URLChooserToolbarExtension
extends PluginExtension
URL chooser toolbar extension.
 Provides toolbar icon and toolbar tooltip for the button to be inserted in the "File" toolbar.
 When pressing the button, the 
URLChooserPluginExtension's chooseURL()
 will be invoked.- 
Method SummaryModifier and TypeMethodDescriptionGet the toolbar icon.Get the tooltip to be placed on the toolbar button.
- 
Method Details- 
getToolbarIconIcon getToolbarIcon()Get the toolbar icon. The action will be placed in the "File" toolbar. Returnnullif the action should not be included in the toolbar.- Returns:
- The toolbar icon or null.
 
- 
getToolbarTooltipString getToolbarTooltip()Get the tooltip to be placed on the toolbar button. If the tooltip isnullbut there is an icon provided, theURLChooserPluginExtension.getMenuName()will be used instead.- Returns:
- The toolbar tooltip or null.
 
 
-