wrps-demo-kit/99-reference/ciserver-hmi-deployment/components/JNavigationTree.xml
Clio Liu 4fc5f80b21 chore: preserve reference files byte-for-byte
.gitattributes normalised the CI Server exports under 99-reference/ to LF.
They are a format specification and must match what CI Server actually
wrote, so mark the folder -text and restore the originals.
2026-09-02 15:17:49 +10:00

99 lines
No EOL
5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
* @(#)JNavigationTree.xml
*
* Copyright: Yokogawa, All rights reserved.
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* Author: C. Horevoorts
*
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Changes ....
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Who When Change What
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* HVS Jul-15 e10910 First version documented
* HVS Nov-16 i11649 Improve performance and add filtering on process area
* HVS Apr-17 e11335 Add enterprise support
* BNL Jul-18 e11986 Edit Module HTML Mode
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
* HVS Jun-20 e12272 Port to JViews 2017.2
*
-->
<componentType name="NavigationTree"
containedBy="JComponent"
icon="navigationtree_16.png"
description="Navigationtree"
class="fasttools.jwui.ilv.graphic.NavigationTree"
paletteOrder="404"
html="no">
<category name="General">
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
</category>
<category name="Transformation">
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" advanced="yes" html="noConnect"/>
<property name="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="rotation" type="double" defaultAllowed="no"/>
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
</category>
<category name="Visibility">
<property name="transparency" type="float"/>
<property name="opaque" type="boolean" advanced="yes"/>
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
<property name="rootText" type="java.lang.String"/>
<property name="navComponentRefreshInterval" type="int"/>
<property name="expandLevel" type="int"/>
<property name="showDisplayName" type="boolean"/>
<property name="showDescription" type="boolean"/>
</category>
<category name="Colors">
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
</category>
<category name="Style">
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
</category>
<category name="Zooming">
<property name="zoomEnabled" type="boolean"/>
<property name="zoomFactor" type="float" advanced="yes"/>
</category>
<category name="Misc">
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
<property name="blinking" type="boolean"/>
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
</category>
<category name="Filtering">
<property name="displayFilterInclude" type="java.lang.String"/>
<property name="displayFilterExclude" type="java.lang.String"/>
<property name="hideProcessArea" type="boolean"/>
<property name="disableProcessArea" type="boolean"/>
<property name="includeOrphans" type="boolean"/>
<property name="displayLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no"/>
</category>
<category name="Activation">
<property name="activateFromParent" type="boolean"/>
<property name="activationActionShortcut" deprecated="yes" type="java.lang.String"/>
<property name="activationShortcutNew" type="fasttools.jtools.common.property.keyStroke.KeyStrokeSet" setter="setActivationShortcut"
getter="getActivationShortcut"/>
<property name="activationLayoutName" type="java.lang.String"/>
<property name="activationFrameName" type="java.lang.String"/>
</category>
</componentType>