@API(type=EXTENDABLE,
src=PUBLIC)
public interface ToolbarComponentsCustomizer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CUSTOM
Deprecated.
Since Oxygen 12.2 toolbar IDs are defined in the "plugin.xml".
|
Modifier and Type | Method and Description |
---|---|
void |
customizeToolbar(ToolbarInfo toolbarInfo)
Customize the components which get displayed on a certain toolbar.
|
@Deprecated static final java.lang.String CUSTOM
void customizeToolbar(ToolbarInfo toolbarInfo)
toolbarInfo
- Information about the toolbar (id, default components to add, title).
The toolbar ID is either the ID of an existing Oxygen toolbar or the reserved CUSTOM toolbar.
All Oxygen toolbars IDs are found in MainFrameComponentsConstants
and begin with TOOLBAR_ prefix.
You can set new components in the toolbar and change its title.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.