|
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.RenderingInformation
public class RenderingInformation
The rendering information used to render a node in the outliner and bread crumb.
Constructor Summary | |
---|---|
RenderingInformation(AuthorNode node,
java.lang.String renderedText,
java.lang.String additionalRenderedText,
java.lang.String tooltipText)
|
|
RenderingInformation(AuthorNode node,
java.lang.String renderedText,
java.lang.String additionalRenderedText,
java.lang.String additionalRenderedAttributeValue,
java.lang.String tooltipText)
|
Method Summary | |
---|---|
java.lang.String |
getAdditionalRenderedAttributeValue()
Get the additional rendered attribute value. |
java.lang.String |
getAdditionalRenderedText()
The additional rendered text. |
AuthorNode |
getNode()
|
java.lang.String |
getRenderedText()
The rendered text. |
java.lang.String |
getTooltipText()
The tooltip text which will appear in the tooltip associated with the node. |
boolean |
isIgnoreNodeFromDisplay()
Check if this node should be ignored for display, used only on the breadcrumb. |
void |
setAdditionalRenderedAttributeValue(java.lang.String additionalRenderedAttributeValue)
Set the additional rendered attribute value. |
void |
setAdditionalRenderedText(java.lang.String additionalRenderedText)
The additional rendered text. |
void |
setIgnoreNodeFromDisplay(boolean ignoreNodeFromDisplay)
Set this to true to ignore this node from being displayed. |
void |
setRenderedText(java.lang.String renderedText)
The rendered text. |
void |
setTooltipText(java.lang.String tooltipText)
The tooltip text which will appear in the tooltip associated with the node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderingInformation(AuthorNode node, java.lang.String renderedText, java.lang.String additionalRenderedText, java.lang.String tooltipText)
node
- The node to renderrenderedText
- The rendered text. This will be used both in the Outliner and the Bread Crumb.
By default it is usually the node name.additionalRenderedText
- The additional rendered text. This will be used only in the Outliner.
By default it shows some node text content.tooltipText
- The tooltip text which will appear in the tooltip associated with the nodepublic RenderingInformation(AuthorNode node, java.lang.String renderedText, java.lang.String additionalRenderedText, java.lang.String additionalRenderedAttributeValue, java.lang.String tooltipText)
node
- The node to renderrenderedText
- The rendered text. This will be used both in the Outliner and the Bread Crumb.
By default it is usually the node name.additionalRenderedText
- The additional rendered text. This will be used only in the Outliner.
By default it shows some node text content .additionalRenderedAttributeValue
- The additional rendered attribute value. This will be used only in the Outliner.
By default it shows the value of the first attribute.tooltipText
- The tooltip text which will appear in the tooltip associated with the nodeMethod Detail |
---|
public void setRenderedText(java.lang.String renderedText)
renderedText
- The rendered text. This will be used both in the Outliner and the Bread Crumb.public void setAdditionalRenderedText(java.lang.String additionalRenderedText)
additionalRenderedText
- The additional rendered text. This will be used only in the Outliner.
By default it shows some node text content.public void setAdditionalRenderedAttributeValue(java.lang.String additionalRenderedAttributeValue)
additionalRenderedAttributeValue
- The additional rendered attribute value.public void setTooltipText(java.lang.String tooltipText)
tooltipText
- The tooltip text which will appear in the tooltip associated with the nodepublic java.lang.String getRenderedText()
public java.lang.String getAdditionalRenderedText()
public java.lang.String getAdditionalRenderedAttributeValue()
public java.lang.String getTooltipText()
public AuthorNode getNode()
public void setIgnoreNodeFromDisplay(boolean ignoreNodeFromDisplay)
true
to ignore this node from being displayed.
This takes effect only on the Breadcrumb Customizer.
ignoreNodeFromDisplay
- Set this to true
to ignore this node from being displayed.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.
public boolean isIgnoreNodeFromDisplay()
true
to ignore this node from being displayed.
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |