Skip to content

Component ‐ Method Tags

Patrick Ziegler edited this page Dec 16, 2025 · 2 revisions

Method tags

getDocument

<method name="getDocument">
    <tag name="exposeDisconnectedComponent" value="true"/>
</method>

Specifies that method "getDocument()" should be used to expose the component, even if it is not connected to the host component. For example JTextComponent (such as JTextField) has a method, getDocument(), that returns a non-visual object Document, that can not be a child of a visual component. But we still want to show it as a child, so force this.

binaryExecutionFlow.dontVisit

<tag name="binaryExecutionFlow.dontVisit" value="true"/>

Specifies that this method should not be visited when called from binary execution flow.

Clone this wiki locally