Removed: extend public DoubleSubSet removeRange(DoubleSubSet dSS, int rangeNum)
Old: extend public DoubleSubSet parseForRanges(int[] validRanges, (str[])[] paste)
New: extend public DsiCodeRangeType[] parseForCodeRanges(int[] validRanges, (str[])[] paste)
Removed: public Display pointDisp
Removed: public DsRadioButton spRadBtn
Removed: public DsRadioButton epRadBtn
Removed: public StateControlGroup pointGroup
Removed: final public bool hasMeasureParam()
Removed: extend public void updateMeasurePoint()
Removed: extend public void setMeasureParamPoint(str mPoint)
Removed: extend public void toggleMode()
Removed: public Display pointDisp
Removed: public DsRadioButton spRadBtn
Removed: public DsRadioButton epRadBtn
Removed: public StateControlGroup pointGroup
Removed: extend public void buildMeasurePointControls(Window alignRef, FrameStyle frameStyle)
Removed: extend public void updateMeasurePoint()
Removed: public StateControlGroup pointGroup
Removed: public DsRadioButton spRadBtn
Removed: public DsRadioButton epRadBtn
Removed: extend public void buildConnectorRefControls(ConnectorRefTreeViewItem parent, FrameStyle frameStyle)
Removed: extend public void updateMeasurePoint()
Removed: public bool measureText
Removed: public color selectedTextColor(treeViewSelectionStyle style)
Removed: public bool measureText
Removed: public color selectedTextColor(treeViewSelectionStyle style)
Removed: public DsMeasureParamType measureParam
Old: public constructor(DialogWindow dialog, DataCatalog catalog, str productCode,
DsMeasureParamType measureParam, str oldMeasurePoint,
str newMeasurePoint)
New: public constructor(DialogWindow dialog, DataCatalog catalog, str productCode,
DsMeasureParamType oldMeasureParam, DsMeasureParamType newMeasureParam, str oldMeasurePoint,
str newMeasurePoint)
Old: extend public bool addRange(Option product, DcOptionRangeCellEnv env,
int x, int y, double[] datas)
New: extend public bool addRange(Option product, DcOptionRangeCellEnv env,
int x, int y, Double data)
Old: extend public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: extend public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)
Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)
Old: public str rangeVal(SubSet s)
New: public str rangeVal(DsiCodeRangeType s)
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)
Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)
Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)
Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)
Old: extend public bool submitRange(Option o)
New: extend public bool submitRange(Option o, int prevInd)
Old: extend public void update3D()
New: extend public void update3D(bool autoZoom=false)
Old: extend public void update2D()
New: extend public void update2D(bool autoZoom=false)
Old: extend public DsiAddProductRefType[] importAddProducts(XmlTag tag)
New: extend public DsiAddProductRefType[] getAddProducts(XmlTag tag)
Old: public constructor(DialogWindow dialog, DcGridWindow gw, int x, int y,
str valueBefore, str valueAfter,
str unitBefore, str systemBefore,
str unitAfter, str systemAfter)
New: public constructor(DialogWindow dialog, DcGridWindow gw, int x, int y,
str valueBefore, str valueAfter,
str unitBefore, str systemBefore,
str unitAfter, str systemAfter,
DsMeasureParamType measureParam)
Old: public class DcConstraintDragAnimation extends DcCatalogTreeViewDragAnimation
New: public class DcConstraintDragAnimation extends DcDragDropTreeViewDragAnimation
Old: public bool dcValidateProductConstraint(DataCatalog catalog, DsProductType product, str{} featureKeys,
DsRuleType rule, StrBuf error=null)
New: public bool dcValidateProductConstraint(DataCatalog catalog, DsProductType product,
DsRuleType rule, StrBuf error=null)
Removed: extend public void appendConstraints(pointI p)