Compile Time Changes

Inheritance of DcAssignExtRefKeysDialog from DcBulkAssignDialog

Changed the inheritance of DcAssignExtRefKeysDialog in custom.dataCatalog.builder.geometry from ModalDialog to DcBulkAssignDialog.

Old: public class DcAssignExtRefKeysDialog extends ModalDialog
New: public class DcAssignExtRefKeysDialog extends DcBulkAssignDialog

The following interfaces have been affected.

class DcAssignExtRefKeysDialog

The following interfaces in DcAssignExtRefKeysDialog have been changed. Removed fields:

public CatalogTreeView targetPrdTV
public DsDropDownTreeView prdFilterDD
public DsDropDownTreeView levelDD
public DsButtonDropDownTreeView visibilityDD
public DsFormattedTextField prdFilterField
public DsButton expandAllBtn
public DsButton hideAllBtn
public DsButton closeBtn
public DsGridLayoutHelper layoutHelper

Removed methods:

public bool autoSavePos()
public bool autoSaveSize()
extend public DcDBBuilderGeometryCard card()
extend public DataCatalog catalog()
extend public void build()
extend public Window buildVisibilitySection(FrameStyle frameStyle=dsRoundedFrame)
extend public void buildTargetProductsSource(FrameStyle frameStyle=dsRoundedFrame)
extend public void arrangeVisibilitySection()
public void setSize(sizeI s)
public sizeI maximalSize()
public sizeI minimalSize()
public void resizeEnd()
extend public void populateLevelDD()
extend public void populateVisibilityDD()
extend public bool modeFeatures()
extend public void populateTargetPrds(bool doFilter=false)
extend public void updateVisibility()
extend public void updateTargetPrdTV(bool doFilter=true)
extend public dcCatalogElementType catalogElementType()
extend public void updatePrdFilter()
extend public void prdFilterChanged()
extend public void update(DcDBBuilderUpdateEnv env)
extend public void populateFilterDD(DsDropDownTreeView filterDD)
extend public filterType[] validFilterTypes()
extend public TreeViewItem[] gatherCheckedPrds(TreeViewItem t, Class{} xClass=null)
public bool keyCode(Window originator, KeyCode keyCode)
extend public void beginOperation(str pdLabel, int taskCount)
extend public void incrementTasks(int count=1)
extend public bool abortOperation()
extend public void endOperation()
final public Class{} acceptedCatalogTvi()
public void beforeRemove()
public void close()
public void loadSize(sizeI default)
public void loadPos(pointI default)
extend public void saveSize(sizeI s)
extend public void savePos(pointI p)

Changed methods:

Old: extend public CatalogTreeViewEnv getCatalogTVEnv()
New: public CatalogTreeViewEnv getCatalogTVEnv()
Old: extend public void handleEvent(str key, str msg=null, Object value=null)
New: public void handleEvent(str key, str msg=null, Object value=null)

class DcAssignExtRefKeysDialog

Removed the class DcAssignExtRefKeysDialog in custom.dataCatalog.builder.geometry.

Removed:

public class DcAssignEtkCatalogTreeView extends CatalogTreeView

class DcCatalogItemFilterEnv

Interface changes in the class DcCatalogItemFilterEnv in custom.dataCatalog.builder.geometry.

Removed:

extend public bool visitChild(Object obj)
extend public bool acceptChildAny(Object obj, bool useCached=true, str{} visited=null)

class DcCatalogItemAndExternalRefKeyFilterEnv

Interface changes in the class DcCatalogItemAndExternalRefKeyFilterEnv in custom.dataCatalog.builder.geometry.

Changed methods:

Old: public bool visitChild(Object obj)
New: extend public bool visitChild(Object obj)

class DcCatalogItemAndMeasurementFilterEnv

Interface changes in the class DcCatalogItemAndMeasurementFilterEnv in custom.dataCatalog.builder.geometry.

Removed:

public bool visitChild(Object obj)

Changed methods:

Old: public bool acceptChildAny(Object obj, bool useCached=true, str{} visited=null)
New: public bool acceptNode(Object obj, bool useCached=true, str{} visited=null)

class DcCopyConnectorsDialog

Interface changes in the class DcCopyConnectorsDialog in custom.dataCatalog.builder.geometry.

Removed:

extend public bool accepts(filterType fType, str filterStr, str target)

class DcMeasuresTreeViewModule

Interface changes in the class DcMeasuresTreeViewModule in custom.dataCatalog.builder.geometry.

Removed:

extend public <str{}, str{}, str{}, str{}, str{}> gatherAllProductMeasures(DsProductType product=null,
									    <str{}, str{}, str{}, str{}, str{}> measures=null,
									       str{} visitedFeatures=null)

Field methods

The following field methods in custom.dataCatalog.builder.geometry have been removed.

Removed:

public void dcUpdateAssignExtRefKeysDialog(DcDBBuilderUpdateEnv env)

Removed functions

The following functions related to storing window position have been removed. They have been superseeded by FrameWindow automatic saving of size and position.

Removed: public bool dcCheckSingleScreen(PointI p, Window parent) {
Removed: public str dcGetDialogPosKey(Class class) {