|
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.AuthorOutlineCustomizer
public class AuthorOutlineCustomizer
Author Outline customizer used for custom filtering and nodes rendering in the Outline.
Constructor Summary | |
---|---|
AuthorOutlineCustomizer()
|
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. |
boolean |
ignoreNode(AuthorNode node)
If true this node and all its descendants are not shown in the Outline. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorOutlineCustomizer()
Method Detail |
---|
public boolean ignoreNode(AuthorNode node)
true
this node and all its descendants are not shown in the Outline.
node
- The node to check for ignore.
True
if the given node and its descendants will not be presented in the Outline.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 |