Oxygen XML Editor 14.2 Author API

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


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

Customizes components for the Oxygen views.

Since:
11.2

Field Summary
static java.lang.String CUSTOM
          Deprecated. since Oxygen 12.2. Please define a view id for the extension in the "plugin.xml".
 
Method Summary
 void customizeView(ViewInfo viewInfo)
          Customize the component which gets displayed on a certain view.
 

Field Detail

CUSTOM

@Deprecated
static final java.lang.String CUSTOM
Deprecated. since Oxygen 12.2. Please define a view id for the extension in the "plugin.xml".
The CUSTOM view.

See Also:
Constant Field Values
Method Detail

customizeView

void customizeView(ViewInfo viewInfo)
Customize the component which gets displayed on a certain view.

Parameters:
viewInfo - Information about a view. The view ID is either the ID of an existing Oxygen view or the reserved CUSTOM view.

You can set a new component to display for the view, new title or icon.


Oxygen XML Editor 14.2 Author API

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