Uses of Interface
com.e1c.g5.v8.dt.md.aindex.model.IndexField
Packages that use IndexField
Package
Description
-
Uses of IndexField in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors
Methods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors with parameters of type IndexFieldModifier and TypeMethodDescriptionAdditionalIndexesEditorBmTasksFactory.addField(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor add specified field to list of additional indexvoidSelectedFieldsManager.addField(IndexField field) Add specified field in current indexAdditionalIndexesEditorBmTasksFactory.moveFieldTask(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> listProvider, IndexField field, boolean moveUp) CreateIBmTaskfor move specified field in list of additional indexAdditionalIndexesEditorBmTasksFactory.removeField(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor remove specified field from list of additional indexvoidSelectedFieldsManager.removeField(IndexField field) Remove field from current indexMethod parameters in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors with type arguments of type IndexFieldModifier and TypeMethodDescriptionAdditionalIndexesEditorBmTasksFactory.addField(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor add specified field to list of additional indexAdditionalIndexesEditorBmTasksFactory.addFields(AdditionalIndex additionalIndex, List<IndexField> fields, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor add list of specified fields to list of additional indexAdditionalIndexesEditorBmTasksFactory.addFields(AdditionalIndex additionalIndex, List<IndexField> fields, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor add list of specified fields to list of additional indexvoidSelectedFieldsManager.addFields(List<IndexField> fields) Add specified fields in current indexvoidAdditionalIndexesEditorModel.dragFields(org.eclipse.emf.ecore.EStructuralFeature targetFeature, int position, List<IndexField> fields) Drag selected fields to specified positionvoidSelectedFieldsManager.dragFields(org.eclipse.emf.ecore.EStructuralFeature targetFeature, int position, List<IndexField> fields) Drag selected fields to specified positionAdditionalIndexesEditorBmTasksFactory.dragFieldsTask(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> targetListProvider, int position, List<IndexField> fields) CreateIBmTaskfor drag specified fields in list of additional indexAdditionalIndexesEditorBmTasksFactory.dragFieldsTask(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> targetListProvider, int position, List<IndexField> fields) CreateIBmTaskfor drag specified fields in list of additional indexAdditionalIndexesEditorBmTasksFactory.moveFieldTask(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> listProvider, IndexField field, boolean moveUp) CreateIBmTaskfor move specified field in list of additional indexAdditionalIndexesEditorBmTasksFactory.removeAllFields(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor remove all fields from list of additional indexAdditionalIndexesEditorBmTasksFactory.removeField(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTaskfor remove specified field from list of additional index -
Uses of IndexField in com.e1c.g5.v8.dt.md.aindex.model
Methods in com.e1c.g5.v8.dt.md.aindex.model that return IndexFieldModifier and TypeMethodDescriptionAdditionalIndexesFactory.createIndexField()Returns a new object of class 'Index Field'.Methods in com.e1c.g5.v8.dt.md.aindex.model that return types with arguments of type IndexFieldModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IndexField>AdditionalIndex.getAdditionalFields()Returns the value of the 'Additional Fields' containment reference list.org.eclipse.emf.common.util.EList<IndexField>AdditionalIndex.getIndexedFields()Returns the value of the 'Indexed Fields' containment reference list. -
Uses of IndexField in com.e1c.g5.v8.dt.md.aindex.model.impl
Classes in com.e1c.g5.v8.dt.md.aindex.model.impl that implement IndexFieldModifier and TypeClassDescriptionclassAn implementation of the model object 'Index Field'.Methods in com.e1c.g5.v8.dt.md.aindex.model.impl that return IndexFieldMethods in com.e1c.g5.v8.dt.md.aindex.model.impl that return types with arguments of type IndexFieldModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IndexField>AdditionalIndexImpl.getAdditionalFields()org.eclipse.emf.common.util.EList<IndexField>AdditionalIndexImpl.getIndexedFields() -
Uses of IndexField in com.e1c.g5.v8.dt.md.aindex.model.util
Methods in com.e1c.g5.v8.dt.md.aindex.model.util with parameters of type IndexFieldModifier and TypeMethodDescriptionAdditionalIndexesSwitch.caseIndexField(IndexField object) Returns the result of interpreting the object as an instance of 'Index Field'.