|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.api.structure.AuthorBreadCrumbCustomizer
@API(type=EXTENDABLE, src=PUBLIC) 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 |
customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess,
AuthorNode clickedNode)
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)
public void customizePopUpMenu(java.lang.Object popUp, AuthorAccess authorAccess, AuthorNode clickedNode)
popUp
- The pop-up Menu.authorAccess
- Access class to the author functions.clickedNode
- The current clicked node in the Author page.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |