@API(type=EXTENDABLE,
src=PUBLIC)
public abstract class MenusAndToolbarsContributorCustomizer
extends java.lang.Object
Constructor and Description |
---|
MenusAndToolbarsContributorCustomizer() |
Modifier and Type | Method and Description |
---|---|
void |
customizeAuthorBreadcrumbPopUpMenu(javax.swing.JPopupMenu popUp,
AuthorAccess authorAccess,
AuthorNode currentNode)
Customize a pop-up menu about to be shown in the Author page Breadcrumb (current elements path) toolbar.
|
void |
customizeAuthorOutlinePopUpMenu(javax.swing.JPopupMenu popUp,
AuthorAccess authorAccess)
Customize a pop-up menu about to be shown in the Author page Outline view.
|
void |
customizeAuthorPageExtensionMenu(javax.swing.JMenu extensionMenu,
AuthorAccess authorAccess)
Customize an extension main menu contributed by the Author page document type configuration.
|
void |
customizeAuthorPageExtensionToolbar(ToolbarInfo toolbarInfo,
AuthorAccess authorAccess)
Customize an extension toolbar contributed by the Author page document type configuration.
|
void |
customizeAuthorPopUpMenu(javax.swing.JPopupMenu popUp,
AuthorAccess authorAccess)
Customize a pop-up menu in the Author page before showing it.
|
void |
customizeDITAMapPopUpMenu(javax.swing.JPopupMenu popUp,
WSDITAMapEditorPage ditaMapEditorPage)
Customize a pop-up menu in the DITA Maps Manager page before showing it.
|
void |
customizeDITAMapsManagerExtendedToolbar(ToolbarInfo toolbarInfo)
Customize the DITA Maps Manager extended toolbar.
|
void |
customizeDITAMapsManagerMainToolbar(ToolbarInfo toolbarInfo)
Customize the DITA Maps Manager main toolbar.
|
void |
customizeEditorTabPopUpMenu(javax.swing.JPopupMenu popUpMenu,
WSEditor editor)
Customize the pop-up menu shown when right-clicking the tab of an editor (where the filename is presented).
|
void |
customizeTextPopUpMenu(javax.swing.JPopupMenu popUp,
WSTextEditorPage textPage)
Customize a pop-up menu in the Text page before showing it.
|
public MenusAndToolbarsContributorCustomizer()
public void customizeAuthorPageExtensionMenu(javax.swing.JMenu extensionMenu, AuthorAccess authorAccess)
extensionMenu
- The extension menu.authorAccess
- Access class to the author functions.public void customizeAuthorPageExtensionToolbar(ToolbarInfo toolbarInfo, AuthorAccess authorAccess)
toolbarInfo
- Information about toolbar components.authorAccess
- Access class to the author functions.public void customizeDITAMapsManagerExtendedToolbar(ToolbarInfo toolbarInfo)
toolbarInfo
- The toolbar information.public void customizeDITAMapsManagerMainToolbar(ToolbarInfo toolbarInfo)
toolbarInfo
- The toolbar components information.public void customizeAuthorPopUpMenu(javax.swing.JPopupMenu popUp, AuthorAccess authorAccess)
popUp
- The pop-up Menu.authorAccess
- Access class to the author functions.public void customizeAuthorOutlinePopUpMenu(javax.swing.JPopupMenu popUp, AuthorAccess authorAccess)
popUp
- The pop-up Menu.authorAccess
- Access class to the author functions.public void customizeAuthorBreadcrumbPopUpMenu(javax.swing.JPopupMenu popUp, AuthorAccess authorAccess, AuthorNode currentNode)
popUp
- The pop-up Menu.authorAccess
- Access class to the author functions.currentNode
- The current node on which the popup is shown.public void customizeTextPopUpMenu(javax.swing.JPopupMenu popUp, WSTextEditorPage textPage)
popUp
- The pop-up Menu.textPage
- The page over which the pop-up will be presented.public void customizeDITAMapPopUpMenu(javax.swing.JPopupMenu popUp, WSDITAMapEditorPage ditaMapEditorPage)
popUp
- The pop-up Menu.ditaMapEditorPage
- The DITA Map editor page access.public void customizeEditorTabPopUpMenu(javax.swing.JPopupMenu popUpMenu, WSEditor editor)
popUpMenu
- The pop-up menu to customize.editor
- The current editor, on whose tab the pop-up menu has been invoked.© Copyright Syncro Soft SRL 2002 - 2020. All rights reserved.