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) CreateIBmTask
for add specified field to list of additional indexvoid
SelectedFieldsManager.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) CreateIBmTask
for move specified field in list of additional indexAdditionalIndexesEditorBmTasksFactory.removeField
(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for remove specified field from list of additional indexvoid
SelectedFieldsManager.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) CreateIBmTask
for add specified field to list of additional indexAdditionalIndexesEditorBmTasksFactory.addFields
(AdditionalIndex additionalIndex, List<IndexField> fields, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for 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) CreateIBmTask
for add list of specified fields to list of additional indexvoid
SelectedFieldsManager.addFields
(List<IndexField> fields) Add specified fields in current indexvoid
AdditionalIndexesEditorModel.dragFields
(org.eclipse.emf.ecore.EStructuralFeature targetFeature, int position, List<IndexField> fields) Drag selected fields to specified positionvoid
SelectedFieldsManager.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) CreateIBmTask
for 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) CreateIBmTask
for 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) CreateIBmTask
for move specified field in list of additional indexAdditionalIndexesEditorBmTasksFactory.removeAllFields
(AdditionalIndex additionalIndex, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for remove all fields from list of additional indexAdditionalIndexesEditorBmTasksFactory.removeField
(AdditionalIndex additionalIndex, IndexField field, Function<AdditionalIndex, org.eclipse.emf.common.util.EList<IndexField>> fieldListProvider) CreateIBmTask
for 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 TypeClassDescriptionclass
An 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'.