|
Oxygen XML Editor, Version 14.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=EXTENDABLE, src=PUBLIC) public interface URLChooserToolbarExtension
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 Summary | |
---|---|
javax.swing.Icon |
getToolbarIcon()
Get the toolbar icon. |
java.lang.String |
getToolbarTooltip()
Get the tooltip to be placed on the toolbar button. |
Method Detail |
---|
javax.swing.Icon getToolbarIcon()
null
if the action should not be included in the toolbar.
null
.java.lang.String getToolbarTooltip()
null
but
there is an icon provided, the URLChooserPluginExtension.getMenuName()
will be
used instead.
null
.
|
Oxygen XML Editor, Version 14.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |