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.
This commit is contained in:
parent
570dc743d8
commit
d50dbc8e08
80 changed files with 92493 additions and 92490 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -2,3 +2,6 @@
|
||||||
*.png binary
|
*.png binary
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
*.xlsx binary
|
*.xlsx binary
|
||||||
|
|
||||||
|
# Reference material is preserved byte-for-byte as CI Server wrote it.
|
||||||
|
99-reference/** -text
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,105 +1,105 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)alarmSound.xml
|
* @(#)alarmSound.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* CTN Jul-08 e10534 First version documented
|
* CTN Jul-08 e10534 First version documented
|
||||||
* HVS Apr-12 e10657 Correct int and long types
|
* HVS Apr-12 e10657 Correct int and long types
|
||||||
* HVS Feb-14 e10813 Correct label of enterprise group
|
* HVS Feb-14 e10813 Correct label of enterprise group
|
||||||
* BHS Feb-17 i11720 Increase the max. # of nodes in WEB-HMI alarm overviews
|
* BHS Feb-17 i11720 Increase the max. # of nodes in WEB-HMI alarm overviews
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
* TSO May-20 i12263 Properties for setup file and disable/enable on acknowledged alarms added
|
* TSO May-20 i12263 Properties for setup file and disable/enable on acknowledged alarms added
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="alarmSound"
|
<componentType name="alarmSound"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_alarm-sound-16.png"
|
icon="stock_alarm-sound-16.png"
|
||||||
description="AlarmSound"
|
description="AlarmSound"
|
||||||
class="fasttools.jwui.components.alarms.AlarmSound"
|
class="fasttools.jwui.components.alarms.AlarmSound"
|
||||||
paletteOrder="207"
|
paletteOrder="207"
|
||||||
html="no">
|
html="no">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no"/>
|
<property name="shear" type="double" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Filtering">
|
<category name="Filtering">
|
||||||
<property name="userDataFilterType" type="fasttools.jwui.components.alarms.property.UserDataFilterType"/>
|
<property name="userDataFilterType" type="fasttools.jwui.components.alarms.property.UserDataFilterType"/>
|
||||||
<property name="userDataFilterValue" type="java.lang.String"/>
|
<property name="userDataFilterValue" type="java.lang.String"/>
|
||||||
<property name="dataFilterType" type="fasttools.jwui.components.alarms.property.DataFilterType"/>
|
<property name="dataFilterType" type="fasttools.jwui.components.alarms.property.DataFilterType"/>
|
||||||
<property name="acknowledgedAlarmsEnabled" type="boolean"/>
|
<property name="acknowledgedAlarmsEnabled" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Alarming">
|
<category name="Alarming">
|
||||||
<property name="enabledSound" type="boolean"/>
|
<property name="enabledSound" type="boolean"/>
|
||||||
<property name="volume" type="int"/>
|
<property name="volume" type="int"/>
|
||||||
<property name="playing" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
<property name="playing" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="SoundControl">
|
<category name="SoundControl">
|
||||||
<property name="continuouslyAlarming" type="boolean"/>
|
<property name="continuouslyAlarming" type="boolean"/>
|
||||||
<property name="requestForStopping" type="boolean"/>
|
<property name="requestForStopping" type="boolean"/>
|
||||||
<property name="increaseVolume" type="boolean"/>
|
<property name="increaseVolume" type="boolean"/>
|
||||||
<property name="increaseVolumeFrom" type="int"/>
|
<property name="increaseVolumeFrom" type="int"/>
|
||||||
<property name="increaseVolumeUpTo" type="int"/>
|
<property name="increaseVolumeUpTo" type="int"/>
|
||||||
<property name="alarmIncreaseRate" type="int"/>
|
<property name="alarmIncreaseRate" type="int"/>
|
||||||
<property name="silenceTime" type="long"/>
|
<property name="silenceTime" type="long"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="SoundFiles" description="Based on priority">
|
<category name="SoundFiles" description="Based on priority">
|
||||||
<property name="soundName_00" type="java.lang.String"/>
|
<property name="soundName_00" type="java.lang.String"/>
|
||||||
<property name="soundName_01" type="java.lang.String"/>
|
<property name="soundName_01" type="java.lang.String"/>
|
||||||
<property name="soundName_02" type="java.lang.String"/>
|
<property name="soundName_02" type="java.lang.String"/>
|
||||||
<property name="soundName_03" type="java.lang.String"/>
|
<property name="soundName_03" type="java.lang.String"/>
|
||||||
<property name="soundName_04" type="java.lang.String"/>
|
<property name="soundName_04" type="java.lang.String"/>
|
||||||
<property name="soundName_05" type="java.lang.String"/>
|
<property name="soundName_05" type="java.lang.String"/>
|
||||||
<property name="soundName_06" type="java.lang.String"/>
|
<property name="soundName_06" type="java.lang.String"/>
|
||||||
<property name="soundName_07" type="java.lang.String"/>
|
<property name="soundName_07" type="java.lang.String"/>
|
||||||
<property name="soundName_08" type="java.lang.String"/>
|
<property name="soundName_08" type="java.lang.String"/>
|
||||||
<property name="soundName_09" type="java.lang.String"/>
|
<property name="soundName_09" type="java.lang.String"/>
|
||||||
<property name="soundName_10" type="java.lang.String"/>
|
<property name="soundName_10" type="java.lang.String"/>
|
||||||
<property name="soundName_11" type="java.lang.String"/>
|
<property name="soundName_11" type="java.lang.String"/>
|
||||||
<property name="soundName_12" type="java.lang.String"/>
|
<property name="soundName_12" type="java.lang.String"/>
|
||||||
<property name="soundName_13" type="java.lang.String"/>
|
<property name="soundName_13" type="java.lang.String"/>
|
||||||
<property name="soundName_14" type="java.lang.String"/>
|
<property name="soundName_14" type="java.lang.String"/>
|
||||||
<property name="soundName_15" type="java.lang.String"/>
|
<property name="soundName_15" type="java.lang.String"/>
|
||||||
<property name="downwardsPriority" type="boolean"/>
|
<property name="downwardsPriority" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="EnterpriseAlarmLocations">
|
<category name="EnterpriseAlarmLocations">
|
||||||
<property name="alarmSourceLocation" array="0..39" type="fasttools.jwui.enterprise.EnterpriseNode" null="none" enterprise="yes" connectAllowed="no" advanced="yes"/>
|
<property name="alarmSourceLocation" array="0..39" type="fasttools.jwui.enterprise.EnterpriseNode" null="none" enterprise="yes" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="setupFile" type="java.lang.String" advanced="yes"/>
|
<property name="setupFile" type="java.lang.String" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,87 +1,87 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Arc.xml
|
* @(#)Arc.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="arc"
|
<componentType name="arc"
|
||||||
icon="stock_draw-circle-arc-16.png"
|
icon="stock_draw-circle-arc-16.png"
|
||||||
description="Arc"
|
description="Arc"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedArc"
|
class="fasttools.jwui.ilv.graphic.ExtendedArc"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeArcInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeArcInteractor"
|
||||||
paletteOrder="15">
|
paletteOrder="15">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Arc">
|
<category name="Arc">
|
||||||
<property name="startAngle" type="float"/>
|
<property name="startAngle" type="float"/>
|
||||||
<property name="extentAngle" type="float"/>
|
<property name="extentAngle" type="float"/>
|
||||||
<property name="pie" type="java.lang.Boolean" null="readOnly" html="no"/>
|
<property name="pie" type="java.lang.Boolean" null="readOnly" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no" setter="setGeneralPath" getter="isGeneralPath" triggers="curvePoints" advanced="yes"/>
|
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no" setter="setGeneralPath" getter="isGeneralPath" triggers="curvePoints" advanced="yes"/>
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes"/>
|
||||||
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="closed" type="boolean" advanced="yes"/>
|
<property name="closed" type="boolean" advanced="yes"/>
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float"/>
|
<property name="fillAmount" type="float"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setFillingPaint" getter="getFillingPaint"/>
|
setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,107 +1,107 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)BlockedItems.xml
|
* @(#)BlockedItems.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Oct-16 e11622 ABB-FAZG - Block/unblock item from alarm overview
|
* HVS Oct-16 e11622 ABB-FAZG - Block/unblock item from alarm overview
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Sep-18 e11987 Enabled HTML component
|
* VNU Sep-18 e11987 Enabled HTML component
|
||||||
* VNU Jan-19 e11986 Set HTML properties
|
* VNU Jan-19 e11986 Set HTML properties
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="blockedItems"
|
<componentType name="blockedItems"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="ged_blocked_items.png"
|
icon="ged_blocked_items.png"
|
||||||
description="BlockedItems"
|
description="BlockedItems"
|
||||||
class="fasttools.jwui.components.blockedItems.BlockedItems"
|
class="fasttools.jwui.components.blockedItems.BlockedItems"
|
||||||
paletteOrder="206"
|
paletteOrder="206"
|
||||||
html="yes">
|
html="yes">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" htmlConnection="no" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" htmlConnection="no" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" 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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="ColumnLabels">
|
<category name="ColumnLabels">
|
||||||
<property name="columnNameLabel" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="columnNameLabel" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="columnDescriptionLabel" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="columnDescriptionLabel" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="columnComment1Label" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="columnComment1Label" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="columnComment2Label" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="columnComment2Label" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="ColumnSizes">
|
<category name="ColumnSizes">
|
||||||
<property name="columnNameWidth" type="int" advanced="yes"/>
|
<property name="columnNameWidth" type="int" advanced="yes"/>
|
||||||
<property name="columnDescriptionWidth" type="int" advanced="yes"/>
|
<property name="columnDescriptionWidth" type="int" advanced="yes"/>
|
||||||
<property name="columnComment1Width" type="int" advanced="yes"/>
|
<property name="columnComment1Width" type="int" advanced="yes"/>
|
||||||
<property name="columnComment2Width" type="int" advanced="yes"/>
|
<property name="columnComment2Width" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="tableLineFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="tableLineFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="margin" type="int"/>
|
<property name="margin" type="int"/>
|
||||||
<property name="headingVisible" type="boolean" advanced="yes"/>
|
<property name="headingVisible" type="boolean" advanced="yes"/>
|
||||||
<property name="autoFit" type="boolean" advanced="yes"/>
|
<property name="autoFit" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="HeaderAndFooter">
|
<category name="HeaderAndFooter">
|
||||||
<property name="headerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="headerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="headerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="headerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="headerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="headerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="headerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
<property name="headerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
||||||
|
|
||||||
<property name="footerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="footerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="footerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="footerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="footerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="footerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="footerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
<property name="footerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Filtering">
|
<category name="Filtering">
|
||||||
<property name="filter" type="java.lang.String" advanced="yes"/>
|
<property name="filter" type="java.lang.String" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Interaction">
|
<category name="Interaction">
|
||||||
<property name="unblockEnabled" type="boolean" advanced="yes"/>
|
<property name="unblockEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="selectedItem" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="selectedItem" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="autoStart" type="boolean" advanced="yes"/>
|
<property name="autoStart" type="boolean" advanced="yes"/>
|
||||||
<property name="start" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="start" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="cancel" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="cancel" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,144 +1,144 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)AlarmOverview.xml
|
* @(#)AlarmOverview.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jun-09 e10100 First version
|
* HVS Jun-09 e10100 First version
|
||||||
* BNL Oct-12 e????? Add basic/advanced
|
* BNL Oct-12 e????? Add basic/advanced
|
||||||
* HMN Dec-13 e10813 Change Icon
|
* HMN Dec-13 e10813 Change Icon
|
||||||
* HMN Feb-15 e10966 R10.02
|
* HMN Feb-15 e10966 R10.02
|
||||||
* BNL Feb-15 e11289 Trend sample preview function
|
* BNL Feb-15 e11289 Trend sample preview function
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Jan-19 e11987 Enabled HTML component
|
* VNU Jan-19 e11987 Enabled HTML component
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
* VNU Jan-22 e12363 PowerTrend tokuchu
|
* VNU Jan-22 e12363 PowerTrend tokuchu
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="chart"
|
<componentType name="chart"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_chart-16.png"
|
icon="stock_chart-16.png"
|
||||||
description="Trend"
|
description="Trend"
|
||||||
class="fasttools.jwui.components.charts.trend.ChartSDI"
|
class="fasttools.jwui.components.charts.trend.ChartSDI"
|
||||||
paletteOrder="210">
|
paletteOrder="210">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Component">
|
<category name="Component">
|
||||||
<property name="enabled" type="boolean" advanced="yes"/>
|
<property name="enabled" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes"/>
|
<property name="zoomFactor" type="float" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="TrendInfo">
|
<category name="TrendInfo">
|
||||||
<property name="trendName" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The name as shown in trend properties dialog"/>
|
<property name="trendName" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The name as shown in trend properties dialog"/>
|
||||||
<property name="trendDescription" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The description as shown in trend properties dialog"/>
|
<property name="trendDescription" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The description as shown in trend properties dialog"/>
|
||||||
<property name="trendVersion" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The version as shown in trend properties dialog"/>
|
<property name="trendVersion" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The version as shown in trend properties dialog"/>
|
||||||
<property name="trendGroup" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The Trend Group as shown in trend properties dialog"/>
|
<property name="trendGroup" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The Trend Group as shown in trend properties dialog"/>
|
||||||
<property name="trendAuthor" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The author as shown in trend properties dialog"/>
|
<property name="trendAuthor" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The author as shown in trend properties dialog"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenItem">
|
<category name="PenItem">
|
||||||
<property name="itemName" array="0..19" bound="yes" save="no" type="java.lang.String" description="The Item name" setter="setPenItemName" getter="getPenItemName" advanced="yes"/>
|
<property name="itemName" array="0..19" bound="yes" save="no" type="java.lang.String" description="The Item name" setter="setPenItemName" getter="getPenItemName" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenColor">
|
<category name="PenColor">
|
||||||
<property name="color" array="0..19" bound="yes" save="no" type="fasttools.jtools.common.property.color.ColorSet" description="The pen color" setter="setPenColor" getter="getPenColor" advanced="yes"/>
|
<property name="color" array="0..19" bound="yes" save="no" type="fasttools.jtools.common.property.color.ColorSet" description="The pen color" setter="setPenColor" getter="getPenColor" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleType">
|
<category name="PenScaleType">
|
||||||
<property name="scaleRangeType" array="0..19" bound="yes" save="no" type="fasttools.jwui.components.charts.trend.property.ScaleRangeType" description="How the pen scale range is determed" setter="setPenScaleRangeType" getter="getPenScaleRangeType" advanced="yes"/>
|
<property name="scaleRangeType" array="0..19" bound="yes" save="no" type="fasttools.jwui.components.charts.trend.property.ScaleRangeType" description="How the pen scale range is determed" setter="setPenScaleRangeType" getter="getPenScaleRangeType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleMax">
|
<category name="PenScaleMax">
|
||||||
<property name="scaleMax" array="0..19" bound="yes" save="no" type="double" description="The value-scale maximum" setter="setPenScaleMax" getter="getPenScaleMax" advanced="yes"/>
|
<property name="scaleMax" array="0..19" bound="yes" save="no" type="double" description="The value-scale maximum" setter="setPenScaleMax" getter="getPenScaleMax" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleMin">
|
<category name="PenScaleMin">
|
||||||
<property name="scaleMin" array="0..19" bound="yes" save="no" type="double" description="The value-scale minimum" setter="setPenScaleMin" getter="getPenScaleMin" advanced="yes"/>
|
<property name="scaleMin" array="0..19" bound="yes" save="no" type="double" description="The value-scale minimum" setter="setPenScaleMin" getter="getPenScaleMin" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenStorageGroup">
|
<category name="PenStorageGroup">
|
||||||
<property name="storageGroup" array="0..19" bound="yes" save="no" null="default" type="java.lang.String" description="The storage group from which the data is retrieved" setter="setPenStorageGroup" getter="getPenStorageGroup" advanced="yes"/>
|
<property name="storageGroup" array="0..19" bound="yes" save="no" null="default" type="java.lang.String" description="The storage group from which the data is retrieved" setter="setPenStorageGroup" getter="getPenStorageGroup" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenAttribute">
|
<category name="PenAttribute">
|
||||||
<property name="attribute" array="0..19" bound="yes" save="no" null="default" type="java.lang.String" description="The items'attribute for which the data is retrieved" setter="setPenAttribute" getter="getPenAttribute" advanced="yes"/>
|
<property name="attribute" array="0..19" bound="yes" save="no" null="default" type="java.lang.String" description="The items'attribute for which the data is retrieved" setter="setPenAttribute" getter="getPenAttribute" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenAxisVisible">
|
<category name="PenAxisVisible">
|
||||||
<property name="axisVisible" array="0..19" bound="yes" save="no" writeAllowed="yes" type="boolean" description="The visibility of the Y axis for this pen" setter="setPenAxisVisible" getter="getPenAxisVisible" advanced="yes"/>
|
<property name="axisVisible" array="0..19" bound="yes" save="no" writeAllowed="yes" type="boolean" description="The visibility of the Y axis for this pen" setter="setPenAxisVisible" getter="getPenAxisVisible" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
|
|
||||||
<category name="CurrentSelection">
|
<category name="CurrentSelection">
|
||||||
<property name="selectedItemName" bound="yes" save="no" type="java.lang.String" defaultAllowed="no" description="The current selected item from the pen panel"/>
|
<property name="selectedItemName" bound="yes" save="no" type="java.lang.String" defaultAllowed="no" description="The current selected item from the pen panel"/>
|
||||||
<property name="selectedItemNameIndex" bound="yes" save="no" type="int" defaultAllowed="no" description="The current selected item from the pen panel"/>
|
<property name="selectedItemNameIndex" bound="yes" save="no" type="int" defaultAllowed="no" description="The current selected item from the pen panel"/>
|
||||||
<property name="hairlineTime" bound="yes" save="no" type="java.lang.Double" defaultAllowed="no" description="The Hairline sample time"/>
|
<property name="hairlineTime" bound="yes" save="no" type="java.lang.Double" defaultAllowed="no" description="The Hairline sample time"/>
|
||||||
<property name="hairlineValue" array="0..19" bound="yes" save="no" writeAllowed="no" type="double" description="The value of the hairline" advanced="yes"/>
|
<property name="hairlineValue" array="0..19" bound="yes" save="no" writeAllowed="no" type="double" description="The value of the hairline" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="RetrievalSettings">
|
<category name="RetrievalSettings">
|
||||||
<property name="updateInterval" bound="yes" writeAllowed="no" save="no" type="int" description="The interval in seconds at which the graph is updated"/>
|
<property name="updateInterval" bound="yes" writeAllowed="no" save="no" type="int" description="The interval in seconds at which the graph is updated"/>
|
||||||
<property name="timeRangeMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The begin time for history retrieval" advanced="yes"/>
|
<property name="timeRangeMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The begin time for history retrieval" advanced="yes"/>
|
||||||
<property name="timeRangeMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The end time for history retrieval" advanced="yes"/>
|
<property name="timeRangeMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The end time for history retrieval" advanced="yes"/>
|
||||||
<property name="timeRangeVisibleMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
<property name="timeRangeVisibleMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
||||||
<property name="timeRangeVisibleMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
<property name="timeRangeVisibleMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
||||||
<property name="updating" bound="yes" save="no" type="boolean" description="Enable automatic updating" advanced="yes"/>
|
<property name="updating" bound="yes" save="no" type="boolean" description="Enable automatic updating" advanced="yes"/>
|
||||||
<property name="updatingPossible" bound="yes" writeAllowed="no" save="no" type="boolean" description="If the chart can be set to updating. Only TRUE if timeRange is not of type Specific." advanced="yes"/>
|
<property name="updatingPossible" bound="yes" writeAllowed="no" save="no" type="boolean" description="If the chart can be set to updating. Only TRUE if timeRange is not of type Specific." advanced="yes"/>
|
||||||
<property name="refresh" bound="no" save="no" type="boolean" description="Trigger the graph to update itself. Initial refresh is always performed" advanced="yes"/>
|
<property name="refresh" bound="no" save="no" type="boolean" description="Trigger the graph to update itself. Initial refresh is always performed" advanced="yes"/>
|
||||||
<property name="fillWithHistory" bound="yes" save="no" type="boolean" description="First fill with history when refresh an updating trend"/>
|
<property name="fillWithHistory" bound="yes" save="no" type="boolean" description="First fill with history when refresh an updating trend"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Samples">
|
<category name="Samples">
|
||||||
<property name="useSampleInterval" bound="yes" type="boolean" advanced="yes" description="Use sample interval for data retrieval"/>
|
<property name="useSampleInterval" bound="yes" type="boolean" advanced="yes" description="Use sample interval for data retrieval"/>
|
||||||
<property name="sampleInterval" bound="yes" type="long" advanced="yes" description="Interval between samples (zero for threshold table)"/>
|
<property name="sampleInterval" bound="yes" type="long" advanced="yes" description="Interval between samples (zero for threshold table)"/>
|
||||||
<property name="appliedSampleInterval" bound="yes" writeAllowed="no" save="no" type="long" defaultAllowed="no" advanced="yes" description="Interval applied when using threshold table"/>
|
<property name="appliedSampleInterval" bound="yes" writeAllowed="no" save="no" type="long" defaultAllowed="no" advanced="yes" description="Interval applied when using threshold table"/>
|
||||||
<property name="optimised" bound="yes" type="boolean" advanced="yes" description="True if all samples are to be displayed after initial threshold table values are retrieved"/>
|
<property name="optimised" bound="yes" type="boolean" advanced="yes" description="True if all samples are to be displayed after initial threshold table values are retrieved"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Configuration">
|
<category name="Configuration">
|
||||||
<property name="configurationFile" bound="yes" type="java.lang.String" advanced="yes" description="File to use for the trend configuration"/>
|
<property name="configurationFile" bound="yes" type="java.lang.String" advanced="yes" description="File to use for the trend configuration"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,86 +1,86 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)CircularScale.xml
|
* @(#)CircularScale.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="circularScale"
|
<componentType name="circularScale"
|
||||||
icon="stock_draw-circular-scale-16.png"
|
icon="stock_draw-circular-scale-16.png"
|
||||||
description="CircularScale"
|
description="CircularScale"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedZoomingCircularScale"
|
class="fasttools.jwui.ilv.graphic.ExtendedZoomingCircularScale"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeZoomingCircularScaleInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeZoomingCircularScaleInteractor"
|
||||||
paletteOrder="60">
|
paletteOrder="60">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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" html="no"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Values">
|
<category name="Values">
|
||||||
<property name="maximum" type="float"/>
|
<property name="maximum" type="float"/>
|
||||||
<property name="minimum" type="float"/>
|
<property name="minimum" type="float"/>
|
||||||
<property name="majorTickSpacing" type="float" triggers="minorTickSpacing"/>
|
<property name="majorTickSpacing" type="float" triggers="minorTickSpacing"/>
|
||||||
<property name="minorTickSpacing" type="float"/>
|
<property name="minorTickSpacing" type="float"/>
|
||||||
<property name="format" type="java.lang.String" setter="setFormatString" getter="getFormatString"/>
|
<property name="format" type="java.lang.String" setter="setFormatString" getter="getFormatString"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes"/>
|
<property name="label" type="java.lang.String" localized="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Arc">
|
<category name="Arc">
|
||||||
<property name="startAngle" type="float"/>
|
<property name="startAngle" type="float"/>
|
||||||
<property name="extentAngle" type="float"/>
|
<property name="extentAngle" type="float"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintLabels" type="boolean" advanced="yes"/>
|
<property name="paintLabels" type="boolean" advanced="yes"/>
|
||||||
<property name="paintTicks" type="boolean" advanced="yes"/>
|
<property name="paintTicks" type="boolean" advanced="yes"/>
|
||||||
<property name="inverted" type="boolean"/>
|
<property name="inverted" type="boolean"/>
|
||||||
<property name="labelsInside" type="boolean" setter="setLabelsInside" getter="getLabelsInside" advanced="yes"/>
|
<property name="labelsInside" type="boolean" setter="setLabelsInside" getter="getLabelsInside" advanced="yes"/>
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="color" type="fasttools.jtools.common.property.color.ColorSet" null="default" setter="setForegroundColor" getter="getForegroundColor"/>
|
<property name="color" type="fasttools.jtools.common.property.color.ColorSet" null="default" setter="setForegroundColor" getter="getForegroundColor"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes" html="no"/>
|
<property name="blinkingColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,87 +1,87 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)DataBar.xml
|
* @(#)DataBar.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: Shashikala
|
* Author: Shashikala
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* KLI Aug-16 e11581 Initial version
|
* KLI Aug-16 e11581 Initial version
|
||||||
* HVS Mar-17 e11335 Update palette order
|
* HVS Mar-17 e11335 Update palette order
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Sep-18 e11987 Enabled HTML component
|
* VNU Sep-18 e11987 Enabled HTML component
|
||||||
* VNU Jan-19 e11986 Set HTML properties
|
* VNU Jan-19 e11986 Set HTML properties
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="dataBar"
|
<componentType name="dataBar"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="ged_databar.png"
|
icon="ged_databar.png"
|
||||||
description="dataBar"
|
description="dataBar"
|
||||||
class="fasttools.jwui.ilv.graphic.DataBar"
|
class="fasttools.jwui.ilv.graphic.DataBar"
|
||||||
paletteOrder="85"
|
paletteOrder="85"
|
||||||
html="yes">
|
html="yes">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" description="This is the tooltip text"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" getter="getXAsFloat" setter="setXAsFloat" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" getter="getXAsFloat" setter="setXAsFloat" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" getter="getYAsFloat" setter="setYAsFloat" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" getter="getYAsFloat" setter="setYAsFloat" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="borderStyle" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="borderStyle" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="foregroundBorderStyle" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"/>
|
<property name="foregroundBorderStyle" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"/>
|
||||||
<property name="borderColor" type="fasttools.jwui.common.property.paint.PaintSet" null="default"/>
|
<property name="borderColor" type="fasttools.jwui.common.property.paint.PaintSet" null="default"/>
|
||||||
<property name="foregroundBorderColor" type="fasttools.jwui.common.property.paint.PaintSet" null="default"/>
|
<property name="foregroundBorderColor" type="fasttools.jwui.common.property.paint.PaintSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="background" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setBackgroundColor" getter="getBackgroundColor"/>
|
<property name="background" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setBackgroundColor" getter="getBackgroundColor"/>
|
||||||
<property name="foregroundFillOn" type="boolean"/>
|
<property name="foregroundFillOn" type="boolean"/>
|
||||||
<property name="foreground" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setForegroundColor" getter="getForegroundColor"/>
|
<property name="foreground" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setForegroundColor" getter="getForegroundColor"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="double" defaultAllowed="no" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
<property name="value" type="double" defaultAllowed="no" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
||||||
<property name="highLimit" type="double" defaultAllowed="no"/>
|
<property name="highLimit" type="double" defaultAllowed="no"/>
|
||||||
<property name="lowLimit" type="double" defaultAllowed="no"/>
|
<property name="lowLimit" type="double" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="DataBar">
|
<category name="DataBar">
|
||||||
<property name="barType" type="fasttools.jwui.ilv.graphic.property.DataBarType" advanced="yes"/>
|
<property name="barType" type="fasttools.jwui.ilv.graphic.property.DataBarType" advanced="yes"/>
|
||||||
<property name="growthDirection" type="fasttools.jwui.ilv.graphic.property.GrowthDirectionType" advanced="yes"/>
|
<property name="growthDirection" type="fasttools.jwui.ilv.graphic.property.GrowthDirectionType" advanced="yes"/>
|
||||||
<property name="referencePoint" type="fasttools.jwui.ilv.graphic.property.ReferencePointType" advanced="yes"/>
|
<property name="referencePoint" type="fasttools.jwui.ilv.graphic.property.ReferencePointType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,89 +1,89 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)DatasetForm.xml
|
* @(#)DatasetForm.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M. Brentnall
|
* Author: M. Brentnall
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jun-10 e10334 First version documented
|
* BNL Jun-10 e10334 First version documented
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* BNL Aug-19 i12162 Prevent unnecessary form updates for performance optimisation
|
* BNL Aug-19 i12162 Prevent unnecessary form updates for performance optimisation
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="datasetForm"
|
<componentType name="datasetForm"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_file-properties-16.png"
|
icon="stock_file-properties-16.png"
|
||||||
description="DatasetForm"
|
description="DatasetForm"
|
||||||
class="fasttools.jwui.components.datasetform.DatasetForm"
|
class="fasttools.jwui.components.datasetform.DatasetForm"
|
||||||
paletteOrder="208"
|
paletteOrder="208"
|
||||||
html="no">
|
html="no">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes"/>
|
<property name="zoomFactor" type="float" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="DSS">
|
<category name="DSS">
|
||||||
<property name="key" bound="yes" type="java.lang.String"/>
|
<property name="key" bound="yes" type="java.lang.String"/>
|
||||||
<property name="table" type="java.lang.String"/>
|
<property name="table" type="java.lang.String"/>
|
||||||
<property name="formDescription" type="java.lang.String"/>
|
<property name="formDescription" type="java.lang.String"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Form">
|
<category name="Form">
|
||||||
<property name="recordControlVisible" type="boolean"/>
|
<property name="recordControlVisible" type="boolean"/>
|
||||||
<property name="deletePossible" type="boolean"/>
|
<property name="deletePossible" type="boolean"/>
|
||||||
<property name="updatePossible" type="boolean"/>
|
<property name="updatePossible" type="boolean"/>
|
||||||
<property name="insertPossible" type="boolean"/>
|
<property name="insertPossible" type="boolean"/>
|
||||||
<property name="readPossible" type="boolean"/>
|
<property name="readPossible" type="boolean"/>
|
||||||
<property name="readOnly" type="boolean"/>
|
<property name="readOnly" type="boolean"/>
|
||||||
<property name="nameEditable" type="boolean"/>
|
<property name="nameEditable" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Commands">
|
<category name="Commands">
|
||||||
<property name="moveNext" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="moveNext" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="movePrevious" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="movePrevious" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="moveFirst" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="moveFirst" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="moveLast" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="moveLast" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="apply" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="apply" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="insert" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="insert" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="delete" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="delete" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="reset" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="reset" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="selectedIndex" type="int" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="selectedIndex" type="int" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="recordCount" type="int" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="recordCount" type="int" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,202 +1,202 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)DatasetTable.xml
|
* @(#)DatasetTable.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Aug-15 e11350 ABB Uelsag extensions
|
* HVS Aug-15 e11350 ABB Uelsag extensions
|
||||||
* HVS Feb-16 e11465 Merge into R10.03
|
* HVS Feb-16 e11465 Merge into R10.03
|
||||||
* HVS Jan-18 e11898 Add enterprise support (tokuchu 17-0411)
|
* HVS Jan-18 e11898 Add enterprise support (tokuchu 17-0411)
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Sep-18 e11987 Enabled HTML component
|
* VNU Sep-18 e11987 Enabled HTML component
|
||||||
* VNU Jan-19 e11986 Set HTML properties
|
* VNU Jan-19 e11986 Set HTML properties
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Aug-19 e12116 Merge EPMS table functionality
|
* HVS Aug-19 e12116 Merge EPMS table functionality
|
||||||
* VNU Feb-20 e12116 Merge EPMS table functionality-disable not supported HTML properties
|
* VNU Feb-20 e12116 Merge EPMS table functionality-disable not supported HTML properties
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="datasetTable"
|
<componentType name="datasetTable"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_data-table-16.png"
|
icon="stock_data-table-16.png"
|
||||||
description="DatasetTable"
|
description="DatasetTable"
|
||||||
class="fasttools.jwui.components.tables.dataset.DatasetTable"
|
class="fasttools.jwui.components.tables.dataset.DatasetTable"
|
||||||
paletteOrder="208"
|
paletteOrder="208"
|
||||||
html="yes">
|
html="yes">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes"
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes"
|
||||||
description="This is the tooltip text"/>
|
description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Dataset">
|
<category name="Dataset">
|
||||||
<property name="datasetLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" null="readOnly" connectAllowed="no" deprecated="yes" html="no"/>
|
<property name="datasetLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" null="readOnly" connectAllowed="no" deprecated="yes" html="no"/>
|
||||||
<property name="datasetName" type="java.lang.String"/>
|
<property name="datasetName" type="java.lang.String"/>
|
||||||
<property name="datasetFilter" type="java.lang.String"/>
|
<property name="datasetFilter" type="java.lang.String"/>
|
||||||
<property name="dynamicUpdate" type="boolean"/>
|
<property name="dynamicUpdate" type="boolean"/>
|
||||||
<property name="keyField" type="java.lang.String" advanced="yes"/>
|
<property name="keyField" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="maxRows" type="int" advanced="yes"/>
|
<property name="maxRows" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="EnterpriseDatasetLocations">
|
<category name="EnterpriseDatasetLocations">
|
||||||
<property name="datasetSourceLocation" array="0..39" type="fasttools.jwui.enterprise.EnterpriseNode" null="none" enterprise="yes" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="datasetSourceLocation" array="0..39" type="fasttools.jwui.enterprise.EnterpriseNode" null="none" enterprise="yes" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Columns">
|
<category name="Columns">
|
||||||
<property name="columnCount" type="int"/>
|
<property name="columnCount" type="int"/>
|
||||||
<property name="columnLabel" type="java.lang.String" array="0..getColumnCountMinusOne" localized="yes"/>
|
<property name="columnLabel" type="java.lang.String" array="0..getColumnCountMinusOne" localized="yes"/>
|
||||||
<property name="columnField" type="java.lang.String" array="0..getColumnCountMinusOne"/>
|
<property name="columnField" type="java.lang.String" array="0..getColumnCountMinusOne"/>
|
||||||
<property name="columnFormat" type="java.lang.String" array="0..getColumnCountMinusOne"/>
|
<property name="columnFormat" type="java.lang.String" array="0..getColumnCountMinusOne"/>
|
||||||
<property name="columnWidth" type="int" array="0..getColumnCountMinusOne"/>
|
<property name="columnWidth" type="int" array="0..getColumnCountMinusOne"/>
|
||||||
<property name="columnValue" type="java.lang.String" array="0..getColumnCountMinusOne" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="columnValue" type="java.lang.String" array="0..getColumnCountMinusOne" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="columnWarningIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" array="0..getColumnCountMinusOne" html="no"/>
|
<property name="columnWarningIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" array="0..getColumnCountMinusOne" html="no"/>
|
||||||
<property name="columnWarningFilter" type="java.lang.String" array="0..getColumnCountMinusOne" localized="yes" html="no"/>
|
<property name="columnWarningFilter" type="java.lang.String" array="0..getColumnCountMinusOne" localized="yes" html="no"/>
|
||||||
<property name="columnWarningTooltip" type="java.lang.String" array="0..getColumnCountMinusOne" localized="yes" html="no"/>
|
<property name="columnWarningTooltip" type="java.lang.String" array="0..getColumnCountMinusOne" localized="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Sorting">
|
<category name="Sorting">
|
||||||
<property name="columnReverseSort" type="boolean"/>
|
<property name="columnReverseSort" type="boolean"/>
|
||||||
<property name="columnSort" type="int"/>
|
<property name="columnSort" type="int"/>
|
||||||
<property name="columnSort2" type="int" html="no"/>
|
<property name="columnSort2" type="int" html="no"/>
|
||||||
<property name="sortingAllowed" type="boolean" html="no"/>
|
<property name="sortingAllowed" type="boolean" html="no"/>
|
||||||
<property name="duplicateNotAllowed" type="boolean" advanced="yes" html="no"/>
|
<property name="duplicateNotAllowed" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="duplicateColumn" type="int" advanced="yes" html="no"/>
|
<property name="duplicateColumn" type="int" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="margin" type="int" advanced="yes"/>
|
<property name="margin" type="int" advanced="yes"/>
|
||||||
<property name="headingVisible" type="boolean" advanced="yes"/>
|
<property name="headingVisible" type="boolean" advanced="yes"/>
|
||||||
<property name="rowFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="rowFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="headingFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes" html="no"/>
|
<property name="headingFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes" html="no"/>
|
||||||
<property name="buttonFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="buttonFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="buttonWidth" type="int" advanced="yes"/>
|
<property name="buttonWidth" type="int" advanced="yes"/>
|
||||||
<property name="autoFit" type="boolean" advanced="yes"/>
|
<property name="autoFit" type="boolean" advanced="yes"/>
|
||||||
<property name="autoTop" type="boolean" advanced="yes"/>
|
<property name="autoTop" type="boolean" advanced="yes"/>
|
||||||
<property name="controlHeight" type="int" advanced="yes"/>
|
<property name="controlHeight" type="int" advanced="yes"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="evenRowBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="evenRowBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="oddRowBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="oddRowBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="colorGroup" type="boolean" advanced="yes" html="no"/>
|
<property name="colorGroup" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="colorGroupColumn" type="int" advanced="yes" html="no"/>
|
<property name="colorGroupColumn" type="int" advanced="yes" html="no"/>
|
||||||
<property name="showTimeAsGMT" type="boolean" advanced="yes" html="no"/>
|
<property name="showTimeAsGMT" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="HeaderAndFooter">
|
<category name="HeaderAndFooter">
|
||||||
<property name="headerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="headerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="headerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="headerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="headerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="headerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="headerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
<property name="headerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
||||||
|
|
||||||
<property name="footerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
<property name="footerText" localized="yes" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="footerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
<property name="footerFont" type="fasttools.jtools.common.property.font.FontSet" advanced="yes"/>
|
||||||
<property name="footerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="footerColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="footerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
<property name="footerJustification" type="fasttools.jwui.common.property.JTextJustificationType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Interaction">
|
<category name="Interaction">
|
||||||
<property name="updateEnabled" type="boolean" advanced="yes"/>
|
<property name="updateEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="insertEnabled" type="boolean" advanced="yes"/>
|
<property name="insertEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="deleteEnabled" type="boolean" advanced="yes"/>
|
<property name="deleteEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="reorderingAllowed" type="boolean" advanced="yes" html="no"/>
|
<property name="reorderingAllowed" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="rowSelectionAllowed" type="boolean"/>
|
<property name="rowSelectionAllowed" type="boolean"/>
|
||||||
<property name="rowMultipleSelectionAllowed" type="boolean" html="no"/>
|
<property name="rowMultipleSelectionAllowed" type="boolean" html="no"/>
|
||||||
<property name="columnFilterEnabled" type="boolean" advanced="yes" html="no"/>
|
<property name="columnFilterEnabled" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="autoStart" type="boolean" advanced="yes"/>
|
<property name="autoStart" type="boolean" advanced="yes"/>
|
||||||
<property name="start" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="start" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<!--
|
<!--
|
||||||
<property name="importAllowed" type="boolean" advanced="yes" html="no"/>
|
<property name="importAllowed" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="importAll" type="boolean" advanced="yes" html="no"/>
|
<property name="importAll" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="importAllRequired" type="boolean" advanced="yes" html="no"/>
|
<property name="importAllRequired" type="boolean" advanced="yes" html="no"/>
|
||||||
-->
|
-->
|
||||||
<property name="exportAllowed" type="boolean" advanced="yes" html="no"/>
|
<property name="exportAllowed" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Status">
|
<category name="Status">
|
||||||
<property name="rowCount" type="int" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
<property name="rowCount" type="int" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="selectedRow" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="selectedRow" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="selectedLocation" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes" enterprise="yes" html="no"/>
|
<property name="selectedLocation" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes" enterprise="yes" html="no"/>
|
||||||
<property name="selectedLocationWithRow" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes" enterprise="yes" html="no"/>
|
<property name="selectedLocationWithRow" type="java.lang.String" bound="yes" save="no" defaultAllowed="no" advanced="yes" enterprise="yes" html="no"/>
|
||||||
<property name="singleRowSelected" type="boolean" bound="yes" save="no" defaultAllowed="no" writeAllowed="no" advanced="yes" html="no"/>
|
<property name="singleRowSelected" type="boolean" bound="yes" save="no" defaultAllowed="no" writeAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="multipleRowsSelected" type="boolean" bound="yes" save="no" defaultAllowed="no" writeAllowed="no" advanced="yes" html="no"/>
|
<property name="multipleRowsSelected" type="boolean" bound="yes" save="no" defaultAllowed="no" writeAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="rowLeftClickEvent" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="rowLeftClickEvent" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="rowRightClickEvent" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="rowRightClickEvent" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="rowDoubleClickEvent" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="rowDoubleClickEvent" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="lastUpdate" type="long" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" html="no"/>
|
<property name="lastUpdate" type="long" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" html="no"/>
|
||||||
<property name="doubleClickedRow" type="java.lang.String" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="doubleClickedRow" type="java.lang.String" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PopupMenu">
|
<category name="PopupMenu">
|
||||||
<property name="exportTableIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
<property name="exportTableIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
||||||
<!--
|
<!--
|
||||||
<property name="importTableIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
<property name="importTableIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
||||||
<property name="importTableLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="importTableLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
-->
|
-->
|
||||||
<property name="exportTableLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="exportTableLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="exportSelectedTableLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="exportSelectedTableLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="userPopupMenuIcon" array="0..19" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
<property name="userPopupMenuIcon" array="0..19" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
||||||
<property name="userPopupMenu" array="0..19" localized="yes" type="java.lang.String" advanced="yes" html="no"/>
|
<property name="userPopupMenu" array="0..19" localized="yes" type="java.lang.String" advanced="yes" html="no"/>
|
||||||
<property name="userPopupMenuSelected" array="0..19" type="boolean" bound="yes" save="no" writeAllowed="no"
|
<property name="userPopupMenuSelected" array="0..19" type="boolean" bound="yes" save="no" writeAllowed="no"
|
||||||
defaultAllowed="no" advanced="yes" html="no"/>
|
defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="userPopupMenuVisible" array="0..19" type="boolean" advanced="yes" html="no"/>
|
<property name="userPopupMenuVisible" array="0..19" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="userPopupMenuEnabled" array="0..19" type="boolean" advanced="yes" html="no"/>
|
<property name="userPopupMenuEnabled" array="0..19" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="userPopupMenuSeparated" array="0..19" type="boolean" advanced="yes" html="no"/>
|
<property name="userPopupMenuSeparated" array="0..19" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="userPopupMenuConfirmText" array="0..19" localized="yes" type="java.lang.String" advanced="yes" html="no"/>
|
<property name="userPopupMenuConfirmText" array="0..19" localized="yes" type="java.lang.String" advanced="yes" html="no"/>
|
||||||
<property name="insertRowIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
<property name="insertRowIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
||||||
<property name="deleteRowsIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
<property name="deleteRowsIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
||||||
<property name="insertRowLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="insertRowLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="deleteRowsLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="deleteRowsLabel" localized="yes" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Buttons">
|
<category name="Buttons">
|
||||||
<property name="buttonEvent" array="0..3" type="boolean" writeAllowed="no" bound="yes" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="buttonEvent" array="0..3" type="boolean" writeAllowed="no" bound="yes" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="exportButtonVisible" type="boolean" advanced="yes" html="no"/>
|
<property name="exportButtonVisible" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="buttonVisible" array="0..3" type="boolean" advanced="yes" html="no"/>
|
<property name="buttonVisible" array="0..3" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="buttonEnabled" array="0..3" type="boolean" advanced="yes" html="no"/>
|
<property name="buttonEnabled" array="0..3" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="buttonLabel" array="0..3" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="buttonLabel" array="0..3" type="java.lang.String" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Grid">
|
<category name="Grid">
|
||||||
<property name="gridVisible" type="boolean" advanced="yes" html="no"/>
|
<property name="gridVisible" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes" html="no"/>
|
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="enabledLocalization" type="boolean" advanced="yes"/>
|
<property name="enabledLocalization" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,75 +1,75 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)Display.xml
|
* @(#)Display.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa. All rights reserved.
|
* Copyright: Yokogawa. All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Aug-13 e10890 Add enterprise functionality
|
* HVS Aug-13 e10890 Add enterprise functionality
|
||||||
* HMN Aug-15 e11370 Click through support
|
* HMN Aug-15 e11370 Click through support
|
||||||
* HVS Oct-17 i11841 Add "None" option for secondary location
|
* HVS Oct-17 i11841 Add "None" option for secondary location
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Mar-20 i12247 CIX-Pre-TT-H0028-Disable template property for HTML mode
|
* VNU Mar-20 i12247 CIX-Pre-TT-H0028-Disable template property for HTML mode
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="display"
|
<componentType name="display"
|
||||||
icon="ged_open_display.png"
|
icon="ged_open_display.png"
|
||||||
description="Display definition"
|
description="Display definition"
|
||||||
class="fasttools.jwui.runtime.visualization.DisplayDefinition">
|
class="fasttools.jwui.runtime.visualization.DisplayDefinition">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no" null="readOnly" advanced="yes"/>
|
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no" null="readOnly" advanced="yes"/>
|
||||||
<property name="title" type="java.lang.String"/>
|
<property name="title" type="java.lang.String"/>
|
||||||
<property name="tabIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
<property name="tabIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none" html="no"/>
|
||||||
<property name="description" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="description" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="processAreas" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="processAreas" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="parentDisplay" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
<property name="parentDisplay" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="template" type="boolean" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="template" type="boolean" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="html" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="html" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Background">
|
<category name="Background">
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
<property name="backgroundImage" type="fasttools.jtools.common.property.icon.IconSet" advanced="yes"/>
|
<property name="backgroundImage" type="fasttools.jtools.common.property.icon.IconSet" advanced="yes"/>
|
||||||
<property name="backgroundColorOn" type="boolean"/>
|
<property name="backgroundColorOn" type="boolean"/>
|
||||||
<property name="backgroundImageOn" type="boolean" advanced="yes"/>
|
<property name="backgroundImageOn" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Size">
|
<category name="Size">
|
||||||
<property name="width" type="int" connectAllowed="no"/>
|
<property name="width" type="int" connectAllowed="no"/>
|
||||||
<property name="height" type="int" connectAllowed="no"/>
|
<property name="height" type="int" connectAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Grid">
|
<category name="Grid">
|
||||||
<property name="gridVisible" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="gridVisible" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridSnapping" type="boolean" connectAllowed="no"/>
|
<property name="gridSnapping" type="boolean" connectAllowed="no"/>
|
||||||
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" connectAllowed="no" advanced="yes"/>
|
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridVerticalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
<property name="gridVerticalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridHorizontalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
<property name="gridHorizontalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridDrawnOnTop" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="gridDrawnOnTop" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Blinking">
|
<category name="Blinking">
|
||||||
<property name="blinkEnabled" type="boolean" advanced="yes"/>
|
<property name="blinkEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="blinkDelay" type="int"/>
|
<property name="blinkDelay" type="int"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Enterprise">
|
<category name="Enterprise">
|
||||||
<property name="primaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="primaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="secondaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" null="none" html="no"/>
|
<property name="secondaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" null="none" html="no"/>
|
||||||
<property name="enterprise" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no" html="no"/>
|
<property name="enterprise" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="group" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
<property name="group" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="mousePassThrough" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="mousePassThrough" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,108 +1,108 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)DtsChart.xml
|
* @(#)DtsChart.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: R.Houtman
|
* Author: R.Houtman
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HMN Oct-13 e10831 First version
|
* HMN Oct-13 e10831 First version
|
||||||
* HMN Feb-15 e10966 R10.02
|
* HMN Feb-15 e10966 R10.02
|
||||||
* HVS Sep-16 e11448 Correct paletteOrder
|
* HVS Sep-16 e11448 Correct paletteOrder
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="dts-chart"
|
<componentType name="dts-chart"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_chart-dts-16.png"
|
icon="stock_chart-dts-16.png"
|
||||||
description="DTSTrend"
|
description="DTSTrend"
|
||||||
class="fasttools.jwui.components.charts.dtstrend.DtsChartSDI"
|
class="fasttools.jwui.components.charts.dtstrend.DtsChartSDI"
|
||||||
paletteOrder="211"
|
paletteOrder="211"
|
||||||
html="no">
|
html="no">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="no" description="DTS Trend"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="no" description="DTS Trend"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Component">
|
<category name="Component">
|
||||||
<property name="enabled" type="boolean" advanced="yes"/>
|
<property name="enabled" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes"/>
|
<property name="zoomFactor" type="float" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="TrendInfo">
|
<category name="TrendInfo">
|
||||||
<property name="trendName" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The name as shown in trend properties dialog"/>
|
<property name="trendName" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The name as shown in trend properties dialog"/>
|
||||||
<property name="trendDescription" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The description as shown in trend properties dialog"/>
|
<property name="trendDescription" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The description as shown in trend properties dialog"/>
|
||||||
<property name="trendVersion" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The version as shown in trend properties dialog"/>
|
<property name="trendVersion" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The version as shown in trend properties dialog"/>
|
||||||
<property name="trendGroup" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The Trend Group as shown in trend properties dialog"/>
|
<property name="trendGroup" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The Trend Group as shown in trend properties dialog"/>
|
||||||
<property name="trendAuthor" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The author as shown in trend properties dialog"/>
|
<property name="trendAuthor" bound="yes" writeAllowed="no" save="no" type="java.lang.String" description="The author as shown in trend properties dialog"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenColor">
|
<category name="PenColor">
|
||||||
<property name="color" array="0..19" bound="yes" save="no" type="fasttools.jtools.common.property.color.ColorSet" description="The pen color" setter="setPenColor" getter="getPenColor" advanced="yes"/>
|
<property name="color" array="0..19" bound="yes" save="no" type="fasttools.jtools.common.property.color.ColorSet" description="The pen color" setter="setPenColor" getter="getPenColor" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleType">
|
<category name="PenScaleType">
|
||||||
<property name="scaleRangeType" array="0..19" bound="yes" save="no" type="fasttools.jwui.components.charts.trend.property.ScaleRangeType" description="How the pen scale range is determed" setter="setPenScaleRangeType" getter="getPenScaleRangeType" advanced="yes"/>
|
<property name="scaleRangeType" array="0..19" bound="yes" save="no" type="fasttools.jwui.components.charts.trend.property.ScaleRangeType" description="How the pen scale range is determed" setter="setPenScaleRangeType" getter="getPenScaleRangeType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleMax">
|
<category name="PenScaleMax">
|
||||||
<property name="scaleMax" array="0..19" bound="yes" save="no" type="double" description="The value-scale maximum" setter="setPenScaleMax" getter="getPenScaleMax" advanced="yes"/>
|
<property name="scaleMax" array="0..19" bound="yes" save="no" type="double" description="The value-scale maximum" setter="setPenScaleMax" getter="getPenScaleMax" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleMin">
|
<category name="PenScaleMin">
|
||||||
<property name="scaleMin" array="0..19" bound="yes" save="no" type="double" description="The value-scale minimum" setter="setPenScaleMin" getter="getPenScaleMin" advanced="yes"/>
|
<property name="scaleMin" array="0..19" bound="yes" save="no" type="double" description="The value-scale minimum" setter="setPenScaleMin" getter="getPenScaleMin" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenAxisVisible">
|
<category name="PenAxisVisible">
|
||||||
<property name="axisVisible" array="0..19" bound="yes" save="no" writeAllowed="yes" type="boolean" description="The visibility of the Y axis for this pen" setter="setPenAxisVisible" getter="getPenAxisVisible" advanced="yes"/>
|
<property name="axisVisible" array="0..19" bound="yes" save="no" writeAllowed="yes" type="boolean" description="The visibility of the Y axis for this pen" setter="setPenAxisVisible" getter="getPenAxisVisible" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="RetrievalSettings">
|
<category name="RetrievalSettings">
|
||||||
<property name="updateInterval" bound="yes" writeAllowed="no" save="no" type="int" description="The interval in seconds at which the graph is updated"/>
|
<property name="updateInterval" bound="yes" writeAllowed="no" save="no" type="int" description="The interval in seconds at which the graph is updated"/>
|
||||||
<property name="timeRangeMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The begin time for history retrieval" advanced="yes"/>
|
<property name="timeRangeMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The begin time for history retrieval" advanced="yes"/>
|
||||||
<property name="timeRangeMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The end time for history retrieval" advanced="yes"/>
|
<property name="timeRangeMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The end time for history retrieval" advanced="yes"/>
|
||||||
<property name="timeRangeVisibleMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
<property name="timeRangeVisibleMin" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
||||||
<property name="timeRangeVisibleMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
<property name="timeRangeVisibleMax" bound="yes" writeAllowed="no" save="no" type="double" defaultAllowed="no" description="The visible part of the retrieved data" advanced="yes"/>
|
||||||
<property name="refresh" bound="no" save="no" type="boolean" description="Trigger the graph to update itself. Initial refresh is always performed" advanced="yes"/>
|
<property name="refresh" bound="no" save="no" type="boolean" description="Trigger the graph to update itself. Initial refresh is always performed" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,77 +1,77 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Ellipse.xml
|
* @(#)Ellipse.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="ellipse"
|
<componentType name="ellipse"
|
||||||
icon="stock_draw-circle-unfilled-16.png"
|
icon="stock_draw-circle-unfilled-16.png"
|
||||||
description="Ellipse"
|
description="Ellipse"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedEllipse"
|
class="fasttools.jwui.ilv.graphic.ExtendedEllipse"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeEllipseInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeEllipseInteractor"
|
||||||
paletteOrder="10">
|
paletteOrder="10">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no" setter="setGeneralPath" getter="isGeneralPath" triggers="curvePoints" advanced="yes"/>
|
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no" setter="setGeneralPath" getter="isGeneralPath" triggers="curvePoints" advanced="yes"/>
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
||||||
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" setter="setLineStroke" getter="getLineStroke"/>
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setLinePaint" getter="getLinePaint"/>
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setLinePaint" getter="getLinePaint"/>
|
||||||
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float"/>
|
<property name="fillAmount" type="float"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setFillingPaint" getter="getFillingPaint"/>
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,91 +1,91 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)ExtendedIExplorer.xml
|
* @(#)ExtendedIExplorer.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M. Brentnall
|
* Author: M. Brentnall
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-11 e10555 First version documented
|
* BNL Aug-11 e10555 First version documented
|
||||||
* BNL Feb-12 e10555 Add Icon, Palette Order and Correct URL saving
|
* BNL Feb-12 e10555 Add Icon, Palette Order and Correct URL saving
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* HMN May-17 e11335 Transition from ActiveX to JavaFX browser
|
* HMN May-17 e11335 Transition from ActiveX to JavaFX browser
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* VNU Feb-20 e12194 Port to Java 11(Add error text)
|
* VNU Feb-20 e12194 Port to Java 11(Add error text)
|
||||||
* VNU Feb-20 i12247 Correct HTML5 supported properties
|
* VNU Feb-20 i12247 Correct HTML5 supported properties
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="extendedIExplorer"
|
<componentType name="extendedIExplorer"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_internet-16.png"
|
icon="stock_internet-16.png"
|
||||||
description="InternetExplorer"
|
description="InternetExplorer"
|
||||||
class="fasttools.jwui.components.iexplorer.JfxWebBrowser"
|
class="fasttools.jwui.components.iexplorer.JfxWebBrowser"
|
||||||
paletteOrder="400">
|
paletteOrder="400">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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" advanced="yes" html="no"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Navigation">
|
<category name="Navigation">
|
||||||
<property name="url" type="java.lang.String" bound="yes" defaultAllowed="no" />
|
<property name="url" type="java.lang.String" bound="yes" defaultAllowed="no" />
|
||||||
<property name="back" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="back" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="forward" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="forward" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="stop" type="boolean" save="no" defaultAllowed="no" html="no"/>
|
<property name="stop" type="boolean" save="no" defaultAllowed="no" html="no"/>
|
||||||
<property name="reload" type="boolean" save="no" defaultAllowed="no" html="no"/>
|
<property name="reload" type="boolean" save="no" defaultAllowed="no" html="no"/>
|
||||||
<property name="home" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="home" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="backPossible" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="backPossible" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="forwardPossible" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="forwardPossible" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Status">
|
<category name="Status">
|
||||||
<property name="busy" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="busy" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="progress" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="progress" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="status" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="status" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="title" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="title" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="error" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="error" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Printing">
|
<category name="Printing">
|
||||||
<property name="pageSetup" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="pageSetup" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="print" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="print" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="printImmediate" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="printImmediate" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float" html="no"/>
|
<property name="transparency" type="float" html="no"/>
|
||||||
<property name="opaque" type="boolean" html="no"/>
|
<property name="opaque" type="boolean" html="no"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes" html="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes" html="no"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" advanced="yes" html="no"/>
|
<property name="zoomEnabled" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,203 +1,203 @@
|
||||||
/*-
|
/*-
|
||||||
* @(#)ExtendedJBorder.java
|
* @(#)ExtendedJBorder.java
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
* HVS Feb-08 e9435 First version documented
|
* HVS Feb-08 e9435 First version documented
|
||||||
* BNL Apr-09 i10199 Correct hit detection for border top, bottom and text
|
* BNL Apr-09 i10199 Correct hit detection for border top, bottom and text
|
||||||
* BNL Mar-11 e10468 732 Correct hit detection for empty border with text
|
* BNL Mar-11 e10468 732 Correct hit detection for empty border with text
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package fasttools.jwui.ilv.graphic;
|
package fasttools.jwui.ilv.graphic;
|
||||||
|
|
||||||
import fasttools.jwui.common.property.JBorderType;
|
import fasttools.jwui.common.property.JBorderType;
|
||||||
import fasttools.jwui.ilv.swing.INonRectangularJComponent;
|
import fasttools.jwui.ilv.swing.INonRectangularJComponent;
|
||||||
import fasttools.jwui.ilv.swing.IJComponentTagger;
|
import fasttools.jwui.ilv.swing.IJComponentTagger;
|
||||||
import ilog.views.IlvPoint;
|
import ilog.views.IlvPoint;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import javax.swing.border.Border;
|
import javax.swing.border.Border;
|
||||||
import javax.swing.border.LineBorder;
|
import javax.swing.border.LineBorder;
|
||||||
import javax.swing.border.TitledBorder;
|
import javax.swing.border.TitledBorder;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.awt.font.FontRenderContext;
|
import java.awt.font.FontRenderContext;
|
||||||
import java.awt.font.TextLayout;
|
import java.awt.font.TextLayout;
|
||||||
import java.awt.geom.AffineTransform;
|
import java.awt.geom.AffineTransform;
|
||||||
import java.awt.geom.Path2D;
|
import java.awt.geom.Path2D;
|
||||||
import java.awt.geom.Point2D;
|
import java.awt.geom.Point2D;
|
||||||
import java.awt.geom.Rectangle2D;
|
import java.awt.geom.Rectangle2D;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extends the ExtendedJBorder to be usable in the {@link ExtendedJComponent} container.
|
* Extends the ExtendedJBorder to be usable in the {@link ExtendedJComponent} container.
|
||||||
*/
|
*/
|
||||||
public class ExtendedJBorder extends JPanel implements IJComponentTagger, INonRectangularJComponent {
|
public class ExtendedJBorder extends JPanel implements IJComponentTagger, INonRectangularJComponent {
|
||||||
private String cLabel = "";
|
private String cLabel = "";
|
||||||
private Border cBorder = JBorderType.NATIVE_BORDER;
|
private Border cBorder = JBorderType.NATIVE_BORDER;
|
||||||
|
|
||||||
public ExtendedJBorder() {
|
public ExtendedJBorder() {
|
||||||
setOpaque(false);
|
setOpaque(false);
|
||||||
setBorder(cBorder);
|
setBorder(cBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the label.
|
* Sets the label.
|
||||||
*
|
*
|
||||||
* @param label The label
|
* @param label The label
|
||||||
*/
|
*/
|
||||||
public void setLabelText(String label) {
|
public void setLabelText(String label) {
|
||||||
if (label == null) {
|
if (label == null) {
|
||||||
label = "";
|
label = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!cLabel.equals(label)) {
|
if (!cLabel.equals(label)) {
|
||||||
cLabel = label;
|
cLabel = label;
|
||||||
createBorder();
|
createBorder();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the label.
|
* Returns the label.
|
||||||
*
|
*
|
||||||
* @return The label
|
* @return The label
|
||||||
*/
|
*/
|
||||||
public String getLabelText() {
|
public String getLabelText() {
|
||||||
return cLabel;
|
return cLabel;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the border type.
|
* Sets the border type.
|
||||||
*
|
*
|
||||||
* @param borderType The border type
|
* @param borderType The border type
|
||||||
*/
|
*/
|
||||||
public void setBorderType(JBorderType borderType) {
|
public void setBorderType(JBorderType borderType) {
|
||||||
Border mBorder = borderType.getBorder();
|
Border mBorder = borderType.getBorder();
|
||||||
if (mBorder != cBorder) {
|
if (mBorder != cBorder) {
|
||||||
cBorder = mBorder;
|
cBorder = mBorder;
|
||||||
createBorder();
|
createBorder();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the border type.
|
* Returns the border type.
|
||||||
*
|
*
|
||||||
* @return The border type
|
* @return The border type
|
||||||
*/
|
*/
|
||||||
public JBorderType getBorderType() {
|
public JBorderType getBorderType() {
|
||||||
return new JBorderType(cBorder);
|
return new JBorderType(cBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Override to update the border.
|
* Override to update the border.
|
||||||
*
|
*
|
||||||
* @param color The color
|
* @param color The color
|
||||||
*/
|
*/
|
||||||
public void setForeground(Color color) {
|
public void setForeground(Color color) {
|
||||||
super.setForeground(color);
|
super.setForeground(color);
|
||||||
createBorder();
|
createBorder();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Override to update the border.
|
* Override to update the border.
|
||||||
*
|
*
|
||||||
* @param font The font
|
* @param font The font
|
||||||
*/
|
*/
|
||||||
public void setFont(Font font) {
|
public void setFont(Font font) {
|
||||||
super.setFont(font);
|
super.setFont(font);
|
||||||
createBorder();
|
createBorder();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Recreate the border.
|
* Recreate the border.
|
||||||
*/
|
*/
|
||||||
private void createBorder() {
|
private void createBorder() {
|
||||||
if (cLabel != null) {
|
if (cLabel != null) {
|
||||||
Border mBorder = cBorder;
|
Border mBorder = cBorder;
|
||||||
if (mBorder instanceof LineBorder) {
|
if (mBorder instanceof LineBorder) {
|
||||||
mBorder = new LineBorder(getForeground());
|
mBorder = new LineBorder(getForeground());
|
||||||
}
|
}
|
||||||
if (cLabel.length() > 0) {
|
if (cLabel.length() > 0) {
|
||||||
mBorder = new TitledBorder(mBorder, cLabel, TitledBorder.LEADING, TitledBorder.TOP, getFont(), getForeground());
|
mBorder = new TitledBorder(mBorder, cLabel, TitledBorder.LEADING, TitledBorder.TOP, getFont(), getForeground());
|
||||||
}
|
}
|
||||||
setBorder(mBorder);
|
setBorder(mBorder);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean contains(Point2D p, AffineTransform t, GraphicHelper graphicHelper, float zoomFactor, boolean zoomEnabled) {
|
public boolean contains(Point2D p, AffineTransform t, GraphicHelper graphicHelper, float zoomFactor, boolean zoomEnabled) {
|
||||||
// TODO: Shearing is not taken into consideration, so sheared borders won't hit-detect correctly.
|
// TODO: Shearing is not taken into consideration, so sheared borders won't hit-detect correctly.
|
||||||
Shape mShape = graphicHelper.getShape();
|
Shape mShape = graphicHelper.getShape();
|
||||||
if (isOpaque()) {
|
if (isOpaque()) {
|
||||||
return mShape.contains(p);
|
return mShape.contains(p);
|
||||||
}
|
}
|
||||||
if (!mShape.contains(p)) {
|
if (!mShape.contains(p)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Point2D mTopLeft = graphicHelper.getXYNull();
|
Point2D mTopLeft = graphicHelper.getXYNull();
|
||||||
Point2D mTopRight = graphicHelper.getXYWidth();
|
Point2D mTopRight = graphicHelper.getXYWidth();
|
||||||
double mRotation = GraphicHelper.getRotationAngleInDegrees((IlvPoint) mTopLeft, (IlvPoint) mTopRight);
|
double mRotation = GraphicHelper.getRotationAngleInDegrees((IlvPoint) mTopLeft, (IlvPoint) mTopRight);
|
||||||
|
|
||||||
String mLabel = getLabelText();
|
String mLabel = getLabelText();
|
||||||
if (mLabel != null && !mLabel.equals("")) {
|
if (mLabel != null && !mLabel.equals("")) {
|
||||||
Graphics2D g = (Graphics2D) getGraphics();
|
Graphics2D g = (Graphics2D) getGraphics();
|
||||||
FontRenderContext mFontRenderingContext = g.getFontRenderContext();
|
FontRenderContext mFontRenderingContext = g.getFontRenderContext();
|
||||||
Font mFont = getFont();
|
Font mFont = getFont();
|
||||||
TextLayout mActualText = new TextLayout(mLabel, mFont, mFontRenderingContext);
|
TextLayout mActualText = new TextLayout(mLabel, mFont, mFontRenderingContext);
|
||||||
TextLayout mHeightText = new TextLayout("abcdefghijklmnopqrstuvwxyz", mFont, mFontRenderingContext);
|
TextLayout mHeightText = new TextLayout("abcdefghijklmnopqrstuvwxyz", mFont, mFontRenderingContext);
|
||||||
Rectangle2D mBounds = mActualText.getBounds();
|
Rectangle2D mBounds = mActualText.getBounds();
|
||||||
Rectangle2D mHeightBounds = mHeightText.getBounds();
|
Rectangle2D mHeightBounds = mHeightText.getBounds();
|
||||||
double mZoomFactor = zoomFactor / (zoomEnabled ? 1.0 : t.getScaleX());
|
double mZoomFactor = zoomFactor / (zoomEnabled ? 1.0 : t.getScaleX());
|
||||||
double mTextHeight = mHeightBounds.getHeight() * mZoomFactor;
|
double mTextHeight = mHeightBounds.getHeight() * mZoomFactor;
|
||||||
// NOTE: The width in mBounds is too long for reasons that I've given up trying to figure out. Multiplying by 0.75 gives us a value that's good enough for now.
|
// NOTE: The width in mBounds is too long for reasons that I've given up trying to figure out. Multiplying by 0.75 gives us a value that's good enough for now.
|
||||||
double mTextWidth = mBounds.getWidth() * mZoomFactor * 0.75;
|
double mTextWidth = mBounds.getWidth() * mZoomFactor * 0.75;
|
||||||
double mLeftInset = 5.0 * mZoomFactor;
|
double mLeftInset = 5.0 * mZoomFactor;
|
||||||
Point2D mTextTopLeft = getPointFrom((IlvPoint) mTopLeft, mLeftInset, mRotation);
|
Point2D mTextTopLeft = getPointFrom((IlvPoint) mTopLeft, mLeftInset, mRotation);
|
||||||
Point2D mTextTopRight = getPointFrom((IlvPoint) mTextTopLeft, mTextWidth, mRotation);
|
Point2D mTextTopRight = getPointFrom((IlvPoint) mTextTopLeft, mTextWidth, mRotation);
|
||||||
Point2D mTextBottomLeft = getPointFrom((IlvPoint) mTextTopLeft, mTextHeight, mRotation + 90.0);
|
Point2D mTextBottomLeft = getPointFrom((IlvPoint) mTextTopLeft, mTextHeight, mRotation + 90.0);
|
||||||
Point2D mTextBottomRight = getPointFrom((IlvPoint) mTextBottomLeft, mTextWidth, mRotation);
|
Point2D mTextBottomRight = getPointFrom((IlvPoint) mTextBottomLeft, mTextWidth, mRotation);
|
||||||
Path2D.Double mTextShapeRectangle = new Path2D.Double(Path2D.WIND_NON_ZERO, 4);
|
Path2D.Double mTextShapeRectangle = new Path2D.Double(Path2D.WIND_NON_ZERO, 4);
|
||||||
mTextShapeRectangle.moveTo(mTextTopLeft.getX(), mTextTopLeft.getY());
|
mTextShapeRectangle.moveTo(mTextTopLeft.getX(), mTextTopLeft.getY());
|
||||||
mTextShapeRectangle.lineTo(mTextTopRight.getX(), mTextTopRight.getY());
|
mTextShapeRectangle.lineTo(mTextTopRight.getX(), mTextTopRight.getY());
|
||||||
mTextShapeRectangle.lineTo(mTextBottomRight.getX(), mTextBottomRight.getY());
|
mTextShapeRectangle.lineTo(mTextBottomRight.getX(), mTextBottomRight.getY());
|
||||||
mTextShapeRectangle.lineTo(mTextBottomLeft.getX(), mTextBottomLeft.getY());
|
mTextShapeRectangle.lineTo(mTextBottomLeft.getX(), mTextBottomLeft.getY());
|
||||||
if (mTextShapeRectangle.contains(p)) {
|
if (mTextShapeRectangle.contains(p)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!getBorderType().equals(new JBorderType(JBorderType.EMPTY))) {
|
if (!getBorderType().equals(new JBorderType(JBorderType.EMPTY))) {
|
||||||
double mBorderWidth = 6.0 * zoomFactor;
|
double mBorderWidth = 6.0 * zoomFactor;
|
||||||
if (!zoomEnabled && t != null) {
|
if (!zoomEnabled && t != null) {
|
||||||
mBorderWidth /= t.getScaleX();
|
mBorderWidth /= t.getScaleX();
|
||||||
}
|
}
|
||||||
Point2D mBottomLeft = graphicHelper.getXYHeight();
|
Point2D mBottomLeft = graphicHelper.getXYHeight();
|
||||||
Point2D mBottomRight = graphicHelper.getXYWidthHeight();
|
Point2D mBottomRight = graphicHelper.getXYWidthHeight();
|
||||||
mTopLeft = getPointFrom((IlvPoint) mTopLeft, mBorderWidth, mRotation + 45.0);
|
mTopLeft = getPointFrom((IlvPoint) mTopLeft, mBorderWidth, mRotation + 45.0);
|
||||||
mTopRight = getPointFrom((IlvPoint) mTopRight, mBorderWidth, mRotation + 135.0);
|
mTopRight = getPointFrom((IlvPoint) mTopRight, mBorderWidth, mRotation + 135.0);
|
||||||
mBottomRight = getPointFrom((IlvPoint) mBottomRight, mBorderWidth, mRotation + 225.0);
|
mBottomRight = getPointFrom((IlvPoint) mBottomRight, mBorderWidth, mRotation + 225.0);
|
||||||
mBottomLeft = getPointFrom((IlvPoint) mBottomLeft, mBorderWidth, mRotation + 315.0);
|
mBottomLeft = getPointFrom((IlvPoint) mBottomLeft, mBorderWidth, mRotation + 315.0);
|
||||||
Path2D.Double mInsideShape = new Path2D.Double(Path2D.WIND_NON_ZERO, 4);
|
Path2D.Double mInsideShape = new Path2D.Double(Path2D.WIND_NON_ZERO, 4);
|
||||||
mInsideShape.moveTo(mTopLeft.getX(), mTopLeft.getY());
|
mInsideShape.moveTo(mTopLeft.getX(), mTopLeft.getY());
|
||||||
mInsideShape.lineTo(mTopRight.getX(), mTopRight.getY());
|
mInsideShape.lineTo(mTopRight.getX(), mTopRight.getY());
|
||||||
mInsideShape.lineTo(mBottomRight.getX(), mBottomRight.getY());
|
mInsideShape.lineTo(mBottomRight.getX(), mBottomRight.getY());
|
||||||
mInsideShape.lineTo(mBottomLeft.getX(), mBottomLeft.getY());
|
mInsideShape.lineTo(mBottomLeft.getX(), mBottomLeft.getY());
|
||||||
if (!mInsideShape.contains(p)) {
|
if (!mInsideShape.contains(p)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Point2D getPointFrom(IlvPoint point, double distance, double angle) {
|
private Point2D getPointFrom(IlvPoint point, double distance, double angle) {
|
||||||
IlvPoint mMidPoint = GraphicHelper.getPointRotatedFrom(point, angle - 45.0, distance);
|
IlvPoint mMidPoint = GraphicHelper.getPointRotatedFrom(point, angle - 45.0, distance);
|
||||||
return GraphicHelper.getPointRotatedFrom(mMidPoint, angle + 45.0, distance);
|
return GraphicHelper.getPointRotatedFrom(mMidPoint, angle + 45.0, distance);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,148 +1,148 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Generator.xml
|
* @(#)Generator.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M.B. Middelveld
|
* Author: M.B. Middelveld
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* MMD Oct-13 e10944 First version documented
|
* MMD Oct-13 e10944 First version documented
|
||||||
* HVS Nov-15 e11298 EPMS - Merge e10944 display generator component
|
* HVS Nov-15 e11298 EPMS - Merge e10944 display generator component
|
||||||
* HVS Nov-16 i11672 EPMS - Improve display generator component 3
|
* HVS Nov-16 i11672 EPMS - Improve display generator component 3
|
||||||
* HVS Apr-17 e11335 Add display generator component "usedTemplateName" property
|
* HVS Apr-17 e11335 Add display generator component "usedTemplateName" property
|
||||||
* HVS Jan-18 e11897 Add enterprise support (tokuchu 17-0410)
|
* HVS Jan-18 e11897 Add enterprise support (tokuchu 17-0410)
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* VNU Sep-19 e12157 Enable generator Component HTML5
|
* VNU Sep-19 e12157 Enable generator Component HTML5
|
||||||
* HVS Jan-20 e12214 Speedup generation (tokuchu 19-0403)
|
* HVS Jan-20 e12214 Speedup generation (tokuchu 19-0403)
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="Generator"
|
<componentType name="Generator"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="generator_16.png"
|
icon="generator_16.png"
|
||||||
description="Generator"
|
description="Generator"
|
||||||
class="fasttools.jwui.components.generator.Generator"
|
class="fasttools.jwui.components.generator.Generator"
|
||||||
paletteOrder="405"
|
paletteOrder="405"
|
||||||
html="yes">
|
html="yes">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
|
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no"/>
|
<property name="shear" type="double" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean"/>
|
<property name="opaque" type="boolean"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
<property name="layoutForResultVisible" type="boolean"/>
|
<property name="layoutForResultVisible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<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"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float"/>
|
<property name="zoomFactor" type="float"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
||||||
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="SearchBarOptions">
|
<category name="SearchBarOptions">
|
||||||
<property name="filterField" array="0..4" type="fasttools.jwui.components.generator.property.ObjectField"/>
|
<property name="filterField" array="0..4" type="fasttools.jwui.components.generator.property.ObjectField"/>
|
||||||
<property name="filterValue" array="0..4" bound="yes" type="java.lang.String"/>
|
<property name="filterValue" array="0..4" bound="yes" type="java.lang.String"/>
|
||||||
<property name="filterVisible" array="0..4" type="boolean"/>
|
<property name="filterVisible" array="0..4" type="boolean"/>
|
||||||
<property name="filterLabel" array="0..4" type="java.lang.String"/>
|
<property name="filterLabel" array="0..4" type="java.lang.String"/>
|
||||||
<property name="searchButtonLabel" type="java.lang.String" setter="setGenerateButtonLabel" getter="getGenerateButtonLabel"/>
|
<property name="searchButtonLabel" type="java.lang.String" setter="setGenerateButtonLabel" getter="getGenerateButtonLabel"/>
|
||||||
<property name="userEntrySearchBar" type="boolean" setter="setGenerateBarVisible" getter="isGenerateBarVisible"/>
|
<property name="userEntrySearchBar" type="boolean" setter="setGenerateBarVisible" getter="isGenerateBarVisible"/>
|
||||||
<property name="cacheRefreshInterval" type="int"/>
|
<property name="cacheRefreshInterval" type="int"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="GeneratorParameters">
|
<category name="GeneratorParameters">
|
||||||
<property name="columnCount" type="int"/>
|
<property name="columnCount" type="int"/>
|
||||||
<property name="rowCount" type="int"/>
|
<property name="rowCount" type="int"/>
|
||||||
<property name="sortField" type="fasttools.jwui.components.generator.property.ObjectField"/>
|
<property name="sortField" type="fasttools.jwui.components.generator.property.ObjectField"/>
|
||||||
<property name="sortField2" type="fasttools.jwui.components.generator.property.ObjectField"/>
|
<property name="sortField2" type="fasttools.jwui.components.generator.property.ObjectField"/>
|
||||||
<property name="sortDirection" type="fasttools.jwui.components.generator.property.SortDirection"/>
|
<property name="sortDirection" type="fasttools.jwui.components.generator.property.SortDirection"/>
|
||||||
<property name="resultDirection" type="fasttools.jwui.components.generator.property.ResultDirection"/>
|
<property name="resultDirection" type="fasttools.jwui.components.generator.property.ResultDirection"/>
|
||||||
<property name="className" array="0..39" type="java.lang.String"/>
|
<property name="className" array="0..39" type="java.lang.String"/>
|
||||||
<property name="symbolName" array="0..39" type="java.lang.String"/>
|
<property name="symbolName" array="0..39" type="java.lang.String"/>
|
||||||
<property name="keepGeneratedDisplays" type="boolean"/>
|
<property name="keepGeneratedDisplays" type="boolean"/>
|
||||||
<property name="keepPageTime" type="int"/>
|
<property name="keepPageTime" type="int"/>
|
||||||
<property name="headerHeight" type="int"/>
|
<property name="headerHeight" type="int"/>
|
||||||
<property name="search" type="boolean" setter="setGenerate" getter="isGenerate" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="search" type="boolean" setter="setGenerate" getter="isGenerate" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="generateOnEntry" type="boolean"/>
|
<property name="generateOnEntry" type="boolean"/>
|
||||||
<property name="generateOnEntryAlways" type="boolean"/>
|
<property name="generateOnEntryAlways" type="boolean"/>
|
||||||
<property name="activateGeneratedDisplay" type="boolean"/>
|
<property name="activateGeneratedDisplay" type="boolean"/>
|
||||||
<property name="activateImmediately" type="boolean"/>
|
<property name="activateImmediately" type="boolean"/>
|
||||||
<property name="prefixForGeneratedDisplays" type="java.lang.String"/>
|
<property name="prefixForGeneratedDisplays" type="java.lang.String"/>
|
||||||
<property name="removeAll" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="removeAll" type="boolean" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="generateRemote" type="boolean" advanced="yes" enterprise="yes"/>
|
<property name="generateRemote" type="boolean" advanced="yes" enterprise="yes"/>
|
||||||
<property name="ignoreNonExistingSignals" type="boolean" advanced="yes"/>
|
<property name="ignoreNonExistingSignals" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="GeneratorResult">
|
<category name="GeneratorResult">
|
||||||
<property name="pageNumber" type="int" bound="yes"/>
|
<property name="pageNumber" type="int" bound="yes"/>
|
||||||
<property name="recordsFound" type="int" bound="yes" writeAllowed="no" defaultAllowed="no"/>
|
<property name="recordsFound" type="int" bound="yes" writeAllowed="no" defaultAllowed="no"/>
|
||||||
<property name="pagesGenerated" type="int" bound="yes" writeAllowed="no" defaultAllowed="no"/>
|
<property name="pagesGenerated" type="int" bound="yes" writeAllowed="no" defaultAllowed="no"/>
|
||||||
<property name="isGenerated" type="boolean" bound="yes" writeAllowed="no"/>/>
|
<property name="isGenerated" type="boolean" bound="yes" writeAllowed="no"/>/>
|
||||||
<property name="pageName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
<property name="pageName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
||||||
<property name="nextPageName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
<property name="nextPageName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
||||||
<property name="previousPageName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
<property name="previousPageName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
||||||
<property name="templateName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
<property name="templateName" type="java.lang.String" bound="yes" writeAllowed="no"/>
|
||||||
<property name="usedTemplateName" type="java.lang.String" bound="yes" writeAllowed="no" setter="setTemplateName" getter="getTemplateName" deprecated="yes"/>
|
<property name="usedTemplateName" type="java.lang.String" bound="yes" writeAllowed="no" setter="setTemplateName" getter="getTemplateName" deprecated="yes"/>
|
||||||
<property name="generateLocation" type="java.lang.String" bound="yes" writeAllowed="no" enterprise="yes" />
|
<property name="generateLocation" type="java.lang.String" bound="yes" writeAllowed="no" enterprise="yes" />
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="NavigationBtnOptions">
|
<category name="NavigationBtnOptions">
|
||||||
<property name="previousButtonLabel" type="java.lang.String"/>
|
<property name="previousButtonLabel" type="java.lang.String"/>
|
||||||
<property name="nextButtonLabel" type="java.lang.String"/>
|
<property name="nextButtonLabel" type="java.lang.String"/>
|
||||||
<property name="previousButtonVisible" type="boolean"/>
|
<property name="previousButtonVisible" type="boolean"/>
|
||||||
<property name="nextButtonVisible" type="boolean"/>
|
<property name="nextButtonVisible" type="boolean"/>
|
||||||
<property name="previousButton" type="boolean" save="no" defaultAllowed="no"/>
|
<property name="previousButton" type="boolean" save="no" defaultAllowed="no"/>
|
||||||
<property name="nextButton" type="boolean" save="no" defaultAllowed="no"/>
|
<property name="nextButton" type="boolean" save="no" defaultAllowed="no"/>
|
||||||
<property name="navigationTopPanelVisible" type="boolean"/>
|
<property name="navigationTopPanelVisible" type="boolean"/>
|
||||||
<property name="navigationBottomPanelVisible" type="boolean"/>
|
<property name="navigationBottomPanelVisible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="EnterpriseObjectLocations">
|
<category name="EnterpriseObjectLocations">
|
||||||
<property name="objectSourceLocation" array="0..39" type="fasttools.jwui.enterprise.EnterpriseNode" null="none" enterprise="yes" advanced="yes"/>
|
<property name="objectSourceLocation" array="0..39" type="fasttools.jwui.enterprise.EnterpriseNode" null="none" enterprise="yes" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Activation">
|
<category name="Activation">
|
||||||
<property name="layoutName" type="java.lang.String"/>
|
<property name="layoutName" type="java.lang.String"/>
|
||||||
<property name="frameName" type="java.lang.String"/>
|
<property name="frameName" type="java.lang.String"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,77 +1,77 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)GenericFunctions.xml
|
* @(#)GenericFunctions.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="genericFunctions"
|
<componentType name="genericFunctions"
|
||||||
containedBy="Function"
|
containedBy="Function"
|
||||||
icon="stock_function-autopilot-16.png"
|
icon="stock_function-autopilot-16.png"
|
||||||
description="GenericFunctions"
|
description="GenericFunctions"
|
||||||
class="fasttools.jwui.components.functions.generic.GenericFunctions"
|
class="fasttools.jwui.components.functions.generic.GenericFunctions"
|
||||||
paletteOrder="305">
|
paletteOrder="305">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" connectAllowed="no" advanced="yes"/>
|
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" connectAllowed="no" advanced="yes"/>
|
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="top" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="bottom" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="left" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="right" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no" connectAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="NumberArguments">
|
<category name="NumberArguments">
|
||||||
<property name="numberArgument1" type="double"/>
|
<property name="numberArgument1" type="double"/>
|
||||||
<property name="numberArgument2" type="double"/>
|
<property name="numberArgument2" type="double"/>
|
||||||
<property name="numberArgument3" type="double"/>
|
<property name="numberArgument3" type="double"/>
|
||||||
<property name="numberArgument4" type="double"/>
|
<property name="numberArgument4" type="double"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="StringArguments">
|
<category name="StringArguments">
|
||||||
<property name="stringArgument1" type="java.lang.String"/>
|
<property name="stringArgument1" type="java.lang.String"/>
|
||||||
<property name="stringArgument2" type="java.lang.String"/>
|
<property name="stringArgument2" type="java.lang.String"/>
|
||||||
<property name="stringArgument3" type="java.lang.String"/>
|
<property name="stringArgument3" type="java.lang.String"/>
|
||||||
<property name="stringArgument4" type="java.lang.String"/>
|
<property name="stringArgument4" type="java.lang.String"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="BooleanArguments">
|
<category name="BooleanArguments">
|
||||||
<property name="booleanArgument1" type="boolean"/>
|
<property name="booleanArgument1" type="boolean"/>
|
||||||
<property name="booleanArgument2" type="boolean"/>
|
<property name="booleanArgument2" type="boolean"/>
|
||||||
<property name="booleanArgument3" type="boolean"/>
|
<property name="booleanArgument3" type="boolean"/>
|
||||||
<property name="booleanArgument4" type="boolean"/>
|
<property name="booleanArgument4" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Results">
|
<category name="Results">
|
||||||
<property name="numberResult" type="double" bound="yes" writeAllowed="no" save="no" defaultAllowed="no"/>
|
<property name="numberResult" type="double" bound="yes" writeAllowed="no" save="no" defaultAllowed="no"/>
|
||||||
<property name="stringResult" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no"/>
|
<property name="stringResult" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no"/>
|
||||||
<property name="booleanResult" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no"/>
|
<property name="booleanResult" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Function">
|
<category name="Function">
|
||||||
<property name="function" type="fasttools.jwui.common.property.GenericFunctionType"/>
|
<property name="function" type="fasttools.jwui.common.property.GenericFunctionType"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="trigger" type="boolean"/>
|
<property name="trigger" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,63 +1,63 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)graphicSet.xml
|
* @(#)graphicSet.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jun-16 e11544 Add support of drag and drop for GraphicSet
|
* HVS Jun-16 e11544 Add support of drag and drop for GraphicSet
|
||||||
* BNL May-17 i11764 Correct "isVisible" for empty components to solve view miscalculation
|
* BNL May-17 i11764 Correct "isVisible" for empty components to solve view miscalculation
|
||||||
* BNL May-17 i11764 Correct previous change: getter on 'visible' property, not 'transparency' property
|
* BNL May-17 i11764 Correct previous change: getter on 'visible' property, not 'transparency' property
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* VNU Mar-20 i12247 CIX-Pre-TT-H0056-Disable drag and drop for HTML mode
|
* VNU Mar-20 i12247 CIX-Pre-TT-H0056-Disable drag and drop for HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="graphicSet"
|
<componentType name="graphicSet"
|
||||||
icon="stock_group-16.png"
|
icon="stock_group-16.png"
|
||||||
description="Group"
|
description="Group"
|
||||||
class="fasttools.jwui.runtime.jviews.GraphicSet">
|
class="fasttools.jwui.runtime.jviews.GraphicSet">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
<property name="cardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="cardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" getter="isComponentVisible"/>
|
<property name="visible" type="boolean" getter="isComponentVisible"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="DragAndDrop">
|
<category name="DragAndDrop">
|
||||||
<property name="enabledDrop" type="boolean" advanced="yes" html="no"/>
|
<property name="enabledDrop" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="enabledDrag" type="boolean" advanced="yes" html="no"/>
|
<property name="enabledDrag" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="dragValue" type="java.lang.String" advanced="yes" html="no"/>
|
<property name="dragValue" type="java.lang.String" advanced="yes" html="no"/>
|
||||||
<property name="dropValue" type="java.lang.String" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="dropValue" type="java.lang.String" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,63 +1,63 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Icon.xml
|
* @(#)Icon.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="icon"
|
<componentType name="icon"
|
||||||
icon="stock_form-image-control-16.png"
|
icon="stock_form-image-control-16.png"
|
||||||
description="Icon"
|
description="Icon"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedIcon"
|
class="fasttools.jwui.ilv.graphic.ExtendedIcon"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeIconInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeIconInteractor"
|
||||||
paletteOrder="50">
|
paletteOrder="50">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Icons">
|
<category name="Icons">
|
||||||
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet"
|
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet"
|
||||||
setter="setIconSet" getter="getIconSet"/>
|
setter="setIconSet" getter="getIconSet"/>
|
||||||
<property name="highQualityRendering" type="boolean" advanced="yes" html="no"/>
|
<property name="highQualityRendering" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="autoResizing" type="boolean" setter="setAutoResize" getter="isAutoResize" advanced="yes" html="no"/>
|
<property name="autoResizing" type="boolean" setter="setAutoResize" getter="isAutoResize" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="keepOriginalSize" type="boolean"/>
|
<property name="keepOriginalSize" type="boolean"/>
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,74 +1,74 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JBorder.xml
|
* @(#)JBorder.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="border"
|
<componentType name="border"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-frame-16.png"
|
icon="stock_form-frame-16.png"
|
||||||
description="Border"
|
description="Border"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJBorder"
|
class="fasttools.jwui.ilv.graphic.ExtendedJBorder"
|
||||||
paletteOrder="75">
|
paletteOrder="75">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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" html="no"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="label" type="java.lang.String" setter="setLabelText" getter="getLabelText" localized="yes"/>
|
<property name="label" type="java.lang.String" setter="setLabelText" getter="getLabelText" localized="yes"/>
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,93 +1,93 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JButton.xml
|
* @(#)JButton.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="button"
|
<componentType name="button"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-button-16.png"
|
icon="stock_form-button-16.png"
|
||||||
description="PushButton"
|
description="PushButton"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJButton"
|
class="fasttools.jwui.ilv.graphic.ExtendedJButton"
|
||||||
paletteOrder="130">
|
paletteOrder="130">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="label" type="java.lang.String" setter="setLabelText" getter="getLabelText" localized="yes"/>
|
<property name="label" type="java.lang.String" setter="setLabelText" getter="getLabelText" localized="yes"/>
|
||||||
<property name="margin" type="int" setter="setMarginAsInt" getter="getMarginAsInt" html="no"/>
|
<property name="margin" type="int" setter="setMarginAsInt" getter="getMarginAsInt" html="no"/>
|
||||||
<property name="rolloverEnabled" type="boolean" advanced="yes"/>
|
<property name="rolloverEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="inverted" type="boolean" advanced="yes" html="no"/>
|
<property name="inverted" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" setter="setValue" getter="getValue"/>
|
<property name="value" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" setter="setValue" getter="getValue"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Icons">
|
<category name="Icons">
|
||||||
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setIconSet" getter="getIconSet"/>
|
setter="setIconSet" getter="getIconSet"/>
|
||||||
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
||||||
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
||||||
<property name="iconTextGap" type="int" advanced="yes"/>
|
<property name="iconTextGap" type="int" advanced="yes"/>
|
||||||
<property name="iconPosition" type="fasttools.jwui.common.property.JIconPositionType"/>
|
<property name="iconPosition" type="fasttools.jwui.common.property.JIconPositionType"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,98 +1,98 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JCheckBox.xml
|
* @(#)JCheckBox.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="checkBox"
|
<componentType name="checkBox"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-checkbox-16.png"
|
icon="stock_form-checkbox-16.png"
|
||||||
description="CheckBox"
|
description="CheckBox"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJCheckBox"
|
class="fasttools.jwui.ilv.graphic.ExtendedJCheckBox"
|
||||||
paletteOrder="132">
|
paletteOrder="132">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes" setter="setLabelText" getter="getLabelText"/>
|
<property name="label" type="java.lang.String" localized="yes" setter="setLabelText" getter="getLabelText"/>
|
||||||
<property name="rolloverEnabled" type="boolean"/>
|
<property name="rolloverEnabled" type="boolean"/>
|
||||||
<property name="inverted" type="boolean"/>
|
<property name="inverted" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="boolean" bound="yes" setter="setValue" getter="getValue"/>
|
<property name="value" type="boolean" bound="yes" setter="setValue" getter="getValue"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Icons">
|
<category name="Icons">
|
||||||
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setIconSet" getter="getIconSet"/>
|
setter="setIconSet" getter="getIconSet"/>
|
||||||
<property name="iconTextGap" type="int" advanced="yes"/>
|
<property name="iconTextGap" type="int" advanced="yes"/>
|
||||||
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
||||||
<property name="rolloverSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverSelectedIconSet" getter="getRolloverSelectedIconSet" advanced="yes"/>
|
setter="setRolloverSelectedIconSet" getter="getRolloverSelectedIconSet" advanced="yes"/>
|
||||||
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
||||||
<property name="disabledSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledSelectedIconSet" getter="getDisabledSelectedIconSet" advanced="yes"/>
|
setter="setDisabledSelectedIconSet" getter="getDisabledSelectedIconSet" advanced="yes"/>
|
||||||
<property name="selectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="selectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setSelectedIconSet" getter="getSelectedIconSet" advanced="yes"/>
|
setter="setSelectedIconSet" getter="getSelectedIconSet" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,82 +1,82 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JComboBox.xml
|
* @(#)JComboBox.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Sep-10 e10334 Operator DSS Support
|
* HVS Sep-10 e10334 Operator DSS Support
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
* VNU Jul-20 e12145 BK 134919:Remove background color
|
* VNU Jul-20 e12145 BK 134919:Remove background color
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="comboBox"
|
<componentType name="comboBox"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-combobox-16.png"
|
icon="stock_form-combobox-16.png"
|
||||||
description="ComboBox"
|
description="ComboBox"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJComboBox"
|
class="fasttools.jwui.ilv.graphic.ExtendedJComboBox"
|
||||||
paletteOrder="134">
|
paletteOrder="134">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
||||||
<property name="toUpperCase" type="boolean" advanced="yes"/>
|
<property name="toUpperCase" type="boolean" advanced="yes"/>
|
||||||
<property name="maxLength" type="int" advanced="yes"/>
|
<property name="maxLength" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes"/>
|
<property name="label" type="java.lang.String" localized="yes"/>
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,89 +1,89 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JDateTimeField.xml
|
* @(#)JDateTimeField.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* HVS Nov-10 e10362 Add set(milli)SecondsVisible() and is(milli)SecondsVisible()
|
* HVS Nov-10 e10362 Add set(milli)SecondsVisible() and is(milli)SecondsVisible()
|
||||||
* HVS Mar-11 e10468 Switchable visibility of time and/or date
|
* HVS Mar-11 e10468 Switchable visibility of time and/or date
|
||||||
* HVS Apr-12 e10657 Custom date/time format strings
|
* HVS Apr-12 e10657 Custom date/time format strings
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
* VNU Jul-20 e12145 BK 134921:Remove background color
|
* VNU Jul-20 e12145 BK 134921:Remove background color
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="dateTimeField"
|
<componentType name="dateTimeField"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-date-field-16.png"
|
icon="stock_form-date-field-16.png"
|
||||||
description="DateTime"
|
description="DateTime"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJDateTimePanel"
|
class="fasttools.jwui.ilv.graphic.ExtendedJDateTimePanel"
|
||||||
paletteOrder="137">
|
paletteOrder="137">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="specialTimeVisible" type="boolean" advanced="yes"/>
|
<property name="specialTimeVisible" type="boolean" advanced="yes"/>
|
||||||
<property name="secondsVisible" type="boolean" advanced="yes"/>
|
<property name="secondsVisible" type="boolean" advanced="yes"/>
|
||||||
<property name="milliSecondsVisible" type="boolean" advanced="yes"/>
|
<property name="milliSecondsVisible" type="boolean" advanced="yes"/>
|
||||||
<property name="timeVisible" type="boolean"/>
|
<property name="timeVisible" type="boolean"/>
|
||||||
<property name="dateVisible" type="boolean"/>
|
<property name="dateVisible" type="boolean"/>
|
||||||
<property name="customTimeFormat" type="java.lang.String" html="no"/>
|
<property name="customTimeFormat" type="java.lang.String" html="no"/>
|
||||||
<property name="customDateFormat" type="java.lang.String" html="no"/>
|
<property name="customDateFormat" type="java.lang.String" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,92 +1,92 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JFormattedNumberField.xml
|
* @(#)JFormattedNumberField.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Feb-11 e10361 Add range limit support
|
* BNL Feb-11 e10361 Add range limit support
|
||||||
* BNL Mar-11 e10468 688 Correct behaviour of number feild range limit
|
* BNL Mar-11 e10468 688 Correct behaviour of number feild range limit
|
||||||
* BNL Mar-11 e10468 725 Disable save of default background colour
|
* BNL Mar-11 e10468 725 Disable save of default background colour
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* HMN Apr-15 e10966 Localized String to float conversion
|
* HMN Apr-15 e10966 Localized String to float conversion
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="numberField"
|
<componentType name="numberField"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-numerical-field-16.png"
|
icon="stock_form-numerical-field-16.png"
|
||||||
description="NumberField"
|
description="NumberField"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJFormattedNumberField"
|
class="fasttools.jwui.ilv.graphic.ExtendedJFormattedNumberField"
|
||||||
paletteOrder="112">
|
paletteOrder="112">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType"
|
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType"
|
||||||
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
||||||
<property name="outOfRange" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
<property name="outOfRange" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
||||||
<property name="maximum" type="double" setter="setMaximumAsDouble" getter="getMaximumAsDouble"/>
|
<property name="maximum" type="double" setter="setMaximumAsDouble" getter="getMaximumAsDouble"/>
|
||||||
<property name="minimum" type="double" setter="setMinimumAsDouble" getter="getMinimumAsDouble"/>
|
<property name="minimum" type="double" setter="setMinimumAsDouble" getter="getMinimumAsDouble"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="asDateTime" type="boolean" advanced="yes"/>
|
<property name="asDateTime" type="boolean" advanced="yes"/>
|
||||||
<property name="format" type="java.lang.String"/>
|
<property name="format" type="java.lang.String"/>
|
||||||
<property name="javaNotation" type="boolean" advanced="no"/>
|
<property name="javaNotation" type="boolean" advanced="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,85 +1,85 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JFormattedTextField.xml
|
* @(#)JFormattedTextField.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="textField"
|
<componentType name="textField"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-text-box-16.png"
|
icon="stock_form-text-box-16.png"
|
||||||
description="TextField"
|
description="TextField"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJFormattedTextField"
|
class="fasttools.jwui.ilv.graphic.ExtendedJFormattedTextField"
|
||||||
paletteOrder="110">
|
paletteOrder="110">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType"
|
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType"
|
||||||
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="format" type="java.lang.String"/>
|
<property name="format" type="java.lang.String"/>
|
||||||
<property name="toUpperCase" type="boolean" advanced="yes"/>
|
<property name="toUpperCase" type="boolean" advanced="yes"/>
|
||||||
<property name="maxLength" type="int" advanced="yes"/>
|
<property name="maxLength" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" initialValue="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" initialValue="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,81 +1,81 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JList.xml
|
* @(#)JList.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M. Brentnall
|
* Author: M. Brentnall
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Feb-11 e10361 First version documented
|
* BNL Feb-11 e10361 First version documented
|
||||||
* BNL Mar-11 e10468 762 Correct enabled; Correct multiple/single item selection;
|
* BNL Mar-11 e10468 762 Correct enabled; Correct multiple/single item selection;
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="List"
|
<componentType name="List"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-listbox-16.png"
|
icon="stock_form-listbox-16.png"
|
||||||
description="List"
|
description="List"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJList"
|
class="fasttools.jwui.ilv.graphic.ExtendedJList"
|
||||||
paletteOrder="135">
|
paletteOrder="135">
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Options">
|
<category name="Options">
|
||||||
<property name="options" type="java.lang.String" localized="yes"/>
|
<property name="options" type="java.lang.String" localized="yes"/>
|
||||||
<property name="selected" type="boolean" array="0..getOptionCount" bound="yes" save="no" defaultAllowed="no"/>
|
<property name="selected" type="boolean" array="0..getOptionCount" bound="yes" save="no" defaultAllowed="no"/>
|
||||||
<property name="multipleSelection" type="boolean" advanced="yes"/>
|
<property name="multipleSelection" type="boolean" advanced="yes"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="checkListMode" type="boolean"/>
|
<property name="checkListMode" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,99 +1,99 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JNavigationTree.xml
|
* @(#)JNavigationTree.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jul-15 e10910 First version documented
|
* HVS Jul-15 e10910 First version documented
|
||||||
* HVS Nov-16 i11649 Improve performance and add filtering on process area
|
* HVS Nov-16 i11649 Improve performance and add filtering on process area
|
||||||
* HVS Apr-17 e11335 Add enterprise support
|
* HVS Apr-17 e11335 Add enterprise support
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="NavigationTree"
|
<componentType name="NavigationTree"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="navigationtree_16.png"
|
icon="navigationtree_16.png"
|
||||||
description="Navigationtree"
|
description="Navigationtree"
|
||||||
class="fasttools.jwui.ilv.graphic.NavigationTree"
|
class="fasttools.jwui.ilv.graphic.NavigationTree"
|
||||||
paletteOrder="404"
|
paletteOrder="404"
|
||||||
html="no">
|
html="no">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
<property name="rootText" type="java.lang.String"/>
|
<property name="rootText" type="java.lang.String"/>
|
||||||
<property name="navComponentRefreshInterval" type="int"/>
|
<property name="navComponentRefreshInterval" type="int"/>
|
||||||
<property name="expandLevel" type="int"/>
|
<property name="expandLevel" type="int"/>
|
||||||
<property name="showDisplayName" type="boolean"/>
|
<property name="showDisplayName" type="boolean"/>
|
||||||
<property name="showDescription" type="boolean"/>
|
<property name="showDescription" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<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"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes"/>
|
<property name="zoomFactor" type="float" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Filtering">
|
<category name="Filtering">
|
||||||
<property name="displayFilterInclude" type="java.lang.String"/>
|
<property name="displayFilterInclude" type="java.lang.String"/>
|
||||||
<property name="displayFilterExclude" type="java.lang.String"/>
|
<property name="displayFilterExclude" type="java.lang.String"/>
|
||||||
<property name="hideProcessArea" type="boolean"/>
|
<property name="hideProcessArea" type="boolean"/>
|
||||||
<property name="disableProcessArea" type="boolean"/>
|
<property name="disableProcessArea" type="boolean"/>
|
||||||
<property name="includeOrphans" type="boolean"/>
|
<property name="includeOrphans" type="boolean"/>
|
||||||
<property name="displayLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no"/>
|
<property name="displayLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Activation">
|
<category name="Activation">
|
||||||
<property name="activateFromParent" type="boolean"/>
|
<property name="activateFromParent" type="boolean"/>
|
||||||
<property name="activationActionShortcut" deprecated="yes" type="java.lang.String"/>
|
<property name="activationActionShortcut" deprecated="yes" type="java.lang.String"/>
|
||||||
<property name="activationShortcutNew" type="fasttools.jtools.common.property.keyStroke.KeyStrokeSet" setter="setActivationShortcut"
|
<property name="activationShortcutNew" type="fasttools.jtools.common.property.keyStroke.KeyStrokeSet" setter="setActivationShortcut"
|
||||||
getter="getActivationShortcut"/>
|
getter="getActivationShortcut"/>
|
||||||
<property name="activationLayoutName" type="java.lang.String"/>
|
<property name="activationLayoutName" type="java.lang.String"/>
|
||||||
<property name="activationFrameName" type="java.lang.String"/>
|
<property name="activationFrameName" type="java.lang.String"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,82 +1,82 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JPasswordField.xml
|
* @(#)JPasswordField.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M. Brentnall
|
* Author: M. Brentnall
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Feb-11 e10361 First version documented
|
* BNL Feb-11 e10361 First version documented
|
||||||
* BNL Mar-11 e10468 725 Disable save of default background colour
|
* BNL Mar-11 e10468 725 Disable save of default background colour
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="passwordField"
|
<componentType name="passwordField"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-password-box-16.png"
|
icon="stock_form-password-box-16.png"
|
||||||
description="PasswordField"
|
description="PasswordField"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJPasswordField"
|
class="fasttools.jwui.ilv.graphic.ExtendedJPasswordField"
|
||||||
paletteOrder="111">
|
paletteOrder="111">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType" setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType" setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="maxLength" type="int" advanced="yes"/>
|
<property name="maxLength" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,102 +1,102 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JRadioButton.xml
|
* @(#)JRadioButton.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="radioButton"
|
<componentType name="radioButton"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-radio-16.png"
|
icon="stock_form-radio-16.png"
|
||||||
description="RadioButton"
|
description="RadioButton"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJRadioButton"
|
class="fasttools.jwui.ilv.graphic.ExtendedJRadioButton"
|
||||||
paletteOrder="133">
|
paletteOrder="133">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="label" type="java.lang.String" localized="yes" setter="setLabelText" getter="getLabelText"/>
|
<property name="label" type="java.lang.String" localized="yes" setter="setLabelText" getter="getLabelText"/>
|
||||||
<property name="rolloverEnabled" type="boolean"/>
|
<property name="rolloverEnabled" type="boolean"/>
|
||||||
<property name="inverted" type="boolean"/>
|
<property name="inverted" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="value" type="boolean" bound="yes" setter="setValue" getter="getValue"/>
|
<property name="value" type="boolean" bound="yes" setter="setValue" getter="getValue"/>
|
||||||
<property name="selectedButton" type="int" bound="yes"/>
|
<property name="selectedButton" type="int" bound="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Icons">
|
<category name="Icons">
|
||||||
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setIconSet" getter="getIconSet"/>
|
setter="setIconSet" getter="getIconSet"/>
|
||||||
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
||||||
<property name="rolloverSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverSelectedIconSet" getter="getRolloverSelectedIconSet" advanced="yes"/>
|
setter="setRolloverSelectedIconSet" getter="getRolloverSelectedIconSet" advanced="yes"/>
|
||||||
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
||||||
<property name="disabledSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledSelectedIconSet" getter="getDisabledSelectedIconSet" advanced="yes"/>
|
setter="setDisabledSelectedIconSet" getter="getDisabledSelectedIconSet" advanced="yes"/>
|
||||||
<property name="selectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="selectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setSelectedIconSet" getter="getSelectedIconSet" advanced="yes"/>
|
setter="setSelectedIconSet" getter="getSelectedIconSet" advanced="yes"/>
|
||||||
<property name="iconTextGap" type="int" advanced="yes"/>
|
<property name="iconTextGap" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,91 +1,91 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JSlider.xml
|
* @(#)JSlider.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* VNU Nov-19 e12145 Enable snap to ticks for HTML5
|
* VNU Nov-19 e12145 Enable snap to ticks for HTML5
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="slider"
|
<componentType name="slider"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-slider-16.png"
|
icon="stock_form-slider-16.png"
|
||||||
description="Slider"
|
description="Slider"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJSlider"
|
class="fasttools.jwui.ilv.graphic.ExtendedJSlider"
|
||||||
paletteOrder="114">
|
paletteOrder="114">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="maximum" type="double" setter="setMaximumAsDouble" getter="getMaximumAsDouble"/>
|
<property name="maximum" type="double" setter="setMaximumAsDouble" getter="getMaximumAsDouble"/>
|
||||||
<property name="minimum" type="double" setter="setMinimumAsDouble" getter="getMinimumAsDouble"/>
|
<property name="minimum" type="double" setter="setMinimumAsDouble" getter="getMinimumAsDouble"/>
|
||||||
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
||||||
<property name="majorTickSpacing" type="double" setter="setMajorTickSpacingAsDouble" getter="getMajorTickSpacingAsDouble"/>
|
<property name="majorTickSpacing" type="double" setter="setMajorTickSpacingAsDouble" getter="getMajorTickSpacingAsDouble"/>
|
||||||
<property name="minorTickSpacing" type="double" setter="setMinorTickSpacingAsDouble" getter="getMinorTickSpacingAsDouble"/>
|
<property name="minorTickSpacing" type="double" setter="setMinorTickSpacingAsDouble" getter="getMinorTickSpacingAsDouble"/>
|
||||||
<property name="format" type="java.lang.String" html="no"/>
|
<property name="format" type="java.lang.String" html="no"/>
|
||||||
<property name="trackDrag" type="boolean" advanced="yes" html="no"/>
|
<property name="trackDrag" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="paintLabels" type="boolean" setter="setPaintLabels" getter="getPaintLabels" advanced="yes"/>
|
<property name="paintLabels" type="boolean" setter="setPaintLabels" getter="getPaintLabels" advanced="yes"/>
|
||||||
<property name="paintTicks" type="boolean" setter="setPaintTicks" getter="getPaintTicks" advanced="yes"/>
|
<property name="paintTicks" type="boolean" setter="setPaintTicks" getter="getPaintTicks" advanced="yes"/>
|
||||||
<property name="paintTrack" type="boolean" setter="setPaintTrack" getter="getPaintTrack" advanced="yes"/>
|
<property name="paintTrack" type="boolean" setter="setPaintTrack" getter="getPaintTrack" advanced="yes"/>
|
||||||
<property name="snapToTicks" type="boolean" setter="setSnapToTicks" getter="getSnapToTicks" />
|
<property name="snapToTicks" type="boolean" setter="setSnapToTicks" getter="getSnapToTicks" />
|
||||||
<property name="vertical" type="boolean"/>
|
<property name="vertical" type="boolean"/>
|
||||||
<property name="inverted" type="boolean" setter="setInverted" getter="getInverted"/>
|
<property name="inverted" type="boolean" setter="setInverted" getter="getInverted"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes"/>
|
<property name="label" type="java.lang.String" localized="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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" html="no"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,84 +1,84 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JSpinner.xml
|
* @(#)JSpinner.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jan-07 e9435 First version documented
|
* HVS Jan-07 e9435 First version documented
|
||||||
* BNL May-09 i10272 Correct spinner numeric value representation
|
* BNL May-09 i10272 Correct spinner numeric value representation
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="spinner"
|
<componentType name="spinner"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-spinner-16.png"
|
icon="stock_form-spinner-16.png"
|
||||||
description="Spinner"
|
description="Spinner"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJSpinner"
|
class="fasttools.jwui.ilv.graphic.ExtendedJSpinner"
|
||||||
paletteOrder="113">
|
paletteOrder="113">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="maximum" type="double" setter="setMaximumAsDouble" getter="getMaximumAsDouble"/>
|
<property name="maximum" type="double" setter="setMaximumAsDouble" getter="getMaximumAsDouble"/>
|
||||||
<property name="minimum" type="double" setter="setMinimumAsDouble" getter="getMinimumAsDouble"/>
|
<property name="minimum" type="double" setter="setMinimumAsDouble" getter="getMinimumAsDouble"/>
|
||||||
<property name="step" type="double" setter="setStepSizeAsDouble" getter="getStepSizeAsDouble"/>
|
<property name="step" type="double" setter="setStepSizeAsDouble" getter="getStepSizeAsDouble"/>
|
||||||
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
<property name="value" type="double" bound="yes" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes"/>
|
<property name="label" type="java.lang.String" localized="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,84 +1,84 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JTextArea.xml
|
* @(#)JTextArea.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M. Brentnall
|
* Author: M. Brentnall
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Feb-11 e10361 First version documented
|
* BNL Feb-11 e10361 First version documented
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* HVS May-17 e11335 Make justification property deprecated (JTextArea doesn't support it)
|
* HVS May-17 e11335 Make justification property deprecated (JTextArea doesn't support it)
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="textArea"
|
<componentType name="textArea"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_text_left-16.png"
|
icon="stock_text_left-16.png"
|
||||||
description="TextArea"
|
description="TextArea"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJTextArea"
|
class="fasttools.jwui.ilv.graphic.ExtendedJTextArea"
|
||||||
paletteOrder="136">
|
paletteOrder="136">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default" setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType" deprecated="yes" setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
<property name="justification" type="fasttools.jwui.common.property.JTextJustificationType" deprecated="yes" setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
<property name="value" type="java.lang.String" bound="yes" setter="setValueAsString" getter="getValueAsString" localized="yes"/>
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="editable" type="boolean"/>
|
<property name="editable" type="boolean"/>
|
||||||
<property name="format" type="java.lang.String"/>
|
<property name="format" type="java.lang.String"/>
|
||||||
<property name="toUpperCase" type="boolean" advanced="yes"/>
|
<property name="toUpperCase" type="boolean" advanced="yes"/>
|
||||||
<property name="maxLength" type="int" advanced="yes"/>
|
<property name="maxLength" type="int" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" initialValue="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" initialValue="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
|
||||||
|
|
@ -1,99 +1,99 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)JToggleButton.xml
|
* @(#)JToggleButton.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="toggleButton"
|
<componentType name="toggleButton"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_form-toggle-button-16.png"
|
icon="stock_form-toggle-button-16.png"
|
||||||
description="ToggleButton"
|
description="ToggleButton"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedJToggleButton"
|
class="fasttools.jwui.ilv.graphic.ExtendedJToggleButton"
|
||||||
paletteOrder="131">
|
paletteOrder="131">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="enabled" type="boolean"/>
|
<property name="enabled" type="boolean"/>
|
||||||
<property name="value" type="boolean" bound="yes" setter="setValue" getter="getValue"/>
|
<property name="value" type="boolean" bound="yes" setter="setValue" getter="getValue"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
<property name="margin" type="int" setter="setMarginAsInt" getter="getMarginAsInt" html="no"/>
|
<property name="margin" type="int" setter="setMarginAsInt" getter="getMarginAsInt" html="no"/>
|
||||||
<property name="rolloverEnabled" type="boolean"/>
|
<property name="rolloverEnabled" type="boolean"/>
|
||||||
<property name="inverted" type="boolean"/>
|
<property name="inverted" type="boolean"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes" setter="setLabelText" getter="getLabelText"/>
|
<property name="label" type="java.lang.String" localized="yes" setter="setLabelText" getter="getLabelText"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Icons">
|
<category name="Icons">
|
||||||
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setIconSet" getter="getIconSet"/>
|
setter="setIconSet" getter="getIconSet"/>
|
||||||
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
setter="setRolloverIconSet" getter="getRolloverIconSet" advanced="yes"/>
|
||||||
<property name="rolloverSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="rolloverSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setRolloverSelectedIconSet" getter="getRolloverSelectedIconSet" advanced="yes"/>
|
setter="setRolloverSelectedIconSet" getter="getRolloverSelectedIconSet" advanced="yes"/>
|
||||||
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
setter="setDisabledIconSet" getter="getDisabledIconSet" advanced="yes"/>
|
||||||
<property name="disabledSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="disabledSelectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setDisabledSelectedIconSet" getter="getDisabledSelectedIconSet" advanced="yes"/>
|
setter="setDisabledSelectedIconSet" getter="getDisabledSelectedIconSet" advanced="yes"/>
|
||||||
<property name="selectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
<property name="selectedIcon" type="fasttools.jtools.common.property.icon.IconSet" null="none"
|
||||||
setter="setSelectedIconSet" getter="getSelectedIconSet" advanced="yes"/>
|
setter="setSelectedIconSet" getter="getSelectedIconSet" advanced="yes"/>
|
||||||
<property name="iconTextGap" type="int" advanced="yes"/>
|
<property name="iconTextGap" type="int" advanced="yes"/>
|
||||||
<property name="iconPosition" type="fasttools.jwui.common.property.JIconPositionType"/>
|
<property name="iconPosition" type="fasttools.jwui.common.property.JIconPositionType"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
<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"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,70 +1,70 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Line.xml
|
* @(#)Line.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="line"
|
<componentType name="line"
|
||||||
icon="stock_draw-line-16.png"
|
icon="stock_draw-line-16.png"
|
||||||
description="Line"
|
description="Line"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedLine"
|
class="fasttools.jwui.ilv.graphic.ExtendedLine"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeLineInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeLineInteractor"
|
||||||
paletteOrder="30">
|
paletteOrder="30">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
||||||
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no"
|
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no"
|
||||||
setter="setGeneralPath" getter="isGeneralPath" advanced="yes" html="no"/>
|
setter="setGeneralPath" getter="isGeneralPath" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingStrokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none"
|
<property name="blinkingStrokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none"
|
||||||
setter="setBlinkingPaint" getter="getBlinkingPaint" advanced="yes"/>
|
setter="setBlinkingPaint" getter="getBlinkingPaint" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,81 +1,81 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Link.xml
|
* @(#)Link.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="link"
|
<componentType name="link"
|
||||||
icon="stock_draw-connector-16.png"
|
icon="stock_draw-connector-16.png"
|
||||||
description="Link"
|
description="Link"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedGeneralLink"
|
class="fasttools.jwui.ilv.graphic.ExtendedGeneralLink"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakePolyLinkInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakePolyLinkInteractor"
|
||||||
paletteOrder="35">
|
paletteOrder="35">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<!-- Disabled for now <property name="transparency" type="float"/> -->
|
<!-- Disabled for now <property name="transparency" type="float"/> -->
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
<property name="fillType" type="fasttools.jwui.ilv.graphic.property.LinkFillType" html="no"/>
|
<property name="fillType" type="fasttools.jwui.ilv.graphic.property.LinkFillType" html="no"/>
|
||||||
<property name="animateSpeed" type="float" html="no"/>
|
<property name="animateSpeed" type="float" html="no"/>
|
||||||
<property name="backgroundOn" type="boolean" html="no"/>
|
<property name="backgroundOn" type="boolean" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Border">
|
<category name="Border">
|
||||||
<property name="borderUpColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="borderUpColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
<property name="borderDownColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="borderDownColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
<property name="borderWidth" type="double" html="no"/>
|
<property name="borderWidth" type="double" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Orientation">
|
<category name="Orientation">
|
||||||
<property name="arrowColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="arrowColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
<property name="arrowFilled" type="boolean" html="no"/>
|
<property name="arrowFilled" type="boolean" html="no"/>
|
||||||
<property name="arrowRatio" type="double" html="no"/>
|
<property name="arrowRatio" type="double" html="no"/>
|
||||||
<property name="arrowPosition" type="double" html="no"/>
|
<property name="arrowPosition" type="double" html="no"/>
|
||||||
<property name="backOriented" type="boolean" html="no"/>
|
<property name="backOriented" type="boolean" html="no"/>
|
||||||
<property name="oriented" type="boolean" html="no"/>
|
<property name="oriented" type="boolean" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"/>
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolyPoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolyPoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
||||||
<property name="orthogonal" type="boolean" getter="isOrthogonalSet" html="no"/>
|
<property name="orthogonal" type="boolean" getter="isOrthogonalSet" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<category name="Crossing">
|
<category name="Crossing">
|
||||||
<property name="crossingType" type="fasttools.jwui.ilv.graphic.property.LinkCrossingType"/>
|
<property name="crossingType" type="fasttools.jwui.ilv.graphic.property.LinkCrossingType"/>
|
||||||
</category>
|
</category>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<category name="Connection">
|
<category name="Connection">
|
||||||
<property name="fromNode" type="java.lang.String" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="fromNode" type="java.lang.String" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="fromPin" type="int" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="fromPin" type="int" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="toNode" type="java.lang.String" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="toNode" type="java.lang.String" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="toPin" type="int" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="toPin" type="int" writeAllowed="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,68 +1,68 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)MapViewer.xml
|
* @(#)MapViewer.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: P. de Haan
|
* Author: P. de Haan
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* DHN Nov-18 e12054 First version
|
* DHN Nov-18 e12054 First version
|
||||||
* DHN Feb-19 e12054 GASGIS-74 MV Make invisible symbols layer unique
|
* DHN Feb-19 e12054 GASGIS-74 MV Make invisible symbols layer unique
|
||||||
* DHN Feb-19 e12054 use configuration from editor dialogs
|
* DHN Feb-19 e12054 use configuration from editor dialogs
|
||||||
* HMN Sep-19 e12134 remove rotate & shear
|
* HMN Sep-19 e12134 remove rotate & shear
|
||||||
* HMN Oct-19 e12134 OIS
|
* HMN Oct-19 e12134 OIS
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="mapViewer"
|
<componentType name="mapViewer"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="ged_mapviewer-16.png"
|
icon="ged_mapviewer-16.png"
|
||||||
description="MapViewer"
|
description="MapViewer"
|
||||||
class="fasttools.jwui.components.mapviewer.MapViewer"
|
class="fasttools.jwui.components.mapviewer.MapViewer"
|
||||||
paletteOrder="404"
|
paletteOrder="404"
|
||||||
resourceBundle="fasttools.jwui.components.mapviewer.MapViewer">
|
resourceBundle="fasttools.jwui.components.mapviewer.MapViewer">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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" advanced="yes"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes"/>
|
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" advanced="yes"/>
|
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" advanced="yes"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="top" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="bottom" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="left" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="right" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean"/>
|
<property name="opaque" type="boolean"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Runtime">
|
<category name="Runtime">
|
||||||
<!-- r/w -->
|
<!-- r/w -->
|
||||||
<property name="mapCenterLongitude" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The map center longitude in WGS84 coordinate."/>
|
<property name="mapCenterLongitude" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The map center longitude in WGS84 coordinate."/>
|
||||||
<property name="mapCenterLatitude" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The map center latitude in WGS84 coordinate."/>
|
<property name="mapCenterLatitude" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The map center latitude in WGS84 coordinate."/>
|
||||||
<property name="mapZoomLevel" type="int" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The time of Mouse Click. In milliseconds since 1970."/>
|
<property name="mapZoomLevel" type="int" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The time of Mouse Click. In milliseconds since 1970."/>
|
||||||
<!-- r -->
|
<!-- r -->
|
||||||
<property name="clickInfo" writeAllowed="no" type="java.lang.String" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The Mouse Click Info in JSON format."/>
|
<property name="clickInfo" writeAllowed="no" type="java.lang.String" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The Mouse Click Info in JSON format."/>
|
||||||
<property name="clickTime" writeAllowed="no" type="long" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The time of Mouse Click. In milliseconds since 1970."/>
|
<property name="clickTime" writeAllowed="no" type="long" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The time of Mouse Click. In milliseconds since 1970."/>
|
||||||
<property name="mouseLongitude" writeAllowed="no" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The last known mouse position in longitude WGS84 coordinate."/>
|
<property name="mouseLongitude" writeAllowed="no" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The last known mouse position in longitude WGS84 coordinate."/>
|
||||||
<property name="mouseLatitude" writeAllowed="no" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The last known mouse position in latitude WGS84 coordinate."/>
|
<property name="mouseLatitude" writeAllowed="no" type="double" save="no" bound="yes" defaultAllowed="no" advanced="no" description="The last known mouse position in latitude WGS84 coordinate."/>
|
||||||
|
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,110 +1,110 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)MicroTrend.xml
|
* @(#)MicroTrend.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: Naveen Kumar
|
* Author: Naveen Kumar
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* KMR Sep-16 e11448 First Version
|
* KMR Sep-16 e11448 First Version
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Sep-18 e11987 Enabled HTML component
|
* VNU Sep-18 e11987 Enabled HTML component
|
||||||
* VNU Jan-19 e11986 Set HTML properties
|
* VNU Jan-19 e11986 Set HTML properties
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="microTrend"
|
<componentType name="microTrend"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="ged_micro_trend.png"
|
icon="ged_micro_trend.png"
|
||||||
description="MicroTrend"
|
description="MicroTrend"
|
||||||
class="fasttools.jwui.components.charts.trend.MicroTrend"
|
class="fasttools.jwui.components.charts.trend.MicroTrend"
|
||||||
paletteOrder="212"
|
paletteOrder="212"
|
||||||
html="yes">
|
html="yes">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="microTrendBackgroundFillColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="microTrendBackgroundFillColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
<property name="microTrendBackgroundFillOn" type="boolean" advanced="yes"/>
|
<property name="microTrendBackgroundFillOn" type="boolean" advanced="yes"/>
|
||||||
<property name="microTrendBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
<property name="microTrendBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet"/>
|
||||||
<property name="microTrendBackgroundStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" advanced="yes"/>
|
<property name="microTrendBackgroundStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" advanced="yes"/>
|
||||||
<property name="microTrendBackgroundStrokeOn" type="boolean" advanced="yes"/>
|
<property name="microTrendBackgroundStrokeOn" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no" />
|
<property name="zoomEnabled" type="boolean" html="no" />
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="MicroTrendInfo">
|
<category name="MicroTrendInfo">
|
||||||
<property name="numberOfPens" type="int" defaultAllowed="no" connectAllowed="yes" advanced="yes"/>
|
<property name="numberOfPens" type="int" defaultAllowed="no" connectAllowed="yes" advanced="yes"/>
|
||||||
<property name="microTrendLowLimit" save="yes" type="double" setter="setLowLimit" getter="getLowLimit" description="The value-Low Limit" advanced="yes"/>
|
<property name="microTrendLowLimit" save="yes" type="double" setter="setLowLimit" getter="getLowLimit" description="The value-Low Limit" advanced="yes"/>
|
||||||
<property name="microTrendHighLimit" save="yes" type="double" setter="setHighLimit" getter="getHighLimit" description="The value-High Limit" advanced="yes"/>
|
<property name="microTrendHighLimit" save="yes" type="double" setter="setHighLimit" getter="getHighLimit" description="The value-High Limit" advanced="yes"/>
|
||||||
<property name="lowHighFillOn" type="boolean" description="Enable filling of low-High Area" advanced="yes"/>
|
<property name="lowHighFillOn" type="boolean" description="Enable filling of low-High Area" advanced="yes"/>
|
||||||
<property name="lowHighFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
<property name="lowHighFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
||||||
<property name="microTrendLowLowLimit" save="yes" type="double" setter="setLowLowLimit" getter="getLowLowLimit" description="The value-Low-Low Limit" advanced="yes"/>
|
<property name="microTrendLowLowLimit" save="yes" type="double" setter="setLowLowLimit" getter="getLowLowLimit" description="The value-Low-Low Limit" advanced="yes"/>
|
||||||
<property name="lowLowLimitColor" type="fasttools.jtools.common.property.color.ColorSet" description="Low-Low limit color" advanced="yes"/>
|
<property name="lowLowLimitColor" type="fasttools.jtools.common.property.color.ColorSet" description="Low-Low limit color" advanced="yes"/>
|
||||||
<property name="lowLowLimitStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Low-Low limit stroke" advanced="yes"/>
|
<property name="lowLowLimitStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Low-Low limit stroke" advanced="yes"/>
|
||||||
<property name="microTrendHighHighLimit" save="yes" type="double" setter="setHighHighLimit" getter="getHighHighLimit" description="The value-High-High Limit" advanced="yes"/>
|
<property name="microTrendHighHighLimit" save="yes" type="double" setter="setHighHighLimit" getter="getHighHighLimit" description="The value-High-High Limit" advanced="yes"/>
|
||||||
<property name="highHighLimitColor" type="fasttools.jtools.common.property.color.ColorSet" description="High-High limit color" advanced="yes"/>
|
<property name="highHighLimitColor" type="fasttools.jtools.common.property.color.ColorSet" description="High-High limit color" advanced="yes"/>
|
||||||
<property name="highHighLimitStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" description="High-High limit stroke" advanced="yes"/>
|
<property name="highHighLimitStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" description="High-High limit stroke" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenItem">
|
<category name="PenItem">
|
||||||
<property name="itemName" array="0..3" save="yes" type="java.lang.String" description="The Item name" advanced="yes"/>
|
<property name="itemName" array="0..3" save="yes" type="java.lang.String" description="The Item name" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenColor">
|
<category name="PenColor">
|
||||||
<property name="color" array="0..3" save="yes" type="fasttools.jtools.common.property.color.ColorSet" description="The pen color" advanced="yes"/>
|
<property name="color" array="0..3" save="yes" type="fasttools.jtools.common.property.color.ColorSet" description="The pen color" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenStroke">
|
<category name="PenStroke">
|
||||||
<property name="stroke" array="0..3" save="yes" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Stroke of pen" advanced="yes"/>
|
<property name="stroke" array="0..3" save="yes" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Stroke of pen" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleMax">
|
<category name="PenScaleMax">
|
||||||
<property name="scaleMax" array="0..3" save="yes" type="double" description="The value-scale maximum" advanced="yes"/>
|
<property name="scaleMax" array="0..3" save="yes" type="double" description="The value-scale maximum" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleMin">
|
<category name="PenScaleMin">
|
||||||
<property name="scaleMin" array="0..3" save="yes" type="double" description="The value-scale minimum" advanced="yes"/>
|
<property name="scaleMin" array="0..3" save="yes" type="double" description="The value-scale minimum" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="RetrievalSettings">
|
<category name="RetrievalSettings">
|
||||||
<property name="realTime" type="boolean" description="Enable real time updating"/>
|
<property name="realTime" type="boolean" description="Enable real time updating"/>
|
||||||
<property name="timeRange" type="int" description="The width of the time axis (seconds)"/>
|
<property name="timeRange" type="int" description="The width of the time axis (seconds)"/>
|
||||||
<property name="sampleCount" type="int" description="The number of samples to show" advanced="yes"/>
|
<property name="sampleCount" type="int" description="The number of samples to show" advanced="yes"/>
|
||||||
<property name="fillWithHistory" type="boolean" description="First fill with history"/>
|
<property name="fillWithHistory" type="boolean" description="First fill with history"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,98 +1,98 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Text.xml
|
* @(#)Text.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jan-07 e9435 First version documented
|
* HVS Jan-07 e9435 First version documented
|
||||||
* BNL Oct-08 i10080 Add property "keepOriginalSize"
|
* BNL Oct-08 i10080 Add property "keepOriginalSize"
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* HMN Apr-15 e10966 Localized String to float conversion
|
* HMN Apr-15 e10966 Localized String to float conversion
|
||||||
* BNL Mar-16 i11534 Correct random appearance glitch for "keepOriginalSize"
|
* BNL Mar-16 i11534 Correct random appearance glitch for "keepOriginalSize"
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="number"
|
<componentType name="number"
|
||||||
icon="stock_draw-number-16.png"
|
icon="stock_draw-number-16.png"
|
||||||
description="Number"
|
description="Number"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedZoomableNumber"
|
class="fasttools.jwui.ilv.graphic.ExtendedZoomableNumber"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.EditNumberInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.EditNumberInteractor"
|
||||||
paletteOrder="45">
|
paletteOrder="45">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="double" defaultAllowed="no" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
<property name="value" type="double" defaultAllowed="no" setter="setValueAsDouble" getter="getValueAsDouble"/>
|
||||||
<property name="format" type="java.lang.String"/>
|
<property name="format" type="java.lang.String"/>
|
||||||
<property name="javaNotation" type="boolean" advanced="no"/>
|
<property name="javaNotation" type="boolean" advanced="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"/>
|
||||||
<property name="leftMargin" type="float" advanced="yes" html="no"/>
|
<property name="leftMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="rightMargin" type="float" advanced="yes" html="no"/>
|
<property name="rightMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="topMargin" type="float" advanced="yes" html="no"/>
|
<property name="topMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="bottomMargin" type="float" advanced="yes" html="no"/>
|
<property name="bottomMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="justification" type="fasttools.jwui.ilv.graphic.property.TextJustificationType"
|
<property name="justification" type="fasttools.jwui.ilv.graphic.property.TextJustificationType"
|
||||||
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
||||||
<property name="borderOn" type="boolean" advanced="yes"/>
|
<property name="borderOn" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float" html="no"/>
|
<property name="fillAmount" type="float" html="no"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType" html="no"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType" html="no"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setFillingPaint" getter="getFillingPaint"/>
|
setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="backgroundOn" type="boolean" advanced="yes"/>
|
<property name="backgroundOn" type="boolean" advanced="yes"/>
|
||||||
<property name="backgroundPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" advanced="yes"/>
|
<property name="backgroundPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" advanced="yes"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="keepOriginalSize" type="boolean" triggers="top,bottom,left,right" connectAllowed="no" html="no"/>
|
<property name="keepOriginalSize" type="boolean" triggers="top,bottom,left,right" connectAllowed="no" html="no"/>
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="top" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="bottom" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="left" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="right" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,62 +1,62 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<componentType name="PDFView"
|
<componentType name="PDFView"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_new-text-16.png"
|
icon="stock_new-text-16.png"
|
||||||
description="PDFView, show PDF files"
|
description="PDFView, show PDF files"
|
||||||
class="PDFView"
|
class="PDFView"
|
||||||
paletteOrder="772">
|
paletteOrder="772">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="float" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat"/>
|
<property name="x" type="float" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat"/>
|
||||||
<property name="y" type="float" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat"/>
|
<property name="y" type="float" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat"/>
|
||||||
<property name="top" type="float" defaultAllowed="no"/>
|
<property name="top" type="float" defaultAllowed="no"/>
|
||||||
<property name="bottom" type="float" defaultAllowed="no"/>
|
<property name="bottom" type="float" defaultAllowed="no"/>
|
||||||
<property name="left" type="float" defaultAllowed="no"/>
|
<property name="left" type="float" defaultAllowed="no"/>
|
||||||
<property name="right" type="float" defaultAllowed="no"/>
|
<property name="right" type="float" defaultAllowed="no"/>
|
||||||
<property name="rotation" type="float" defaultAllowed="no"/>
|
<property name="rotation" type="float" defaultAllowed="no"/>
|
||||||
<property name="shear" type="float" defaultAllowed="no"/>
|
<property name="shear" type="float" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="opaque" type="boolean"/>
|
<property name="opaque" type="boolean"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float"/>
|
<property name="zoomFactor" type="float"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
||||||
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PDFView">
|
<category name="PDFView">
|
||||||
<property name="source" type="java.lang.String" bound="no" localized="yes"/>
|
<property name="source" type="java.lang.String" bound="no" localized="yes"/>
|
||||||
<property name="thumbs" type="boolean" bound="no"/>
|
<property name="thumbs" type="boolean" bound="no"/>
|
||||||
<property name="navigate" type="boolean" bound="no"/>
|
<property name="navigate" type="boolean" bound="no"/>
|
||||||
<property name="first" type="boolean" bound="no"/>
|
<property name="first" type="boolean" bound="no"/>
|
||||||
<property name="prev" type="boolean" bound="no"/>
|
<property name="prev" type="boolean" bound="no"/>
|
||||||
<property name="next" type="boolean" bound="no"/>
|
<property name="next" type="boolean" bound="no"/>
|
||||||
<property name="last" type="boolean" bound="no"/>
|
<property name="last" type="boolean" bound="no"/>
|
||||||
<property name="pagesetup" type="boolean" bound="no"/>
|
<property name="pagesetup" type="boolean" bound="no"/>
|
||||||
<property name="print" type="boolean" bound="no"/>
|
<property name="print" type="boolean" bound="no"/>
|
||||||
<property name="page" type="double" bound="yes"/>
|
<property name="page" type="double" bound="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,91 +1,91 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)PDFViewer.xml
|
* @(#)PDFViewer.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: M. Brentnall
|
* Author: M. Brentnall
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jan-12 e10555 First version documented
|
* BNL Jan-12 e10555 First version documented
|
||||||
* BNL Feb-12 e10555 Add Icon and Palette Order
|
* BNL Feb-12 e10555 Add Icon and Palette Order
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="PDFView"
|
<componentType name="PDFView"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_new-text-16.png"
|
icon="stock_new-text-16.png"
|
||||||
description="PDFViewer"
|
description="PDFViewer"
|
||||||
class="fasttools.jwui.components.pdfviewer.PDFViewer"
|
class="fasttools.jwui.components.pdfviewer.PDFViewer"
|
||||||
paletteOrder="403">
|
paletteOrder="403">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float" html="no"/>
|
<property name="transparency" type="float" html="no"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes" html="no"/>
|
<property name="opaque" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" html="no"/>
|
<property name="zoomFactor" type="float" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Colors">
|
<category name="Colors">
|
||||||
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="foregroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" html="no"/>
|
<property name="blinkingForegroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" html="no"/>
|
||||||
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" html="no"/>
|
<property name="blinkingBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Navigation">
|
<category name="Navigation">
|
||||||
<property name="first" type="boolean" bound="no" advanced="yes" html="no"/>
|
<property name="first" type="boolean" bound="no" advanced="yes" html="no"/>
|
||||||
<property name="prev" type="boolean" bound="no" advanced="yes" html="no"/>
|
<property name="prev" type="boolean" bound="no" advanced="yes" html="no"/>
|
||||||
<property name="next" type="boolean" bound="no" advanced="yes" html="no"/>
|
<property name="next" type="boolean" bound="no" advanced="yes" html="no"/>
|
||||||
<property name="last" type="boolean" bound="no" advanced="yes" html="no"/>
|
<property name="last" type="boolean" bound="no" advanced="yes" html="no"/>
|
||||||
<property name="page" type="int" bound="yes" advanced="yes" html="no"/>
|
<property name="page" type="int" bound="yes" advanced="yes" html="no"/>
|
||||||
<property name="pages" type="int" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="pages" type="int" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Printing">
|
<category name="Printing">
|
||||||
<property name="pagesetup" type="boolean" bound="no" advanced="yes" html="no"/>
|
<property name="pagesetup" type="boolean" bound="no" advanced="yes" html="no"/>
|
||||||
<property name="print" type="boolean" bound="no" advanced="yes" html="no"/>
|
<property name="print" type="boolean" bound="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Configuration">
|
<category name="Configuration">
|
||||||
<property name="file" type="java.lang.String" bound="no"/>
|
<property name="file" type="java.lang.String" bound="no"/>
|
||||||
<property name="thumbs" type="boolean" bound="no" html="no"/>
|
<property name="thumbs" type="boolean" bound="no" html="no"/>
|
||||||
<property name="contents" type="boolean" bound="no" html="no"/>
|
<property name="contents" type="boolean" bound="no" html="no"/>
|
||||||
<property name="navigate" type="boolean" bound="no" html="no"/>
|
<property name="navigate" type="boolean" bound="no" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,81 +1,81 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Playback.xml
|
* @(#)Playback.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jan-11 e10362 First version documented
|
* HVS Jan-11 e10362 First version documented
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="playback"
|
<componentType name="playback"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_record-macro-16.png"
|
icon="stock_record-macro-16.png"
|
||||||
description="Playback"
|
description="Playback"
|
||||||
class="fasttools.jwui.components.playback.PlaybackIndicator"
|
class="fasttools.jwui.components.playback.PlaybackIndicator"
|
||||||
paletteOrder="230"
|
paletteOrder="230"
|
||||||
html="no">
|
html="no">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes"
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes"
|
||||||
description="This is the tooltip text"/>
|
description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes"/>
|
<property name="opaque" type="boolean" advanced="yes"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean"/>
|
<property name="zoomEnabled" type="boolean"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes"/>
|
<property name="zoomFactor" type="float" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Status">
|
<category name="Status">
|
||||||
<property name="selectedPlayTime" type="double" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="selectedPlayTime" type="double" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="playStartTime" type="double" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
<property name="playStartTime" type="double" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="playEndTime" type="double" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
<property name="playEndTime" type="double" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Interaction">
|
<category name="Interaction">
|
||||||
<property name="recording" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="recording" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="viewerVisible" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="viewerVisible" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Icons">
|
<category name="Icons">
|
||||||
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet"
|
<property name="icon" type="fasttools.jtools.common.property.icon.IconSet"
|
||||||
setter="setIconSet" getter="getIconSet"/>
|
setter="setIconSet" getter="getIconSet"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no"
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no"
|
||||||
connectAllowed="no" advanced="yes"/>
|
connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,80 +1,80 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Polygon.xml
|
* @(#)Polygon.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="polygon"
|
<componentType name="polygon"
|
||||||
icon="stock_draw-polygon-16.png"
|
icon="stock_draw-polygon-16.png"
|
||||||
description="Polygon"
|
description="Polygon"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedPolygon"
|
class="fasttools.jwui.ilv.graphic.ExtendedPolygon"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakePolygonInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakePolygonInteractor"
|
||||||
paletteOrder="20">
|
paletteOrder="20">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
||||||
<property name="closed" type="java.lang.Boolean" null="readOnly" advanced="yes"/>
|
<property name="closed" type="java.lang.Boolean" null="readOnly" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float"/>
|
<property name="fillAmount" type="float"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setFillingPaint" getter="getFillingPaint"/>
|
setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes"/>
|
||||||
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,158 +1,158 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Radial.xml
|
* @(#)Radial.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: Vinay Ramanna
|
* Author: Vinay Ramanna
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* VNY Aug-16 e11448 First Version
|
* VNY Aug-16 e11448 First Version
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* VNU Sep-18 e11987 Enabled HTML component
|
* VNU Sep-18 e11987 Enabled HTML component
|
||||||
* VNU Jan-19 e11986 Set HTML properties
|
* VNU Jan-19 e11986 Set HTML properties
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="radial"
|
<componentType name="radial"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="ged_radial.png"
|
icon="ged_radial.png"
|
||||||
description="Radial"
|
description="Radial"
|
||||||
class="fasttools.jwui.ilv.graphic.Radial"
|
class="fasttools.jwui.ilv.graphic.Radial"
|
||||||
paletteOrder="80"
|
paletteOrder="80"
|
||||||
html="yes">
|
html="yes">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="RadialInfo">
|
<category name="RadialInfo">
|
||||||
<property name="pens" type="int" defaultAllowed="no" connectAllowed="yes"/>
|
<property name="pens" type="int" defaultAllowed="no" connectAllowed="yes"/>
|
||||||
<property name="values" type="int" defaultAllowed="no" connectAllowed="yes"/>
|
<property name="values" type="int" defaultAllowed="no" connectAllowed="yes"/>
|
||||||
<property name="radialPenStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
<property name="radialPenStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
||||||
<property name="radialPenColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
<property name="radialPenColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
||||||
<property name="radialBackgroundFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
<property name="radialBackgroundFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
|
||||||
<property name="radialBackgroundFillOn" type="boolean" />
|
<property name="radialBackgroundFillOn" type="boolean" />
|
||||||
<property name="radialBackgroundStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
<property name="radialBackgroundStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
||||||
<property name="radialBackgroundStrokeOn" type="boolean" />
|
<property name="radialBackgroundStrokeOn" type="boolean" />
|
||||||
<property name="radialBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
<property name="radialBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleLow">
|
<category name="PenScaleLow">
|
||||||
<property name="scaleLow" array="0..9" type="double" description="The value-scale low" advanced="yes"/>
|
<property name="scaleLow" array="0..9" type="double" description="The value-scale low" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenScaleHigh">
|
<category name="PenScaleHigh">
|
||||||
<property name="scaleHigh" array="0..9" type="double" description="The value-scale high" advanced="yes"/>
|
<property name="scaleHigh" array="0..9" type="double" description="The value-scale high" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenLowLowLimit">
|
<category name="PenLowLowLimit">
|
||||||
<property name="lowLowLimit" array="0..9" type="double" description="The value-LowLow Limit" advanced="yes"/>
|
<property name="lowLowLimit" array="0..9" type="double" description="The value-LowLow Limit" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenHighHighLimit">
|
<category name="PenHighHighLimit">
|
||||||
<property name="highHighLimit" array="0..9" type="double" description="The value-HighHigh Limit" advanced="yes"/>
|
<property name="highHighLimit" array="0..9" type="double" description="The value-HighHigh Limit" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenLowLimit">
|
<category name="PenLowLimit">
|
||||||
<property name="radialLowLimit" array="0..9" type="double" description="The value-Low Limit" advanced="yes"/>
|
<property name="radialLowLimit" array="0..9" type="double" description="The value-Low Limit" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PenHighLimit">
|
<category name="PenHighLimit">
|
||||||
<property name="radialHighLimit" array="0..9" type="double" description="The value-High Limit" advanced="yes"/>
|
<property name="radialHighLimit" array="0..9" type="double" description="The value-High Limit" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen1Values">
|
<category name="Pen1Values">
|
||||||
<property name="pen1Value" array="0..9" type="double" description="Value of pen1" advanced="yes"/>
|
<property name="pen1Value" array="0..9" type="double" description="Value of pen1" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen2Values">
|
<category name="Pen2Values">
|
||||||
<property name="pen2Value" array="0..9" type="double" description="Values of pen2" advanced="yes"/>
|
<property name="pen2Value" array="0..9" type="double" description="Values of pen2" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen3Values">
|
<category name="Pen3Values">
|
||||||
<property name="pen3Value" array="0..9" type="double" description="Values of pen3" advanced="yes"/>
|
<property name="pen3Value" array="0..9" type="double" description="Values of pen3" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen4Values">
|
<category name="Pen4Values">
|
||||||
<property name="pen4Value" array="0..9" type="double" description="Values of pen4" advanced="yes"/>
|
<property name="pen4Value" array="0..9" type="double" description="Values of pen4" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen5Values">
|
<category name="Pen5Values">
|
||||||
<property name="pen5Value" array="0..9" type="double" description="Values of pen5" advanced="yes"/>
|
<property name="pen5Value" array="0..9" type="double" description="Values of pen5" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen6Values">
|
<category name="Pen6Values">
|
||||||
<property name="pen6Value" array="0..9" type="double" description="Values of pen6" advanced="yes"/>
|
<property name="pen6Value" array="0..9" type="double" description="Values of pen6" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen7Values">
|
<category name="Pen7Values">
|
||||||
<property name="pen7Value" array="0..9" type="double" description="Values of pen7" advanced="yes"/>
|
<property name="pen7Value" array="0..9" type="double" description="Values of pen7" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen8Values">
|
<category name="Pen8Values">
|
||||||
<property name="pen8Value" array="0..9" type="double" description="Values of pen8" advanced="yes"/>
|
<property name="pen8Value" array="0..9" type="double" description="Values of pen8" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen9Values">
|
<category name="Pen9Values">
|
||||||
<property name="pen9Value" array="0..9" type="double" description="Values of pen9" advanced="yes"/>
|
<property name="pen9Value" array="0..9" type="double" description="Values of pen9" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Pen10Values">
|
<category name="Pen10Values">
|
||||||
<property name="pen10Value" array="0..9" type="double" description="Values of pen10" advanced="yes"/>
|
<property name="pen10Value" array="0..9" type="double" description="Values of pen10" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="StrokeAndColorOfValues">
|
<category name="StrokeAndColorOfValues">
|
||||||
<property name="stroke" array="0..9" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Stroke of vlaue" null="default" setter="setValueLineStroke" getter="getValueLineStroke" advanced="yes"/>
|
<property name="stroke" array="0..9" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Stroke of vlaue" null="default" setter="setValueLineStroke" getter="getValueLineStroke" advanced="yes"/>
|
||||||
<property name="color" array="0..9" type="fasttools.jtools.common.property.color.ColorSet" description="Color of vlaue" null="default" setter="setValueLineColor" getter="getValueLineColor" advanced="yes"/>
|
<property name="color" array="0..9" type="fasttools.jtools.common.property.color.ColorSet" description="Color of vlaue" null="default" setter="setValueLineColor" getter="getValueLineColor" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="LowLowStroke">
|
<category name="LowLowStroke">
|
||||||
<property name="lowLowStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
<property name="lowLowStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
||||||
<property name="lowLowColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
<property name="lowLowColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="HighHighStroke">
|
<category name="HighHighStroke">
|
||||||
<property name="highHighStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
<property name="highHighStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
|
||||||
<property name="highHighColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
<property name="highHighColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="LowHighAreaFillColor">
|
<category name="LowHighAreaFillColor">
|
||||||
<property name="lowHighFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
<property name="lowHighFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
|
||||||
<property name="lowHighFillOn" type="boolean"/>
|
<property name="lowHighFillOn" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,86 +1,86 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Rectangle.xml
|
* @(#)Rectangle.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa All rights reserved.
|
* Copyright: Yokogawa All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="rectangle"
|
<componentType name="rectangle"
|
||||||
icon="stock_draw-rectangle-unfilled-16.png"
|
icon="stock_draw-rectangle-unfilled-16.png"
|
||||||
description="Rectangle"
|
description="Rectangle"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedRectangle"
|
class="fasttools.jwui.ilv.graphic.ExtendedRectangle"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeRectangleInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeRectangleInteractor"
|
||||||
paletteOrder="5">
|
paletteOrder="5">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" description="This is the tooltip text"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Corners">
|
<category name="Corners">
|
||||||
<property name="roundingX" type="double" advanced="yes"/>
|
<property name="roundingX" type="double" advanced="yes"/>
|
||||||
<property name="roundingY" type="double" advanced="yes"/>
|
<property name="roundingY" type="double" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no"
|
<property name="reshapeAllowed" type="boolean" defaultAllowed="no" connectAllowed="no"
|
||||||
setter="setGeneralPath" getter="isGeneralPath" triggers="curvePoints" advanced="yes" html="no"/>
|
setter="setGeneralPath" getter="isGeneralPath" triggers="curvePoints" advanced="yes" html="no"/>
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes" html="no"/>
|
||||||
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float"/>
|
<property name="fillAmount" type="float"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setFillingPaint" getter="getFillingPaint"/>
|
setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,84 +1,84 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)RectangularScale.xml
|
* @(#)RectangularScale.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa. All rights reserved.
|
* Copyright: Yokogawa. All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Aug-10 e10330 Add localization for component type tooltips
|
* BNL Aug-10 e10330 Add localization for component type tooltips
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="rectangularScale"
|
<componentType name="rectangularScale"
|
||||||
icon="stock_draw-rectangular-scale-16.png"
|
icon="stock_draw-rectangular-scale-16.png"
|
||||||
description="RectangularScale"
|
description="RectangularScale"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedZoomingRectangularScale"
|
class="fasttools.jwui.ilv.graphic.ExtendedZoomingRectangularScale"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeZoomingRectangularScaleInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeZoomingRectangularScaleInteractor"
|
||||||
paletteOrder="55">
|
paletteOrder="55">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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" html="no"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Values">
|
<category name="Values">
|
||||||
<property name="maximum" type="float"/>
|
<property name="maximum" type="float"/>
|
||||||
<property name="minimum" type="float"/>
|
<property name="minimum" type="float"/>
|
||||||
<property name="majorTickSpacing" type="float" triggers="minorTickSpacing"/>
|
<property name="majorTickSpacing" type="float" triggers="minorTickSpacing"/>
|
||||||
<property name="minorTickSpacing" type="float"/>
|
<property name="minorTickSpacing" type="float"/>
|
||||||
<property name="format" type="java.lang.String" setter="setFormatString" getter="getFormatString"/>
|
<property name="format" type="java.lang.String" setter="setFormatString" getter="getFormatString"/>
|
||||||
<property name="label" type="java.lang.String" localized="yes"/>
|
<property name="label" type="java.lang.String" localized="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="vertical" type="boolean"/>
|
<property name="vertical" type="boolean"/>
|
||||||
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintLabels" type="boolean" advanced="yes"/>
|
<property name="paintLabels" type="boolean" advanced="yes"/>
|
||||||
<property name="paintTicks" type="boolean" advanced="yes"/>
|
<property name="paintTicks" type="boolean" advanced="yes"/>
|
||||||
<property name="inverted" type="boolean"/>
|
<property name="inverted" type="boolean"/>
|
||||||
<property name="labelsBelow" type="boolean" advanced="yes"/>
|
<property name="labelsBelow" type="boolean" advanced="yes"/>
|
||||||
<property name="color" type="fasttools.jtools.common.property.color.ColorSet" null="default"
|
<property name="color" type="fasttools.jtools.common.property.color.ColorSet" null="default"
|
||||||
setter="setForegroundColor" getter="getForegroundColor"/>
|
setter="setForegroundColor" getter="getForegroundColor"/>
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"
|
||||||
setter="setFontSet" getter="getFontSet"/>
|
setter="setFontSet" getter="getFontSet"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes" html="no"/>
|
<property name="blinkingColor" type="fasttools.jtools.common.property.color.ColorSet" null="none" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,124 +1,124 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)Reporting.xml
|
* @(#)Reporting.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Dec-09 e10100 Web-HMI Phase 2
|
* HVS Dec-09 e10100 Web-HMI Phase 2
|
||||||
* LER Oct-17 e11844 Add export report
|
* LER Oct-17 e11844 Add export report
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
* VNU Oct-20 i12326 Fix HTML5 Report component properties support and cleanup of component
|
* VNU Oct-20 i12326 Fix HTML5 Report component properties support and cleanup of component
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="reporting"
|
<componentType name="reporting"
|
||||||
containedBy="JComponent"
|
containedBy="JComponent"
|
||||||
icon="stock_edit-16.png"
|
icon="stock_edit-16.png"
|
||||||
description="Reporting"
|
description="Reporting"
|
||||||
class="fasttools.jwui.components.reports.Reporting"
|
class="fasttools.jwui.components.reports.Reporting"
|
||||||
paletteOrder="209">
|
paletteOrder="209">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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" html="no"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
|
<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="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="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" 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="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" 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" html="no"/>
|
<property name="rotation" type="double" defaultAllowed="no" html="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float" html="no"/>
|
<property name="transparency" type="float" html="no"/>
|
||||||
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
|
||||||
<property name="opaque" type="boolean" advanced="yes" html="no"/>
|
<property name="opaque" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" html="no"/>
|
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="zoomEnabled" type="boolean" html="no"/>
|
<property name="zoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Viewing">
|
<category name="Viewing">
|
||||||
<property name="viewFont" type="fasttools.jtools.common.property.font.FontSet" setter="setViewFontSet" getter="getViewFontSet" html="no"/>
|
<property name="viewFont" type="fasttools.jtools.common.property.font.FontSet" setter="setViewFontSet" getter="getViewFontSet" html="no"/>
|
||||||
<property name="printFont" type="fasttools.jtools.common.property.font.FontSet" setter="setPrintFontSet" getter="getPrintFontSet" html="no"/>
|
<property name="printFont" type="fasttools.jtools.common.property.font.FontSet" setter="setPrintFontSet" getter="getPrintFontSet" html="no"/>
|
||||||
<property name="viewReportSelectionVisible" type="boolean"/>
|
<property name="viewReportSelectionVisible" type="boolean"/>
|
||||||
<property name="viewReportSelectionEnabled" type="boolean" advanced="yes"/>
|
<property name="viewReportSelectionEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="viewGeneratedReportSelectionVisible" type="boolean"/>
|
<property name="viewGeneratedReportSelectionVisible" type="boolean"/>
|
||||||
<property name="viewGeneratedReportSelectionEnabled" type="boolean" advanced="yes"/>
|
<property name="viewGeneratedReportSelectionEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="printerSelectionFieldVisible" type="boolean" html="no"/>
|
<property name="printerSelectionFieldVisible" type="boolean" html="no"/>
|
||||||
<property name="printerSelectionFieldEnabled" type="boolean" advanced="yes" html="no"/>
|
<property name="printerSelectionFieldEnabled" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="printerSelected" type="java.lang.String" bound="yes" advanced="yes" html="no"/>
|
<property name="printerSelected" type="java.lang.String" bound="yes" advanced="yes" html="no"/>
|
||||||
<property name="viewBoxVisible" type="boolean"/>
|
<property name="viewBoxVisible" type="boolean"/>
|
||||||
<property name="printButtonVisible" type="boolean" html="no"/>
|
<property name="printButtonVisible" type="boolean" html="no"/>
|
||||||
<property name="includeLocalPrinters" type="boolean" advanced="yes" html="no"/>
|
<property name="includeLocalPrinters" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="printing" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="printing" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="proxyPort" type="java.lang.String" advanced="yes" html="no"/>
|
<property name="proxyPort" type="java.lang.String" advanced="yes" html="no"/>
|
||||||
<property name="proxyName" type="java.lang.String" advanced="yes" html="no"/>
|
<property name="proxyName" type="java.lang.String" advanced="yes" html="no"/>
|
||||||
<property name="viewBrowsingEnabled" type="boolean" advanced="yes" html="no"/>
|
<property name="viewBrowsingEnabled" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="ExportButtonVisible" type="boolean" html="no"/>
|
<property name="ExportButtonVisible" type="boolean" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="ReportSelecting">
|
<category name="ReportSelecting">
|
||||||
<property name="reportSelectionBoxVisible" type="boolean"/>
|
<property name="reportSelectionBoxVisible" type="boolean"/>
|
||||||
<property name="reportSelectionFilter" type="java.lang.String" advanced="yes"/>
|
<property name="reportSelectionFilter" type="java.lang.String" advanced="yes"/>
|
||||||
<property name="reportSelectionFilterOnProcessAreas" type="boolean" advanced="yes" html="no"/>
|
<property name="reportSelectionFilterOnProcessAreas" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="reportSelected" type="java.lang.String" bound="yes" advanced="yes"/>
|
<property name="reportSelected" type="java.lang.String" bound="yes" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Generating">
|
<category name="Generating">
|
||||||
<property name="generateBoxVisible" type="boolean"/>
|
<property name="generateBoxVisible" type="boolean"/>
|
||||||
<property name="generateReportSelectionVisible" type="boolean"/>
|
<property name="generateReportSelectionVisible" type="boolean"/>
|
||||||
<property name="generateReportSelectionEnabled" type="boolean" advanced="yes"/>
|
<property name="generateReportSelectionEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="destinationSelectionFieldVisible" type="boolean" advanced="yes"/>
|
<property name="destinationSelectionFieldVisible" type="boolean" advanced="yes"/>
|
||||||
<property name="destinationSelectionFieldEnabled" type="boolean" advanced="yes"/>
|
<property name="destinationSelectionFieldEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="destinationSelected" type="java.lang.String" bound="yes" advanced="yes"/>
|
<property name="destinationSelected" type="java.lang.String" bound="yes" advanced="yes"/>
|
||||||
<property name="logbookFieldVisible" type="boolean"/>
|
<property name="logbookFieldVisible" type="boolean"/>
|
||||||
<property name="logbookFieldEnabled" type="boolean" advanced="yes"/>
|
<property name="logbookFieldEnabled" type="boolean" advanced="yes"/>
|
||||||
<property name="logbook" type="java.lang.String" bound="yes" advanced="yes"/>
|
<property name="logbook" type="java.lang.String" bound="yes" advanced="yes"/>
|
||||||
<property name="generating" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="generating" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="canceling" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
<property name="canceling" type="boolean" bound="yes" save="no" defaultAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="generateOnEntry" type="boolean"/>
|
<property name="generateOnEntry" type="boolean"/>
|
||||||
<property name="parameterFieldCount" type="int"/>
|
<property name="parameterFieldCount" type="int"/>
|
||||||
<property name="parameter" type="java.lang.String" array="0..7" bound="yes" advanced="yes"/>
|
<property name="parameter" type="java.lang.String" array="0..7" bound="yes" advanced="yes"/>
|
||||||
<property name="parameterPrompt" type="java.lang.String" array="0..7" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
<property name="parameterPrompt" type="java.lang.String" array="0..7" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
||||||
<property name="containingHTML" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
<property name="containingHTML" type="boolean" bound="yes" save="no" writeAllowed="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="autoJumpToViewEnabled" type="boolean" advanced="yes"/>
|
<property name="autoJumpToViewEnabled" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="GeneratedReportSelecting">
|
<category name="GeneratedReportSelecting">
|
||||||
<property name="generatedReportSelectionBoxVisible" type="boolean"/>
|
<property name="generatedReportSelectionBoxVisible" type="boolean"/>
|
||||||
<property name="generatedReportTimeFormat" type="java.lang.String"/>
|
<property name="generatedReportTimeFormat" type="java.lang.String"/>
|
||||||
<property name="generatedReportDeleteButtonVisible" type="boolean"/>
|
<property name="generatedReportDeleteButtonVisible" type="boolean"/>
|
||||||
<property name="generatedReportDeleting" type="boolean" bound="yes" save="no" defaultAllowed="no"/>
|
<property name="generatedReportDeleting" type="boolean" bound="yes" save="no" defaultAllowed="no"/>
|
||||||
<property name="generatedReportFileName" type="java.lang.String" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
<property name="generatedReportFileName" type="java.lang.String" bound="yes" save="no" writeAllowed="no" defaultAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Enterprise">
|
<category name="Enterprise">
|
||||||
<property name="primaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="primaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="secondaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" null="none" html="no"/>
|
<property name="secondaryDataLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" connectAllowed="no" advanced="yes" null="none" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
<property name="borderType" type="fasttools.jwui.common.property.JBorderType" advanced="yes"/>
|
||||||
<property name="verticalSplitterPosition" type="float" advanced="yes"/>
|
<property name="verticalSplitterPosition" type="float" advanced="yes"/>
|
||||||
<property name="horizontalSplitterPosition" type="float" advanced="yes"/>
|
<property name="horizontalSplitterPosition" type="float" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
|
||||||
|
|
@ -1,71 +1,71 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)ScriptedFunction.xml
|
* @(#)ScriptedFunction.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: R.Houtman
|
* Author: R.Houtman
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HMN Aug-14 i11118 First version
|
* HMN Aug-14 i11118 First version
|
||||||
* HMN Aug-15 i11349 Support for R10.02
|
* HMN Aug-15 i11349 Support for R10.02
|
||||||
* HMN Jan-18 e11920 Correct Bound for input[]
|
* HMN Jan-18 e11920 Correct Bound for input[]
|
||||||
* VNU Sep-18 e11987 Enabled HTML component
|
* VNU Sep-18 e11987 Enabled HTML component
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="ScriptedFunction"
|
<componentType name="ScriptedFunction"
|
||||||
containedBy="Function"
|
containedBy="Function"
|
||||||
icon="stock_function_javascript-16.png"
|
icon="stock_function_javascript-16.png"
|
||||||
description="ScriptedFunction"
|
description="ScriptedFunction"
|
||||||
class="fasttools.jwui.components.functions.scriptedfunction.ScriptedFunction"
|
class="fasttools.jwui.components.functions.scriptedfunction.ScriptedFunction"
|
||||||
paletteOrder="306" >
|
paletteOrder="306" >
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" connectAllowed="no" advanced="yes"/>
|
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" connectAllowed="no" advanced="yes"/>
|
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="top" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="bottom" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="left" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="right" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="rotation" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Function">
|
<category name="Function">
|
||||||
<property name="script" type="java.lang.String" />
|
<property name="script" type="java.lang.String" />
|
||||||
<property name="inputCount" type="int" connectAllowed="no" advanced="yes"/>
|
<property name="inputCount" type="int" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="outputCount" type="int" connectAllowed="no" advanced="yes"/>
|
<property name="outputCount" type="int" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="language" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
<property name="language" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Runtime">
|
<category name="Runtime">
|
||||||
<property name="clearError" type="boolean" />
|
<property name="clearError" type="boolean" />
|
||||||
<property name="error" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" setter="setError" getter="isError"/>
|
<property name="error" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" setter="setError" getter="isError"/>
|
||||||
<property name="errorText" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" setter="setErrorText" getter="getErrorText"/>
|
<property name="errorText" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" setter="setErrorText" getter="getErrorText"/>
|
||||||
|
|
||||||
<property name="globalExecutionDuration" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="globalExecutionDuration" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
<property name="executionDuration" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes"/>
|
<property name="executionDuration" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Inputs">
|
<category name="Inputs">
|
||||||
<property name="input" array="0..getLastInputIndex" bound="no" type="java.lang.Object" setter="setInputValue" getter="getInputValue" advanced="yes"/>
|
<property name="input" array="0..getLastInputIndex" bound="no" type="java.lang.Object" setter="setInputValue" getter="getInputValue" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Outputs">
|
<category name="Outputs">
|
||||||
<property name="output" array="0..getLastOutputIndex" type="java.lang.Object" bound="yes" defaultAllowed="no" setter="setOutputValue" getter="getOutputValue" advanced="yes" writeAllowed="no" save="no"/>
|
<property name="output" array="0..getLastOutputIndex" type="java.lang.Object" bound="yes" defaultAllowed="no" setter="setOutputValue" getter="getOutputValue" advanced="yes" writeAllowed="no" save="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
|
|
||||||
</componentType>
|
</componentType>
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,80 +1,80 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Spline.xml
|
* @(#)Spline.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa All rights reserved.
|
* Copyright: Yokogawa All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="spline"
|
<componentType name="spline"
|
||||||
icon="stock_draw-curve-16.png"
|
icon="stock_draw-curve-16.png"
|
||||||
description="Spline"
|
description="Spline"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedSpline"
|
class="fasttools.jwui.ilv.graphic.ExtendedSpline"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.MakeSplineInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.MakeSplineInteractor"
|
||||||
paletteOrder="25">
|
paletteOrder="25">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" 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="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" 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="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
<property name="closed" type="java.lang.Boolean" null="readOnly" advanced="yes"/>
|
<property name="closed" type="java.lang.Boolean" null="readOnly" advanced="yes"/>
|
||||||
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
<property name="maximumStrokeWidth" type="float" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float"/>
|
<property name="fillAmount" type="float"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setFillingPaint" getter="getFillingPaint"/>
|
setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
<property name="paintZoomed" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Shape">
|
<category name="Shape">
|
||||||
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes"/>
|
<property name="curvePoints" type="fasttools.jwui.ilv.graphic.property.PolycurvePoints" defaultAllowed="no" connectAllowed="no" null="readOnly" advanced="yes"/>
|
||||||
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="pointsCardinal" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,51 +1,51 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)Symbol.xml
|
* @(#)Symbol.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa. All rights reserved.
|
* Copyright: Yokogawa. All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Aug-13 e10890 Correct palette
|
* HVS Aug-13 e10890 Correct palette
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="symbol"
|
<componentType name="symbol"
|
||||||
icon="ged_open_symbol.png"
|
icon="ged_open_symbol.png"
|
||||||
description="Symbol"
|
description="Symbol"
|
||||||
class="fasttools.jwui.runtime.visualization.SymbolDefinition">
|
class="fasttools.jwui.runtime.visualization.SymbolDefinition">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no" null="readOnly" advanced="yes"/>
|
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no" null="readOnly" advanced="yes"/>
|
||||||
<property name="title" type="java.lang.String" connectAllowed="no"/>
|
<property name="title" type="java.lang.String" connectAllowed="no"/>
|
||||||
<property name="description" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="description" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="template" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="template" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="html" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="html" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Size">
|
<category name="Size">
|
||||||
<property name="width" type="int" connectAllowed="no"/>
|
<property name="width" type="int" connectAllowed="no"/>
|
||||||
<property name="height" type="int" connectAllowed="no"/>
|
<property name="height" type="int" connectAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Grid">
|
<category name="Grid">
|
||||||
<property name="gridVisible" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="gridVisible" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridSnapping" type="boolean" connectAllowed="no"/>
|
<property name="gridSnapping" type="boolean" connectAllowed="no"/>
|
||||||
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" connectAllowed="no" advanced="yes"/>
|
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridVerticalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
<property name="gridVerticalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridHorizontalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
<property name="gridHorizontalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="gridDrawnOnTop" type="boolean" connectAllowed="no" advanced="yes"/>
|
<property name="gridDrawnOnTop" type="boolean" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="palette" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
<property name="palette" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
||||||
<property name="enterprise" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no" html="no"/>
|
<property name="enterprise" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,63 +1,63 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
* @(#)symbolInstance.xml
|
* @(#)symbolInstance.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa. All rights reserved.
|
* Copyright: Yokogawa. All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Oct-13 e10813 Enterprise solution
|
* HVS Oct-13 e10813 Enterprise solution
|
||||||
* BNL May-17 i11764 Correct "isVisible" for empty components to solve view miscalculation
|
* BNL May-17 i11764 Correct "isVisible" for empty components to solve view miscalculation
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
<componentType name="symbolInstance"
|
<componentType name="symbolInstance"
|
||||||
icon="stock_macro-objects-16.png"
|
icon="stock_macro-objects-16.png"
|
||||||
description="Symbol Instance"
|
description="Symbol Instance"
|
||||||
class="fasttools.jwui.runtime.jviews.SymbolInstance">
|
class="fasttools.jwui.runtime.jviews.SymbolInstance">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Scaling">
|
<category name="Scaling">
|
||||||
<property name="scaleOn" type="boolean" triggers="top,bottom,left,right" connectAllowed="no"/>
|
<property name="scaleOn" type="boolean" triggers="top,bottom,left,right" connectAllowed="no"/>
|
||||||
<property name="scale" type="float"/>
|
<property name="scale" type="float"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="top" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="bottom" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="left" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="right" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean" getter="isComponentVisible"/>
|
<property name="visible" type="boolean" getter="isComponentVisible"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="PROCESSFASTConnection">
|
<category name="PROCESSFASTConnection">
|
||||||
<property name="objectLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" null="readOnly" connectAllowed="no"/>
|
<property name="objectLocation" type="fasttools.jwui.enterprise.EnterpriseNode" enterprise="yes" null="readOnly" connectAllowed="no"/>
|
||||||
<property name="object" type="fasttools.jtools.common.dataReader.DataReaderWithValue" defaultAllowed="no" null="readOnly" connectAllowed="no"/>
|
<property name="object" type="fasttools.jtools.common.dataReader.DataReaderWithValue" defaultAllowed="no" null="readOnly" connectAllowed="no"/>
|
||||||
<property name="includedClass" type="fasttools.jtools.common.dataReader.DataReaderWithValue" defaultAllowed="no" null="readOnly" connectAllowed="no"/>
|
<property name="includedClass" type="fasttools.jtools.common.dataReader.DataReaderWithValue" defaultAllowed="no" null="readOnly" connectAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean" advanced="yes"/>
|
<property name="blinking" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,97 +1,97 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)Text.xml
|
* @(#)Text.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa, All rights reserved.
|
* Copyright: Yokogawa, All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jan-07 e9435 First version documented
|
* HVS Jan-07 e9435 First version documented
|
||||||
* BNL Oct-08 i10077 Add property "keepOriginalSize"
|
* BNL Oct-08 i10077 Add property "keepOriginalSize"
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Mar-16 i11534 Correct random appearance glitch for "keepOriginalSize"
|
* BNL Mar-16 i11534 Correct random appearance glitch for "keepOriginalSize"
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
|
||||||
* HVS Jun-20 e12272 Port to JViews 2017.2
|
* HVS Jun-20 e12272 Port to JViews 2017.2
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="text"
|
<componentType name="text"
|
||||||
icon="stock_draw-text-16.png"
|
icon="stock_draw-text-16.png"
|
||||||
description="Text"
|
description="Text"
|
||||||
class="fasttools.jwui.ilv.graphic.ExtendedZoomableLabel"
|
class="fasttools.jwui.ilv.graphic.ExtendedZoomableLabel"
|
||||||
makeInteractor="fasttools.jwui.ilv.interactor.EditLabelInteractor"
|
makeInteractor="fasttools.jwui.ilv.interactor.EditLabelInteractor"
|
||||||
paletteOrder="40">
|
paletteOrder="40">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<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"/>
|
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="value" type="java.lang.String" defaultAllowed="no" localized="yes" setter="setValueAsString" getter="getValueAsString"/>
|
<property name="value" type="java.lang.String" defaultAllowed="no" localized="yes" setter="setValueAsString" getter="getValueAsString"/>
|
||||||
<property name="format" type="java.lang.String" html="no"/>
|
<property name="format" type="java.lang.String" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Style">
|
<category name="Style">
|
||||||
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
<property name="antialiasing" type="boolean" advanced="yes" html="no"/>
|
||||||
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"/>
|
<property name="font" type="fasttools.jtools.common.property.font.FontSet" null="default"/>
|
||||||
<property name="leftMargin" type="float" advanced="yes" html="no"/>
|
<property name="leftMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="rightMargin" type="float" advanced="yes" html="no"/>
|
<property name="rightMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="topMargin" type="float" advanced="yes" html="no"/>
|
<property name="topMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="bottomMargin" type="float" advanced="yes" html="no"/>
|
<property name="bottomMargin" type="float" advanced="yes" html="no"/>
|
||||||
<property name="multilineSpacing" type="double" advanced="yes" html="no"/>
|
<property name="multilineSpacing" type="double" advanced="yes" html="no"/>
|
||||||
<property name="justification" type="fasttools.jwui.ilv.graphic.property.TextJustificationType"
|
<property name="justification" type="fasttools.jwui.ilv.graphic.property.TextJustificationType"
|
||||||
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
setter="setTextJustification" getter="getTextJustification" advanced="yes"/>
|
||||||
<property name="borderOn" type="boolean" advanced="yes"/>
|
<property name="borderOn" type="boolean" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Fill">
|
<category name="Fill">
|
||||||
<property name="fillAmount" type="float" html="no"/>
|
<property name="fillAmount" type="float" html="no"/>
|
||||||
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType" html="no"/>
|
<property name="fillDirection" type="fasttools.jwui.ilv.graphic.property.FillDirectionType" html="no"/>
|
||||||
<property name="fillOn" type="boolean"/>
|
<property name="fillOn" type="boolean"/>
|
||||||
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="fillPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setFillingPaint" getter="getFillingPaint"/>
|
setter="setFillingPaint" getter="getFillingPaint"/>
|
||||||
<property name="backgroundOn" type="boolean" advanced="yes"/>
|
<property name="backgroundOn" type="boolean" advanced="yes"/>
|
||||||
<property name="backgroundPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" advanced="yes"/>
|
<property name="backgroundPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default" advanced="yes"/>
|
||||||
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
<property name="paintAbsolute" type="boolean" advanced="yes" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Stroke">
|
<category name="Stroke">
|
||||||
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
<property name="stroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default"
|
||||||
setter="setLineStroke" getter="getLineStroke"/>
|
setter="setLineStroke" getter="getLineStroke"/>
|
||||||
<property name="strokeOn" type="boolean"/>
|
<property name="strokeOn" type="boolean"/>
|
||||||
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
<property name="strokePaint" type="fasttools.jwui.common.property.paint.PaintSet" null="default"
|
||||||
setter="setLinePaint" getter="getLinePaint"/>
|
setter="setLinePaint" getter="getLinePaint"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Misc">
|
<category name="Misc">
|
||||||
<property name="keepOriginalSize" type="boolean" triggers="top,bottom,left,right" connectAllowed="no" html="no"/>
|
<property name="keepOriginalSize" type="boolean" triggers="top,bottom,left,right" connectAllowed="no" html="no"/>
|
||||||
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
|
||||||
<property name="blinking" type="boolean"/>
|
<property name="blinking" type="boolean"/>
|
||||||
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
<property name="blinkingPaint" type="fasttools.jwui.common.property.paint.PaintSet" null="none" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Transformation">
|
<category name="Transformation">
|
||||||
<property name="x" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="x" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="y" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="y" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="top" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="top" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="bottom" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="bottom" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="left" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="left" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="right" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
<property name="right" type="double" defaultAllowed="no" initialValue="no" advanced="yes" html="noConnect"/>
|
||||||
<property name="rotation" type="double" defaultAllowed="no"/>
|
<property name="rotation" type="double" defaultAllowed="no"/>
|
||||||
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,36 +1,36 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)VisibilityGroup.xml
|
* @(#)VisibilityGroup.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa All rights reserved.
|
* Copyright: Yokogawa All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* BNL Jul-18 e11986 Edit Module HTML Mode
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="visibilityGroup"
|
<componentType name="visibilityGroup"
|
||||||
icon="chart_visible_on-16.png"
|
icon="chart_visible_on-16.png"
|
||||||
description="Visibility group"
|
description="Visibility group"
|
||||||
class="fasttools.jwui.runtime.VisibilityGroup">
|
class="fasttools.jwui.runtime.VisibilityGroup">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" connectAllowed="no"/>
|
||||||
<property name="description" type="java.lang.String" connectAllowed="no" html="no"/>
|
<property name="description" type="java.lang.String" connectAllowed="no" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Zooming">
|
<category name="Zooming">
|
||||||
<property name="minimumZoomEnabled" type="boolean" html="no"/>
|
<property name="minimumZoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="minimumZoomFactor" type="float" html="no"/>
|
<property name="minimumZoomFactor" type="float" html="no"/>
|
||||||
<property name="maximumZoomEnabled" type="boolean" html="no"/>
|
<property name="maximumZoomEnabled" type="boolean" html="no"/>
|
||||||
<property name="maximumZoomFactor" type="float" html="no"/>
|
<property name="maximumZoomFactor" type="float" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,47 +1,47 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)VisualizationLayer.xml
|
* @(#)VisualizationLayer.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa System Center Europe B.V. All rights reserved.
|
* Copyright: Yokogawa System Center Europe B.V. All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jan-07 e9435 First version documented
|
* HVS Jan-07 e9435 First version documented
|
||||||
* BNL May-09 i10272 Add visibility group editing in property sheet
|
* BNL May-09 i10272 Add visibility group editing in property sheet
|
||||||
* BNL Jun-12 e10657 Basic/Advanced Properties
|
* BNL Jun-12 e10657 Basic/Advanced Properties
|
||||||
* BNL Oct-19 e12134 GIS Productising
|
* BNL Oct-19 e12134 GIS Productising
|
||||||
* PCL Mar 20 e12134 GIS productising merge to Java11 and CIS.
|
* PCL Mar 20 e12134 GIS productising merge to Java11 and CIS.
|
||||||
* VNU Sep-20 e12145 Benkei 134914:Disable Visibility group usage for HTML5
|
* VNU Sep-20 e12145 Benkei 134914:Disable Visibility group usage for HTML5
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="visualizationLayer"
|
<componentType name="visualizationLayer"
|
||||||
icon="ged_layer.png"
|
icon="ged_layer.png"
|
||||||
description="Visualization layer"
|
description="Visualization layer"
|
||||||
class="fasttools.jwui.runtime.jviews.VisualizationLayer">
|
class="fasttools.jwui.runtime.jviews.VisualizationLayer">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" connectAllowed="no"/>
|
<property name="name" type="java.lang.String" connectAllowed="no"/>
|
||||||
<property name="description" type="java.lang.String" connectAllowed="no"/>
|
<property name="description" type="java.lang.String" connectAllowed="no"/>
|
||||||
<property name="componentCount" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
<property name="componentCount" type="int" writeAllowed="no" save="no" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Editing">
|
<category name="Editing">
|
||||||
<property name="frozen" type="boolean" connectAllowed="no"/>
|
<property name="frozen" type="boolean" connectAllowed="no"/>
|
||||||
<property name="userLayer" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no"/>
|
<property name="userLayer" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Visibility">
|
<category name="Visibility">
|
||||||
<property name="transparency" type="float"/>
|
<property name="transparency" type="float"/>
|
||||||
<property name="visible" type="boolean"/>
|
<property name="visible" type="boolean"/>
|
||||||
<property name="visibilityGroup" type="java.lang.Object" setter="setVisibilityGroupName" deprecated="yes"/>
|
<property name="visibilityGroup" type="java.lang.Object" setter="setVisibilityGroupName" deprecated="yes"/>
|
||||||
<property name="visibilityGroupType" type="fasttools.jwui.common.property.VisibilityGroupType" setter="setVisibilityGroupType" getter="getVisibilityGroupType" connectAllowed="no" html="no"/>
|
<property name="visibilityGroupType" type="fasttools.jwui.common.property.VisibilityGroupType" setter="setVisibilityGroupType" getter="getVisibilityGroupType" connectAllowed="no" html="no"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,41 +1,41 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* @(#)VisualizationLayer.xml
|
* @(#)VisualizationLayer.xml
|
||||||
*
|
*
|
||||||
* Copyright: Yokogawa System Center Europe B.V. All rights reserved.
|
* Copyright: Yokogawa System Center Europe B.V. All rights reserved.
|
||||||
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
*
|
*
|
||||||
* Author: C. Horevoorts
|
* Author: C. Horevoorts
|
||||||
*
|
*
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Changes ....
|
* Changes ....
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* Who When Change What
|
* Who When Change What
|
||||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
* HVS Jan-07 e9435 First version documented
|
* HVS Jan-07 e9435 First version documented
|
||||||
* BNL Jun-10 e10330 Correct dirty flag update on modification of parameter allowed values property
|
* BNL Jun-10 e10330 Correct dirty flag update on modification of parameter allowed values property
|
||||||
*
|
*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<componentType name="visualizationParameter"
|
<componentType name="visualizationParameter"
|
||||||
icon="ged_parameter.png"
|
icon="ged_parameter.png"
|
||||||
description="Visualization parameter"
|
description="Visualization parameter"
|
||||||
class="fasttools.jwui.parameter.Parameter">
|
class="fasttools.jwui.parameter.Parameter">
|
||||||
|
|
||||||
<category name="General">
|
<category name="General">
|
||||||
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no"/>
|
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no"/>
|
||||||
<property name="description" type="java.lang.String" connectAllowed="no" writeAllowed="no"/>
|
<property name="description" type="java.lang.String" connectAllowed="no" writeAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Type">
|
<category name="Type">
|
||||||
<property name="type" type="fasttools.jwui.common.property.ParameterType" connectAllowed="no" writeAllowed="no"/>
|
<property name="type" type="fasttools.jwui.common.property.ParameterType" connectAllowed="no" writeAllowed="no"/>
|
||||||
<property name="itemType" type="fasttools.jwui.common.property.ParameterItemType" connectAllowed="no" writeAllowed="no"/>
|
<property name="itemType" type="fasttools.jwui.common.property.ParameterItemType" connectAllowed="no" writeAllowed="no"/>
|
||||||
<property name="scope" type="fasttools.jwui.common.property.ParameterScopeType" connectAllowed="no" writeAllowed="no"/>
|
<property name="scope" type="fasttools.jwui.common.property.ParameterScopeType" connectAllowed="no" writeAllowed="no"/>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category name="Value">
|
<category name="Value">
|
||||||
<property name="allowedValues" type="java.util.List" connectAllowed="no" null="readonly" bound="yes" setter="setAllowedTypeValues" getter="getAllowedTypeValues"/>
|
<property name="allowedValues" type="java.util.List" connectAllowed="no" null="readonly" bound="yes" setter="setAllowedTypeValues" getter="getAllowedTypeValues"/>
|
||||||
<property name="value" type="java.lang.Object" connectAllowed="yes" null="readOnly" bound="yes" setter="setValueForSymbolProperty" getter="getValueForSymbolProperty"/>
|
<property name="value" type="java.lang.Object" connectAllowed="yes" null="readOnly" bound="yes" setter="setValueForSymbolProperty" getter="getValueForSymbolProperty"/>
|
||||||
</category>
|
</category>
|
||||||
</componentType>
|
</componentType>
|
||||||
|
|
@ -1,78 +1,78 @@
|
||||||
@echo off
|
@echo off
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM | |
|
REM | |
|
||||||
REM | ///// ///// ///// ////// / OOOOO OOO OOO O OOOO |
|
REM | ///// ///// ///// ////// / OOOOO OOO OOO O OOOO |
|
||||||
REM | / / / / / / O O O O O O O |
|
REM | / / / / / / O O O O O O O |
|
||||||
REM | /// ///// /// / / O O O O O O OOO |
|
REM | /// ///// /// / / O O O O O O OOO |
|
||||||
REM | / / / / / / O O O O O O O |
|
REM | / / / / / / O O O O O O O |
|
||||||
REM | / / / / / / O O O O O O O |
|
REM | / / / / / / O O O O O O O |
|
||||||
REM |/ / / ///// / / O OOO OOO OOOO OOOO |
|
REM |/ / / ///// / / O OOO OOO OOOO OOOO |
|
||||||
REM | |
|
REM | |
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM | * JWUI *
|
REM | * JWUI *
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM | Module identification
|
REM | Module identification
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM
|
REM
|
||||||
REM Module Name : compileComponents.cmd
|
REM Module Name : compileComponents.cmd
|
||||||
REM
|
REM
|
||||||
REM Copyright (c): Yokogawa
|
REM Copyright (c): Yokogawa
|
||||||
REM
|
REM
|
||||||
REM Author : C. Horevoorts
|
REM Author : C. Horevoorts
|
||||||
REM
|
REM
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM | Module specification
|
REM | Module specification
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM
|
REM
|
||||||
REM Description : This script compiles some example components
|
REM Description : This script compiles some example components
|
||||||
REM
|
REM
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM | Changes ....
|
REM | Changes ....
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM Who When Change What
|
REM Who When Change What
|
||||||
REM +--------------------------------------------------------------------------+
|
REM +--------------------------------------------------------------------------+
|
||||||
REM HVS Jun-06 e9435 Initial version
|
REM HVS Jun-06 e9435 Initial version
|
||||||
REM HVS Jan-10 e10100 Web-HMI Phase 2
|
REM HVS Jan-10 e10100 Web-HMI Phase 2
|
||||||
REM BHS Nov-11 i10583 Correct copy command
|
REM BHS Nov-11 i10583 Correct copy command
|
||||||
REM HVS Feb-20 e12194 Port to Java 11
|
REM HVS Feb-20 e12194 Port to Java 11
|
||||||
REM
|
REM
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Compile the java component classes
|
REM Compile the java component classes
|
||||||
REM
|
REM
|
||||||
javac -classpath "%TLS_ROOT_PATH%\tls\exe\jwuiclt.jar;%TLS_ROOT_PATH%\tls\exe\jwuilib.jar;%TLS_ROOT_PATH%\tls\exe\jtoolsclt.jar;%TLS_ROOT_PATH%\tls\exe\jtoolslibclt.jar;PDFRenderer.jar" PDFView.java
|
javac -classpath "%TLS_ROOT_PATH%\tls\exe\jwuiclt.jar;%TLS_ROOT_PATH%\tls\exe\jwuilib.jar;%TLS_ROOT_PATH%\tls\exe\jtoolsclt.jar;%TLS_ROOT_PATH%\tls\exe\jtoolslibclt.jar;PDFRenderer.jar" PDFView.java
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Put the compiled classes in the jwuicomponentslib.jar
|
REM Put the compiled classes in the jwuicomponentslib.jar
|
||||||
REM
|
REM
|
||||||
if exist jwuicomponentslib.jar del /q /f jwuicomponentslib.jar
|
if exist jwuicomponentslib.jar del /q /f jwuicomponentslib.jar
|
||||||
jar cvf jwuicomponentslib.jar *.class
|
jar cvf jwuicomponentslib.jar *.class
|
||||||
del /q /f *.class
|
del /q /f *.class
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Unpack any required other jar file into jwuicomponentslib.jar
|
REM Unpack any required other jar file into jwuicomponentslib.jar
|
||||||
REM For example:
|
REM For example:
|
||||||
REM if exist workfolder rmdir /s /q workfolder
|
REM if exist workfolder rmdir /s /q workfolder
|
||||||
REM mkdir workfolder
|
REM mkdir workfolder
|
||||||
REM cd workfolder
|
REM cd workfolder
|
||||||
REM jar xf ../PDFRenderer.jar
|
REM jar xf ../PDFRenderer.jar
|
||||||
REM rmdir /s /q META-INF
|
REM rmdir /s /q META-INF
|
||||||
REM cd ..
|
REM cd ..
|
||||||
REM jar uvf jwuicomponentslib.jar -C workfolder .
|
REM jar uvf jwuicomponentslib.jar -C workfolder .
|
||||||
REM rmdir /s /q workfolder
|
REM rmdir /s /q workfolder
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Sign the jwuicomponentslib.jar
|
REM Sign the jwuicomponentslib.jar
|
||||||
REM
|
REM
|
||||||
jarsigner -keystore %TLS_WAP_PATH%\cfg\keystore\keystore -storepass yokogawa jwuicomponentslib.jar yokogawa
|
jarsigner -keystore %TLS_WAP_PATH%\cfg\keystore\keystore -storepass yokogawa jwuicomponentslib.jar yokogawa
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Distribute the jwuicomponentslib.jar to the tls environment
|
REM Distribute the jwuicomponentslib.jar to the tls environment
|
||||||
REM
|
REM
|
||||||
copy jwuicomponentslib.jar %TLS_ROOT_PATH%\tls\exe
|
copy jwuicomponentslib.jar %TLS_ROOT_PATH%\tls\exe
|
||||||
copy jwuicomponentslib.jar %TLS_WAP_PATH%\lib
|
copy jwuicomponentslib.jar %TLS_WAP_PATH%\lib
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Don't forget to restart USER/FAST to make the changes effective
|
REM Don't forget to restart USER/FAST to make the changes effective
|
||||||
REM
|
REM
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,159 +1,159 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!--
|
<!--
|
||||||
@(#)componentDescription.html
|
@(#)componentDescription.html
|
||||||
|
|
||||||
Copyright: Yokogawa, All rights reserved.
|
Copyright: Yokogawa, All rights reserved.
|
||||||
YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
|
|
||||||
Author: C. Horevoorts
|
Author: C. Horevoorts
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
Changes ....
|
Changes ....
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
Who When Change What
|
Who When Change What
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
HVS Dec-06 e9435 First version documented
|
HVS Dec-06 e9435 First version documented
|
||||||
BNL May-09 i10272 Add deprecated attribute
|
BNL May-09 i10272 Add deprecated attribute
|
||||||
HVS Aug-13 e10890 Add enterprise attribute
|
HVS Aug-13 e10890 Add enterprise attribute
|
||||||
HMN Mar-18 e11937 Let componentDescription specify own resource bundle
|
HMN Mar-18 e11937 Let componentDescription specify own resource bundle
|
||||||
CST Mar-20 e12145 Rebranding - FAST/TOOLS changed to CI Server
|
CST Mar-20 e12145 Rebranding - FAST/TOOLS changed to CI Server
|
||||||
-->
|
-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
This package contains the component reader. Using an XML based definition the properties on a component are described.
|
This package contains the component reader. Using an XML based definition the properties on a component are described.
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
The editor and runtime have no knowledge about the components composing a display or symbol. It is not aware that there are
|
The editor and runtime have no knowledge about the components composing a display or symbol. It is not aware that there are
|
||||||
rectangles, circles, sliders, alarm overviews, etc. During startup the editor or runtime take a look in the
|
rectangles, circles, sliders, alarm overviews, etc. During startup the editor or runtime take a look in the
|
||||||
%TLS_ROOT_PATH%\tls\wap\cfg\operatorInterfaces\%d\components directory to find out the components that are available
|
%TLS_ROOT_PATH%\tls\wap\cfg\operatorInterfaces\%d\components directory to find out the components that are available
|
||||||
for displays and symbols. Each component is described by a separate xml file that supplies global information about the
|
for displays and symbols. Each component is described by a separate xml file that supplies global information about the
|
||||||
component and its properties that are available to the editor or runtime. The next sections describe the xml syntax
|
component and its properties that are available to the editor or runtime. The next sections describe the xml syntax
|
||||||
used to describe a component. Many examples of component description files are are found in the directory mentioned above.
|
used to describe a component. Many examples of component description files are are found in the directory mentioned above.
|
||||||
|
|
||||||
<h2>XML file structure</h2>
|
<h2>XML file structure</h2>
|
||||||
|
|
||||||
<h3>componentType</h3>
|
<h3>componentType</h3>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<componentType
|
<componentType
|
||||||
name="name of the component"
|
name="name of the component"
|
||||||
icon="file name of for the icon.png"
|
icon="file name of for the icon.png"
|
||||||
description="component description"
|
description="component description"
|
||||||
containedBy="name of container class"
|
containedBy="name of container class"
|
||||||
class="name of the class"
|
class="name of the class"
|
||||||
makeInteractor="name of java class that can make the component interactively"
|
makeInteractor="name of java class that can make the component interactively"
|
||||||
enterprise="yes|no"
|
enterprise="yes|no"
|
||||||
resourceBundle="name of translation properties file"
|
resourceBundle="name of translation properties file"
|
||||||
<property.../>
|
<property.../>
|
||||||
/>
|
/>
|
||||||
</pre>
|
</pre>
|
||||||
General remarks: Attribute names (as part of XML element tags) are case sensitive!
|
General remarks: Attribute names (as part of XML element tags) are case sensitive!
|
||||||
<p>
|
<p>
|
||||||
The componentType attribute starts the definition of a component. A component must be a class derived from IlvGraphic.
|
The componentType attribute starts the definition of a component. A component must be a class derived from IlvGraphic.
|
||||||
If this is not the case then a container can be supplied, which is derived from IlvGraphic, that can embed the component
|
If this is not the case then a container can be supplied, which is derived from IlvGraphic, that can embed the component
|
||||||
(see containedBy).
|
(see containedBy).
|
||||||
<ul>
|
<ul>
|
||||||
<li>name<br>The name of the component.
|
<li>name<br>The name of the component.
|
||||||
<li>icon<br>The name of an image file that contains the icon that represents the component. This icon is shown in the
|
<li>icon<br>The name of an image file that contains the icon that represents the component. This icon is shown in the
|
||||||
drawing pallet of the editor.
|
drawing pallet of the editor.
|
||||||
<li>description<br>The description of the component. This text is shows as an one liner help about the component.
|
<li>description<br>The description of the component. This text is shows as an one liner help about the component.
|
||||||
<li>containedBy<br>A container class name that is capable of containing the component if the component itself is not derived
|
<li>containedBy<br>A container class name that is capable of containing the component if the component itself is not derived
|
||||||
from IlvGraphic. The containedBy class must be derived from IlvGraphic. For swing stuff this is always
|
from IlvGraphic. The containedBy class must be derived from IlvGraphic. For swing stuff this is always
|
||||||
"fasttools.jwui.ilv.graphic.ExtendedJComponent". As a shortcut just "JComponent" can be specified. In that case the
|
"fasttools.jwui.ilv.graphic.ExtendedJComponent". As a shortcut just "JComponent" can be specified. In that case the
|
||||||
makeInteractor does not need to be specified. It uses then the default make interactor for JComponents.
|
makeInteractor does not need to be specified. It uses then the default make interactor for JComponents.
|
||||||
<li>class<br>The name of the java class (full qualified path) that handles the component.
|
<li>class<br>The name of the java class (full qualified path) that handles the component.
|
||||||
<li>makeInteractor<br>Each component can have its own method how it is created interactively by the user of the editor. This attribute supplies
|
<li>makeInteractor<br>Each component can have its own method how it is created interactively by the user of the editor. This attribute supplies
|
||||||
the name of the class that can be called by the editor to let the user to create the component interactively.
|
the name of the class that can be called by the editor to let the user to create the component interactively.
|
||||||
<li>enterprise<br>Whether the component is an enterprise component. If "yes" then the component is only available while editing an enterprise display or symbol.
|
<li>enterprise<br>Whether the component is an enterprise component. If "yes" then the component is only available while editing an enterprise display or symbol.
|
||||||
If "no" then the component is available while editing an enterprise or local display or symbol. Default is "no".
|
If "no" then the component is available while editing an enterprise or local display or symbol. Default is "no".
|
||||||
<li>resourceBundle<br>This attribute is optional. It specifies an alternative translation resource to the CI Server common translation resource.<br>
|
<li>resourceBundle<br>This attribute is optional. It specifies an alternative translation resource to the CI Server common translation resource.<br>
|
||||||
e.g. A resourceBundle value of "my.package.MyResourceBundle"(without ".properties" extension) will be obtained<br>
|
e.g. A resourceBundle value of "my.package.MyResourceBundle"(without ".properties" extension) will be obtained<br>
|
||||||
by classloader from "my/package/MyResourceBundle.properties" or <br>
|
by classloader from "my/package/MyResourceBundle.properties" or <br>
|
||||||
by fileloader from "tls/wap/properties/MyResourceBundle.properties".<br>
|
by fileloader from "tls/wap/properties/MyResourceBundle.properties".<br>
|
||||||
During translation first this bundle is interrogated, then the CI Server common bundle<br>
|
During translation first this bundle is interrogated, then the CI Server common bundle<br>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h4>property</h4>
|
<h4>property</h4>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<property
|
<property
|
||||||
name="name of the property"
|
name="name of the property"
|
||||||
id="unique id number for the property"
|
id="unique id number for the property"
|
||||||
type="representation of the property"
|
type="representation of the property"
|
||||||
description="component description"
|
description="component description"
|
||||||
defaultAllowed="yes|no"
|
defaultAllowed="yes|no"
|
||||||
save="yes|no"
|
save="yes|no"
|
||||||
writeAllowed="yes|no"
|
writeAllowed="yes|no"
|
||||||
readAllowed="yes|no"
|
readAllowed="yes|no"
|
||||||
connectAllowed="yes|no"
|
connectAllowed="yes|no"
|
||||||
deprecated="yes|no"
|
deprecated="yes|no"
|
||||||
enterprise="yes|no"
|
enterprise="yes|no"
|
||||||
bound="yes|no"
|
bound="yes|no"
|
||||||
null="none|default|readOnly"
|
null="none|default|readOnly"
|
||||||
setter="name of the setter method"
|
setter="name of the setter method"
|
||||||
getter="name of the getter method"
|
getter="name of the getter method"
|
||||||
array="a..b"
|
array="a..b"
|
||||||
localized="yes|no"
|
localized="yes|no"
|
||||||
initialValue="yes|no"
|
initialValue="yes|no"
|
||||||
advanced="yes|no"
|
advanced="yes|no"
|
||||||
triggers="comma separated list of properties in this component"
|
triggers="comma separated list of properties in this component"
|
||||||
/>
|
/>
|
||||||
</pre>
|
</pre>
|
||||||
Each component can have a number of properties.
|
Each component can have a number of properties.
|
||||||
Each property attribute specifies one of the properties of the component.
|
Each property attribute specifies one of the properties of the component.
|
||||||
<ul>
|
<ul>
|
||||||
<li>name<br>The name of the property.
|
<li>name<br>The name of the property.
|
||||||
<li>id<br>A unique identification number of the property. It must be in the range 1-999. When omitted then
|
<li>id<br>A unique identification number of the property. It must be in the range 1-999. When omitted then
|
||||||
the id is generated automatically starting with 1000 and in the order as the properties are listed.
|
the id is generated automatically starting with 1000 and in the order as the properties are listed.
|
||||||
<li>type<br>The representation type of the property. This can be java primitive type like "float", "int", etc. Or the
|
<li>type<br>The representation type of the property. This can be java primitive type like "float", "int", etc. Or the
|
||||||
name of a class like "java.lang.String" (notice the full path), "fasttools.jwui.common.property.paint.PaintSet", etc.
|
name of a class like "java.lang.String" (notice the full path), "fasttools.jwui.common.property.paint.PaintSet", etc.
|
||||||
<li>description<br>The description of the property. It used as an one liner help in the editor.
|
<li>description<br>The description of the property. It used as an one liner help in the editor.
|
||||||
<li>defaultAllowed<br>The editor is capable in pasting default properties to a component. The defaultAllowed attribute specifies
|
<li>defaultAllowed<br>The editor is capable in pasting default properties to a component. The defaultAllowed attribute specifies
|
||||||
whether a default property value can be applied to this property. For example, the x,y position of the component
|
whether a default property value can be applied to this property. For example, the x,y position of the component
|
||||||
may not be set by applying default attributes. Default is "yes".
|
may not be set by applying default attributes. Default is "yes".
|
||||||
<li>save<br>Specifies whether the value for this attribute must be saved while the display/symbol is saved.
|
<li>save<br>Specifies whether the value for this attribute must be saved while the display/symbol is saved.
|
||||||
Default is "yes".
|
Default is "yes".
|
||||||
<li>writeAllowed<br>Specifies whether the property can be assigned a new value. Default is "yes".
|
<li>writeAllowed<br>Specifies whether the property can be assigned a new value. Default is "yes".
|
||||||
<li>readAllowed<br>Specifies whether the property can be read. Default is "yes".
|
<li>readAllowed<br>Specifies whether the property can be read. Default is "yes".
|
||||||
<li>connectAllowed<br>Specifies whether the property can be connected to an item. Default is "yes".
|
<li>connectAllowed<br>Specifies whether the property can be connected to an item. Default is "yes".
|
||||||
<li>deprecated<br>Specifies whether the property is deprecated. A deprecated property can only be read from a visualization file.
|
<li>deprecated<br>Specifies whether the property is deprecated. A deprecated property can only be read from a visualization file.
|
||||||
It cannot be saved, edited, connected or seen in the Edit Module. This is useful when you want to maintain backward compatibility
|
It cannot be saved, edited, connected or seen in the Edit Module. This is useful when you want to maintain backward compatibility
|
||||||
with a property, but do not want to use the property in a new version of the component. Default is "no".
|
with a property, but do not want to use the property in a new version of the component. Default is "no".
|
||||||
<li>enterprise<br>Specifies whether the property is only valid in enterprise displays and symbols. Default is "no".
|
<li>enterprise<br>Specifies whether the property is only valid in enterprise displays and symbols. Default is "no".
|
||||||
<li>bound<br>Specifies whether the property can fire an event if its value is changed internally. For example, for a slider
|
<li>bound<br>Specifies whether the property can fire an event if its value is changed internally. For example, for a slider
|
||||||
the value property fires an event if the slider is moved by the user. Default is "no".
|
the value property fires an event if the slider is moved by the user. Default is "no".
|
||||||
If at least one property is bound then the component's class must have the methods addPropertyChangeListener(PropertyChangeListener listener)
|
If at least one property is bound then the component's class must have the methods addPropertyChangeListener(PropertyChangeListener listener)
|
||||||
and removePropertyChangeListener(PropertyChangeListener). The PropertyChangeEvent method getPropertyName() returns the name of
|
and removePropertyChangeListener(PropertyChangeListener). The PropertyChangeEvent method getPropertyName() returns the name of
|
||||||
the property or the name of the getter method.
|
the property or the name of the getter method.
|
||||||
<li>null<br>This specifies things about a null values for class types:
|
<li>null<br>This specifies things about a null values for class types:
|
||||||
<ul>
|
<ul>
|
||||||
<li>none<br>Specifies that a null value may be set that indicates the property as "not set".
|
<li>none<br>Specifies that a null value may be set that indicates the property as "not set".
|
||||||
For example an icon may be set to null that indicates that no icon is set. The icon selection box must
|
For example an icon may be set to null that indicates that no icon is set. The icon selection box must
|
||||||
have the possibility to select "none".
|
have the possibility to select "none".
|
||||||
<li>default<br>Specifies that a null value may be set that indicates the property as "set to default".
|
<li>default<br>Specifies that a null value may be set that indicates the property as "set to default".
|
||||||
For example the foreground color may be set to null that indicates that de default foreground color is set.
|
For example the foreground color may be set to null that indicates that de default foreground color is set.
|
||||||
The color selection box must have the possibility to select "default".
|
The color selection box must have the possibility to select "default".
|
||||||
<li>readOnly<br>Specifies that no null value may be set and if null value is read that at that moment
|
<li>readOnly<br>Specifies that no null value may be set and if null value is read that at that moment
|
||||||
the property is readonly.
|
the property is readonly.
|
||||||
</ul>
|
</ul>
|
||||||
<li>setter<br>This specifies the name of the setter method. If not specified then the name of the setter method is derived from the
|
<li>setter<br>This specifies the name of the setter method. If not specified then the name of the setter method is derived from the
|
||||||
property name.
|
property name.
|
||||||
<li>getter<br>This specifies the name of the getter method. If not specified then the name of the getter method is derived from the
|
<li>getter<br>This specifies the name of the getter method. If not specified then the name of the getter method is derived from the
|
||||||
property name.
|
property name.
|
||||||
<li>array<br>This specifies that the property is exposed as an properties array. Supported value format is "a..b" where a and b are integer values and a<b.
|
<li>array<br>This specifies that the property is exposed as an properties array. Supported value format is "a..b" where a and b are integer values and a<b.
|
||||||
The 'int' array-index is supplied as the first argument when calling the getter and setter methods on the component.
|
The 'int' array-index is supplied as the first argument when calling the getter and setter methods on the component.
|
||||||
<li>localized<br>This specified that the property is to be localized according to the user locale, when a localization is available.
|
<li>localized<br>This specified that the property is to be localized according to the user locale, when a localization is available.
|
||||||
Currently, this can only apply to String properties. The internal property value is unaffected; only its representation is localized.
|
Currently, this can only apply to String properties. The internal property value is unaffected; only its representation is localized.
|
||||||
<li>initialValue<br>Specifies that a property has a (default) initial value. Set to "no" to specify that a property does not have
|
<li>initialValue<br>Specifies that a property has a (default) initial value. Set to "no" to specify that a property does not have
|
||||||
an initial value. For example, a symbol instance component may represents many different symbols, each of which may have a different initial size.
|
an initial value. For example, a symbol instance component may represents many different symbols, each of which may have a different initial size.
|
||||||
When unspecified, the default is "yes".
|
When unspecified, the default is "yes".
|
||||||
<li>advanced<br>If yes, then this property will only show on the 'advanced' tab of the component properties sheet. Notice that advanced properties which are connected to a parameter will also show up in the 'basic' tab in italics.
|
<li>advanced<br>If yes, then this property will only show on the 'advanced' tab of the component properties sheet. Notice that advanced properties which are connected to a parameter will also show up in the 'basic' tab in italics.
|
||||||
<li>triggers<br>Specifies that a change in the value of this property may trigger an irreversible or unpredictable change to the value of each of the specified properties.
|
<li>triggers<br>Specifies that a change in the value of this property may trigger an irreversible or unpredictable change to the value of each of the specified properties.
|
||||||
This allows value changes in this property to also generate events for any value changes of the specified properties that may occur as a result (e.g. for the undo-redo mechanism).
|
This allows value changes in this property to also generate events for any value changes of the specified properties that may occur as a result (e.g. for the undo-redo mechanism).
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,53 +1,53 @@
|
||||||
|
|
||||||
Copyright: Yokogawa System Center Europe B.V. All rights reserved.
|
Copyright: Yokogawa System Center Europe B.V. All rights reserved.
|
||||||
YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||||
|
|
||||||
Author: C. Horevoorts
|
Author: C. Horevoorts
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
Changes ....
|
Changes ....
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
Who When Change What
|
Who When Change What
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
HVS Dec-06 e9435 First version documented
|
HVS Dec-06 e9435 First version documented
|
||||||
HVS Jan-09 e10100 Web-HMI Phase 2
|
HVS Jan-09 e10100 Web-HMI Phase 2
|
||||||
|
|
||||||
|
|
||||||
This directory contains the component definitions. Each component is described in the component
|
This directory contains the component definitions. Each component is described in the component
|
||||||
description file that has the xml extension. You can remove components except for the following
|
description file that has the xml extension. You can remove components except for the following
|
||||||
list:
|
list:
|
||||||
|
|
||||||
Display.xml
|
Display.xml
|
||||||
GraphicSet.xml
|
GraphicSet.xml
|
||||||
Link.xml
|
Link.xml
|
||||||
Symbol.xml
|
Symbol.xml
|
||||||
SymbomInstance.xml
|
SymbomInstance.xml
|
||||||
VisibilityGroup.xml
|
VisibilityGroup.xml
|
||||||
VisualizationLayer.xml
|
VisualizationLayer.xml
|
||||||
VisualizationParameter.xml
|
VisualizationParameter.xml
|
||||||
|
|
||||||
|
|
||||||
Three components are added as an example to make your own components:
|
Three components are added as an example to make your own components:
|
||||||
|
|
||||||
Slider:
|
Slider:
|
||||||
|
|
||||||
The slider is a JComponent described in JSlider.xml. It's source is located in ExtendedJSlider.java.
|
The slider is a JComponent described in JSlider.xml. It's source is located in ExtendedJSlider.java.
|
||||||
In this example you can see how slider events can be passed to the connection of the value property of the slider.
|
In this example you can see how slider events can be passed to the connection of the value property of the slider.
|
||||||
|
|
||||||
Border:
|
Border:
|
||||||
|
|
||||||
The border is a JComponent described in JBorder.xml. It's source is located in ExtendedJBorder.java.
|
The border is a JComponent described in JBorder.xml. It's source is located in ExtendedJBorder.java.
|
||||||
|
|
||||||
PDF Viewer:
|
PDF Viewer:
|
||||||
|
|
||||||
The PDF Viewer enabled you to view PDF files. It's source is located in PDFView.java en it uses the PDFRenderer.jar library.
|
The PDF Viewer enabled you to view PDF files. It's source is located in PDFView.java en it uses the PDFRenderer.jar library.
|
||||||
To use this component rename PDFView.xml.renamed to PDFView.xml and execute the compileComponents.cmd script.
|
To use this component rename PDFView.xml.renamed to PDFView.xml and execute the compileComponents.cmd script.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The compileComponents.cmd script shows how to compile the sources. Note that the Java SDK must be installed to
|
The compileComponents.cmd script shows how to compile the sources. Note that the Java SDK must be installed to
|
||||||
execute this script.
|
execute this script.
|
||||||
|
|
||||||
In componentDescription.html you find the syntax of describing components.
|
In componentDescription.html you find the syntax of describing components.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<visualization protocolVersion="10.3.0.0">
|
<visualization protocolVersion="10.3.0.0">
|
||||||
<globalSection/>
|
<globalSection/>
|
||||||
<coreObjectDefinition type="displayDefinition">
|
<coreObjectDefinition type="displayDefinition">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<visualization protocolVersion="10.3.0.0">
|
<visualization protocolVersion="10.3.0.0">
|
||||||
<globalSection>
|
<globalSection>
|
||||||
<intRef id="29">
|
<intRef id="29">
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,25 +1,25 @@
|
||||||
|
|
||||||
@LANGUAGE
|
@LANGUAGE
|
||||||
ENGLISH
|
ENGLISH
|
||||||
|
|
||||||
|
|
||||||
@VERSION
|
@VERSION
|
||||||
1.03.00
|
1.03.00
|
||||||
|
|
||||||
|
|
||||||
!==================================================================================================================================
|
!==================================================================================================================================
|
||||||
|
|
||||||
@FIELDS
|
@FIELDS
|
||||||
NAME,ITEM_NAME,GROUP_NAME,ON_EACH_UPDATE,ON_FIRST_UPDATE
|
NAME,ITEM_NAME,GROUP_NAME,ON_EACH_UPDATE,ON_FIRST_UPDATE
|
||||||
ON_OPTION_CHANGE,ON_PASS_PIT,ON_QUALITY_CHANGE,ON_STATUS_CHANGE,ON_VALUE_CHANGE,STORE_DEADBAND
|
ON_OPTION_CHANGE,ON_PASS_PIT,ON_QUALITY_CHANGE,ON_STATUS_CHANGE,ON_VALUE_CHANGE,STORE_DEADBAND
|
||||||
STORE_HIGH_HIGH_LIMIT,STORE_HIGH_LIMIT,STORE_LOW_LIMIT,STORE_LOW_LOW_LIMIT,STORE_VALUE,STORE_AGG_MAX
|
STORE_HIGH_HIGH_LIMIT,STORE_HIGH_LIMIT,STORE_LOW_LIMIT,STORE_LOW_LOW_LIMIT,STORE_VALUE,STORE_AGG_MAX
|
||||||
STORE_AGG_MIN,STORE_AGG_AVG,STORE_AGG_INTG,STORE_AGG_STDV,STORE_AGG_CNT,STORE_AGG_DIFF_SUM
|
STORE_AGG_MIN,STORE_AGG_AVG,STORE_AGG_INTG,STORE_AGG_STDV,STORE_AGG_CNT,STORE_AGG_DIFF_SUM
|
||||||
AGG_DIFF_SUM_RANGE,AGG_DIFF_SUM_PERC,AGG_INTG_PERIOD
|
AGG_DIFF_SUM_RANGE,AGG_DIFF_SUM_PERC,AGG_INTG_PERIOD
|
||||||
|
|
||||||
@ITEM_HIS_DF
|
@ITEM_HIS_DF
|
||||||
"EVENT:ESDS32DCD.HeTwTwLocksClos","ESDS32DCD.HeTwTwLocksClos","EVENT",0,0,\
|
"EVENT:ESDS32DCD.HeTwTwLocksClos","ESDS32DCD.HeTwTwLocksClos","EVENT",0,0,\
|
||||||
0,0,0,0,1,0,\
|
0,0,0,0,1,0,\
|
||||||
0,0,0,0,1,0,\
|
0,0,0,0,1,0,\
|
||||||
0,0,0,0,0,0,\
|
0,0,0,0,0,0,\
|
||||||
1000000,10,"Second"
|
1000000,10,"Second"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
|
|
||||||
@LANGUAGE
|
@LANGUAGE
|
||||||
ENGLISH
|
ENGLISH
|
||||||
|
|
||||||
|
|
||||||
@VERSION
|
@VERSION
|
||||||
1.03.00
|
1.03.00
|
||||||
|
|
||||||
|
|
||||||
!==================================================================================================================================
|
!==================================================================================================================================
|
||||||
|
|
||||||
@FIELDS
|
@FIELDS
|
||||||
NAME,ITEM_NAME,GROUP_NAME,ON_VALUE_CHANGE
|
NAME,ITEM_NAME,GROUP_NAME,ON_VALUE_CHANGE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ITEM_HIS_DF
|
@ITEM_HIS_DF
|
||||||
"ONE_HOUR:Site1.Comms_Status","ESDS32DCD.HeTwTwLocksClosTest","ONE_HOUR",1
|
"ONE_HOUR:Site1.Comms_Status","ESDS32DCD.HeTwTwLocksClosTest","ONE_HOUR",1
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
|
|
||||||
@LANGUAGE
|
@LANGUAGE
|
||||||
ENGLISH
|
ENGLISH
|
||||||
|
|
||||||
|
|
||||||
@VERSION
|
@VERSION
|
||||||
1.03.00
|
1.03.00
|
||||||
|
|
||||||
|
|
||||||
!==================================================================================================================================
|
!==================================================================================================================================
|
||||||
|
|
||||||
@FIELDS
|
@FIELDS
|
||||||
NAME,DESCRIPTION,STATION_NAME,RULE_NAME,TYPE
|
NAME,DESCRIPTION,STATION_NAME,RULE_NAME,TYPE
|
||||||
RULE,SUBSTITUTE,CHANGE_TO,PREFIX,PRIORITY
|
RULE,SUBSTITUTE,CHANGE_TO,PREFIX,PRIORITY
|
||||||
|
|
||||||
@MQTT_RULE_DF
|
@MQTT_RULE_DF
|
||||||
"STN_MQTT:ESDS32DCD","","STN_MQTT","ESDS32DCD","Subscriber",\
|
"STN_MQTT:ESDS32DCD","","STN_MQTT","ESDS32DCD","Subscriber",\
|
||||||
"ESDS32DCD/#","","","",1
|
"ESDS32DCD/#","","","",1
|
||||||
|
|
||||||
"STN_MQTT:SITE1","","STN_MQTT","SITE1","Subscriber",\
|
"STN_MQTT:SITE1","","STN_MQTT","SITE1","Subscriber",\
|
||||||
"Site1/#","","","",1
|
"Site1/#","","","",1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -225,4 +225,4 @@ NAME,DESCRIPTION,ITEM_REP
|
||||||
|
|
||||||
"ESDS32DCD.NsFuelConsLTim","ENGINE FUEL CONSUMPTION LONG TIME l/h FOR NS DISPLAY","Real"
|
"ESDS32DCD.NsFuelConsLTim","ENGINE FUEL CONSUMPTION LONG TIME l/h FOR NS DISPLAY","Real"
|
||||||
|
|
||||||
"ESDS32DCD.NsEngineHoursTrip","ENGINE HOURS (TRIP) FOR NS DISPLAY","Real"
|
"ESDS32DCD.NsEngineHoursTrip","ENGINE HOURS (TRIP) FOR NS DISPLAY","Real"
|
||||||
|
|
|
||||||
|
|
@ -225,4 +225,4 @@ NAME,DESCRIPTION,ITEM_REP
|
||||||
|
|
||||||
"ESDS32DCD.NsFuelConsLTim","ENGINE FUEL CONSUMPTION LONG TIME l/h FOR NS DISPLAY","UReal"
|
"ESDS32DCD.NsFuelConsLTim","ENGINE FUEL CONSUMPTION LONG TIME l/h FOR NS DISPLAY","UReal"
|
||||||
|
|
||||||
"ESDS32DCD.NsEngineHoursTrip","ENGINE HOURS (TRIP) FOR NS DISPLAY","UReal"
|
"ESDS32DCD.NsEngineHoursTrip","ENGINE HOURS (TRIP) FOR NS DISPLAY","UReal"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,16 +1,16 @@
|
||||||
|
|
||||||
@LANGUAGE
|
@LANGUAGE
|
||||||
ENGLISH
|
ENGLISH
|
||||||
|
|
||||||
|
|
||||||
@VERSION
|
@VERSION
|
||||||
1.03.00
|
1.03.00
|
||||||
|
|
||||||
|
|
||||||
!==================================================================================================================================
|
!==================================================================================================================================
|
||||||
|
|
||||||
@FIELDS
|
@FIELDS
|
||||||
NAME,DESCRIPTION,ITEM_REP
|
NAME,DESCRIPTION,ITEM_REP
|
||||||
|
|
||||||
@ITEM_DF
|
@ITEM_DF
|
||||||
"ESDS32DCD.HeTwTwLocksClosTest","TWINLIFT TWISTLOCKS ARE CLOSED","Boolean"
|
"ESDS32DCD.HeTwTwLocksClosTest","TWINLIFT TWISTLOCKS ARE CLOSED","Boolean"
|
||||||
|
|
@ -1,160 +1,160 @@
|
||||||
|
|
||||||
@LANGUAGE
|
@LANGUAGE
|
||||||
ENGLISH
|
ENGLISH
|
||||||
|
|
||||||
|
|
||||||
@VERSION
|
@VERSION
|
||||||
1.03.00
|
1.03.00
|
||||||
|
|
||||||
|
|
||||||
!==================================================================================================================================
|
!==================================================================================================================================
|
||||||
|
|
||||||
@FIELDS
|
@FIELDS
|
||||||
NAME,STATION,POINT,DESCRIPTION,IO_ADDRESS
|
NAME,STATION,POINT,DESCRIPTION,IO_ADDRESS
|
||||||
EXTERNAL_RELATION,SCAN_TYPE,CONV_TYPE,DELTA_LIMIT,MAX_INSENS,OFFSET
|
EXTERNAL_RELATION,SCAN_TYPE,CONV_TYPE,DELTA_LIMIT,MAX_INSENS,OFFSET
|
||||||
PHYS_LOW,PHYS_HIGH,STEP,INVERS,HAS_SIGN,OVERFL_DET
|
PHYS_LOW,PHYS_HIGH,STEP,INVERS,HAS_SIGN,OVERFL_DET
|
||||||
SWAP_BYTES,SWAP_WORDS,ELEC_LOW,ELEC_HIGH,TMO_NONE,TMO_BOTH
|
SWAP_BYTES,SWAP_WORDS,ELEC_LOW,ELEC_HIGH,TMO_NONE,TMO_BOTH
|
||||||
AVE_UPD_INTERVAL,NO_ZERO,BURST_LIMIT,BITS,CHARS,DIGITS
|
AVE_UPD_INTERVAL,NO_ZERO,BURST_LIMIT,BITS,CHARS,DIGITS
|
||||||
FLOAT_TYPE,TIME_ZONE,TIME_REPRES,WLS_VAL_TYPE
|
FLOAT_TYPE,TIME_ZONE,TIME_REPRES,WLS_VAL_TYPE
|
||||||
|
|
||||||
@MODBUS_POINT_DF
|
@MODBUS_POINT_DF
|
||||||
"MODSIM_STATION:AI_01","MODSIM_STATION","AI_01","","RI:01",\
|
"MODSIM_STATION:AI_01","MODSIM_STATION","AI_01","","RI:01",\
|
||||||
"Input","MOD_SCAN","Linear",0,0,0,\
|
"Input","MOD_SCAN","Linear",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AI_02","MODSIM_STATION","AI_02","","RI:02",\
|
"MODSIM_STATION:AI_02","MODSIM_STATION","AI_02","","RI:02",\
|
||||||
"Input","MOD_SCAN","Linear",0,0,0,\
|
"Input","MOD_SCAN","Linear",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AI_04","MODSIM_STATION","AI_04","","RI:04",\
|
"MODSIM_STATION:AI_04","MODSIM_STATION","AI_04","","RI:04",\
|
||||||
"Input","MOD_SCAN","Linear",0,0,0,\
|
"Input","MOD_SCAN","Linear",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,800,4000,0,0,\
|
0,0,800,4000,0,0,\
|
||||||
0,0,0,12,16,4,\
|
0,0,0,12,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AI_05","MODSIM_STATION","AI_05","","RI:05",\
|
"MODSIM_STATION:AI_05","MODSIM_STATION","AI_05","","RI:05",\
|
||||||
"Input","MOD_SCAN","Linear",0,0,0,\
|
"Input","MOD_SCAN","Linear",0,0,0,\
|
||||||
-100,100,1,0,1,0,\
|
-100,100,1,0,1,0,\
|
||||||
0,0,-100,100,0,0,\
|
0,0,-100,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AI_06","MODSIM_STATION","AI_06","","RI:06",\
|
"MODSIM_STATION:AI_06","MODSIM_STATION","AI_06","","RI:06",\
|
||||||
"Input","MOD_SCAN","Linear",0,0,0,\
|
"Input","MOD_SCAN","Linear",0,0,0,\
|
||||||
-100,100,1,0,1,0,\
|
-100,100,1,0,1,0,\
|
||||||
0,0,-100,100,0,0,\
|
0,0,-100,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AI_07","MODSIM_STATION","AI_07","","RI:07",\
|
"MODSIM_STATION:AI_07","MODSIM_STATION","AI_07","","RI:07",\
|
||||||
"Input","MOD_SCAN","Float",0,0,0,\
|
"Input","MOD_SCAN","Float",0,0,0,\
|
||||||
-100,100,1,0,1,0,\
|
-100,100,1,0,1,0,\
|
||||||
0,1,0,100,0,0,\
|
0,1,0,100,0,0,\
|
||||||
0,0,0,32,16,4,\
|
0,0,0,32,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AO_01","MODSIM_STATION","AO_01","","RO:01",\
|
"MODSIM_STATION:AO_01","MODSIM_STATION","AO_01","","RO:01",\
|
||||||
"Output","","Linear",0,0,0,\
|
"Output","","Linear",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AO_02","MODSIM_STATION","AO_02","","RO:02",\
|
"MODSIM_STATION:AO_02","MODSIM_STATION","AO_02","","RO:02",\
|
||||||
"Output","","Linear",0,0,0,\
|
"Output","","Linear",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AO_05","MODSIM_STATION","AO_05","","RO:05",\
|
"MODSIM_STATION:AO_05","MODSIM_STATION","AO_05","","RO:05",\
|
||||||
"Input + Output","MOD_SCAN","Linear",0,0,0,\
|
"Input + Output","MOD_SCAN","Linear",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:AO_06","MODSIM_STATION","AO_06","","RO:06",\
|
"MODSIM_STATION:AO_06","MODSIM_STATION","AO_06","","RO:06",\
|
||||||
"Input + Output","MOD_SCAN","Linear",0,0,0,\
|
"Input + Output","MOD_SCAN","Linear",0,0,0,\
|
||||||
-100,100,1,0,1,0,\
|
-100,100,1,0,1,0,\
|
||||||
0,0,-100,100,0,0,\
|
0,0,-100,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DI_01","MODSIM_STATION","DI_01","","DI:01",\
|
"MODSIM_STATION:DI_01","MODSIM_STATION","DI_01","","DI:01",\
|
||||||
"Input","MOD_SCAN","Digital",0,0,0,\
|
"Input","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DI_02","MODSIM_STATION","DI_02","","DI:02",\
|
"MODSIM_STATION:DI_02","MODSIM_STATION","DI_02","","DI:02",\
|
||||||
"Input","MOD_SCAN","Digital",0,0,0,\
|
"Input","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DI_03","MODSIM_STATION","DI_03","","DI:03",\
|
"MODSIM_STATION:DI_03","MODSIM_STATION","DI_03","","DI:03",\
|
||||||
"Input","MOD_SCAN","Digital",0,0,0,\
|
"Input","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DI_04","MODSIM_STATION","DI_04","","DI:04",\
|
"MODSIM_STATION:DI_04","MODSIM_STATION","DI_04","","DI:04",\
|
||||||
"Input","MOD_SCAN","Digital",0,0,0,\
|
"Input","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DI_09","MODSIM_STATION","DI_09","","DI:09",\
|
"MODSIM_STATION:DI_09","MODSIM_STATION","DI_09","","DI:09",\
|
||||||
"Input","MOD_SCAN","Digital",0,0,0,\
|
"Input","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DI_10","MODSIM_STATION","DI_10","","DI:10",\
|
"MODSIM_STATION:DI_10","MODSIM_STATION","DI_10","","DI:10",\
|
||||||
"Input","MOD_SCAN","Digital",0,0,0,\
|
"Input","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DO_01","MODSIM_STATION","DO_01","","DO:01",\
|
"MODSIM_STATION:DO_01","MODSIM_STATION","DO_01","","DO:01",\
|
||||||
"Output","","Digital",0,0,0,\
|
"Output","","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DO_02","MODSIM_STATION","DO_02","","DO:02",\
|
"MODSIM_STATION:DO_02","MODSIM_STATION","DO_02","","DO:02",\
|
||||||
"Output","","Digital",0,0,0,\
|
"Output","","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DO_09","MODSIM_STATION","DO_09","","DO:09",\
|
"MODSIM_STATION:DO_09","MODSIM_STATION","DO_09","","DO:09",\
|
||||||
"Input + Output","MOD_SCAN","Digital",0,0,0,\
|
"Input + Output","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
"MODSIM_STATION:DO_10","MODSIM_STATION","DO_10","","DO:10",\
|
"MODSIM_STATION:DO_10","MODSIM_STATION","DO_10","","DO:10",\
|
||||||
"Input + Output","MOD_SCAN","Digital",0,0,0,\
|
"Input + Output","MOD_SCAN","Digital",0,0,0,\
|
||||||
0,100,1,0,0,0,\
|
0,100,1,0,0,0,\
|
||||||
0,0,0,100,0,0,\
|
0,0,0,100,0,0,\
|
||||||
0,0,0,16,16,4,\
|
0,0,0,16,16,4,\
|
||||||
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
"Intel","Date+time GMT","7 bytes IEC","Float value"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,65 +1,65 @@
|
||||||
|
|
||||||
@LANGUAGE
|
@LANGUAGE
|
||||||
ENGLISH
|
ENGLISH
|
||||||
|
|
||||||
|
|
||||||
@VERSION
|
@VERSION
|
||||||
1.03.00
|
1.03.00
|
||||||
|
|
||||||
|
|
||||||
!==================================================================================================================================
|
!==================================================================================================================================
|
||||||
|
|
||||||
@FIELDS
|
@FIELDS
|
||||||
NAME,SECTION_PATH,SECTION_NAME,BLOCKED,PARENT_BLOCKED
|
NAME,SECTION_PATH,SECTION_NAME,BLOCKED,PARENT_BLOCKED
|
||||||
ALARM_INHIBIT,PARENT_ALARM_INHIBIT,OPC_VISIBLE,PARENT_OPC_VISIBLE,NSID,PARENT_NSID
|
ALARM_INHIBIT,PARENT_ALARM_INHIBIT,OPC_VISIBLE,PARENT_OPC_VISIBLE,NSID,PARENT_NSID
|
||||||
DESCRIPTION,CREATED_BY
|
DESCRIPTION,CREATED_BY
|
||||||
|
|
||||||
@SECTION_DF
|
@SECTION_DF
|
||||||
"AID","","AID",0,0,\
|
"AID","","AID",0,0,\
|
||||||
0,0,0,1,169,0,\
|
0,0,0,1,169,0,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"AID.WRPS","AID","WRPS",0,0,\
|
"AID.WRPS","AID","WRPS",0,0,\
|
||||||
0,0,0,0,170,169,\
|
0,0,0,0,170,169,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"AOG","","AOG",0,0,\
|
"AOG","","AOG",0,0,\
|
||||||
0,0,0,1,1,0,\
|
0,0,0,1,1,0,\
|
||||||
"Contains Advanced Operating Graphic definitions and demo","unknown"
|
"Contains Advanced Operating Graphic definitions and demo","unknown"
|
||||||
|
|
||||||
"AOG.Templates","AOG","Templates",0,0,\
|
"AOG.Templates","AOG","Templates",0,0,\
|
||||||
0,0,0,0,2,1,\
|
0,0,0,0,2,1,\
|
||||||
"Contains the template items used by the AOG base classes","unknown"
|
"Contains the template items used by the AOG base classes","unknown"
|
||||||
|
|
||||||
"ESDS32DCD","","ESDS32DCD",0,0,\
|
"ESDS32DCD","","ESDS32DCD",0,0,\
|
||||||
0,0,0,1,57,0,\
|
0,0,0,1,57,0,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"Site1","","Site1",0,0,\
|
"Site1","","Site1",0,0,\
|
||||||
0,0,0,1,47,0,\
|
0,0,0,1,47,0,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"Site1.Crane1","Site1","Crane1",0,0,\
|
"Site1.Crane1","Site1","Crane1",0,0,\
|
||||||
0,0,0,0,48,47,\
|
0,0,0,0,48,47,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"TRAINING","","TRAINING",0,0,\
|
"TRAINING","","TRAINING",0,0,\
|
||||||
0,0,0,1,7,0,\
|
0,0,0,1,7,0,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"TRAINING.MOD_SIM","TRAINING","MOD_SIM",0,0,\
|
"TRAINING.MOD_SIM","TRAINING","MOD_SIM",0,0,\
|
||||||
0,0,0,0,11,7,\
|
0,0,0,0,11,7,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"TRAINING.MOD_SIM.IO","TRAINING.MOD_SIM","IO",0,0,\
|
"TRAINING.MOD_SIM.IO","TRAINING.MOD_SIM","IO",0,0,\
|
||||||
0,0,0,0,12,11,\
|
0,0,0,0,12,11,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"TRAINING.MOD_SIM.Tank1","TRAINING.MOD_SIM","Tank1",0,0,\
|
"TRAINING.MOD_SIM.Tank1","TRAINING.MOD_SIM","Tank1",0,0,\
|
||||||
0,0,0,0,13,11,\
|
0,0,0,0,13,11,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
"TRAINING.MOD_SIM.Tank2","TRAINING.MOD_SIM","Tank2",0,0,\
|
"TRAINING.MOD_SIM.Tank2","TRAINING.MOD_SIM","Tank2",0,0,\
|
||||||
0,0,0,0,14,11,\
|
0,0,0,0,14,11,\
|
||||||
"","unknown"
|
"","unknown"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue