Oxygen XML Editor 14.2 Author API

ro.sync.exml.workspace.api.standalone
Interface InputURLChooserCustomizer


@API(type=EXTENDABLE,
     src=PUBLIC)
public interface InputURLChooserCustomizer

Customize the actions which appear in any Input URL chooser from Oxygen.

Since:
12.1

Method Summary
 void customizeBrowseActions(java.util.List<javax.swing.Action> existingBrowseActions, InputURLChooser chooser)
          Contribute if necessary to the list of "Browse" actions which appear in any Input URL chooser for Oxygen.
 

Method Detail

customizeBrowseActions

void customizeBrowseActions(java.util.List<javax.swing.Action> existingBrowseActions,
                            InputURLChooser chooser)
Contribute if necessary to the list of "Browse" actions which appear in any Input URL chooser for Oxygen.

Parameters:
existingBrowseActions - The existing list of actions. The first action in the list will be the default one (performed when the drop-down button is clicked).
Note: If a new action is added to the browse action list, a custom icon must be set on the action for situations when its text is not used for display.
chooser - The chooser which will get called to set the new URL by the custom code after the user has chosen the new URL.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.