@API(type=EXTENDABLE,
src=PUBLIC)
public class AuthorOutlineCustomizer
extends java.lang.Object
implements AuthorNodeRendererCustomizer, AuthorPopupMenuCustomizer
| Constructor and Description |
|---|
AuthorOutlineCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess)
Customize a pop-up menu in the Author page before showing it.
|
void |
customizeRenderingInformation(RenderingInformation renderInfo)
If you need to change the way the XML elements are displayed, you may consider
using a configuration file.
|
boolean |
ignoreNode(AuthorNode node)
If
true this node and all its descendants are not shown in the Outline. |
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)
customizeRenderingInformation in interface AuthorNodeRendererCustomizerrenderInfo - 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)
AuthorPopupMenuCustomizercustomizePopUpMenu in interface AuthorPopupMenuCustomizerpopUp - The pop-up Menu.authorAccess - Access class to the author functions.AuthorPopupMenuCustomizer.customizePopUpMenu(java.lang.Object, ro.sync.ecss.extensions.api.AuthorAccess)© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.