|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ro.sync.ecss.extensions.api.structure.AuthorBreadCrumbCustomizer
public class AuthorBreadCrumbCustomizer
Author Bread Crumb (components path which appears in the top of the Author editor)
customizer used for nodes rendering and pop-up customization.
Constructor Summary | |
---|---|
AuthorBreadCrumbCustomizer()
|
Method Summary | |
---|---|
void |
customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess)
Customize a pop-up menu in the Author page before showing it. |
void |
customizeRenderingInformation(RenderingInformation renderInfo)
Customize the tooltip, text and additional info to be presented in the Outline and Breadcrumb for the given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorBreadCrumbCustomizer()
Method Detail |
---|
public void customizeRenderingInformation(RenderingInformation renderInfo)
AuthorNodeRendererCustomizer
customizeRenderingInformation
in interface AuthorNodeRendererCustomizer
renderInfo
- The default information which will get displayed.
You can set custom values for each fieldAuthorNodeRendererCustomizer.customizeRenderingInformation(ro.sync.ecss.extensions.api.structure.RenderingInformation)
public void customizePopUpMenu(java.lang.Object popUp, AuthorAccess authorAccess)
AuthorPopupMenuCustomizer
customizePopUpMenu
in interface AuthorPopupMenuCustomizer
popUp
- The pop-up Menu.authorAccess
- Access class to the author functions.AuthorPopupMenuCustomizer.customizePopUpMenu(java.lang.Object, ro.sync.ecss.extensions.api.AuthorAccess)
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |