33343536373839404142
protected DataIndex dataIndex; public IndexedAttributeModel() { dataIndex = new DataIndex(); eventManager = new AttributeEventManager(this); createPropertiesColumn(); eventManager.start(); }
56575859606162636465
protected DataIndex dataIndex; public IndexedAttributeModel(Workspace workspace) { super(workspace); dataIndex = new DataIndex(); eventManager = new AttributeEventManager(this); createPropertiesColumn(); eventManager.start(); }