Uses of Interface
com.e1c.g5.v8.dt.md.aindex.model.AdditionalIndex
Packages that use AdditionalIndex
Package
Description
-
Uses of AdditionalIndex in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors
Methods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors that return AdditionalIndexModifier and TypeMethodDescriptionAdditionalIndexInfo.getAdditionalIndex()Gets containsAdditionalIndexMethods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors that return types with arguments of type AdditionalIndexModifier and TypeMethodDescriptionstatic IBmTask<AdditionalIndex>AdditionalIndexesEditorBmTasksFactory.copyAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTaskfor getsAdditionalIndexby UUID and copy itstatic IBmTask<AdditionalIndex>AdditionalIndexesEditorBmTasksFactory.createAdditionalIndexTask(AdditionalIndexes additionalIndexes) CreateIBmTaskfor add newAdditionalIndexorg.eclipse.core.databinding.observable.value.IObservableValue<AdditionalIndex>AdditionalIndexesEditorModel.getIndexesTableSelectObservableValue()Observable value of selectedAdditionalIndexin indexes tableorg.eclipse.core.databinding.observable.value.IObservableValue<AdditionalIndex>AdditionalIndexesListManager.getSelectObservableValue()Observable value of selectedAdditionalIndexin indexes tableMethods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors with parameters of type AdditionalIndexModifier 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.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 indexbooleanAdditionalIndexesListManager.renameIndex(AdditionalIndex additionalIndex, String newName) Set new name to specifiedAdditionalIndexvoidAdditionalIndexesEditorModel.setAdditionalIndexName(AdditionalIndex additionalIndex, String newName) Set new name to specifiedAdditionalIndexvoidSelectedFieldsManager.SelectedFieldTreeNode.setSelected(AdditionalIndex selectedIndex) Set selected additional indexvoidAdditionalIndexesAvailableFieldsProvider.AvailableFieldTreeNode.setSelectedIndex(AdditionalIndex selectedIndex) Set selected additional indexvoidAvailableFieldsManager.setSelectedIndex(AdditionalIndex selectedIndex) Sets and update data for new selectedAdditionalIndexvoidSelectedFieldsManager.setSelectedIndex(AdditionalIndex selectedIndex) Update selectedAdditionalIndexMethod parameters in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors with type arguments of type AdditionalIndexModifier 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.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 indexConstructors in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors with parameters of type AdditionalIndexModifierConstructorDescriptionAdditionalIndexInfo(AdditionalIndex additionalIndex) Create a instance ofAdditionalIndexInfo -
Uses of AdditionalIndex in com.e1c.g5.v8.dt.md.aindex.model
Methods in com.e1c.g5.v8.dt.md.aindex.model that return AdditionalIndexModifier and TypeMethodDescriptionAdditionalIndexesFactory.createAdditionalIndex()Returns a new object of class 'Additional Index'.Methods in com.e1c.g5.v8.dt.md.aindex.model that return types with arguments of type AdditionalIndexModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AdditionalIndex>AdditionalIndexes.getIndexes()Returns the value of the 'Indexes' containment reference list. -
Uses of AdditionalIndex in com.e1c.g5.v8.dt.md.aindex.model.impl
Classes in com.e1c.g5.v8.dt.md.aindex.model.impl that implement AdditionalIndexModifier and TypeClassDescriptionclassAn implementation of the model object 'Additional Index'.Methods in com.e1c.g5.v8.dt.md.aindex.model.impl that return AdditionalIndexMethods in com.e1c.g5.v8.dt.md.aindex.model.impl that return types with arguments of type AdditionalIndexModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AdditionalIndex>AdditionalIndexesImpl.getIndexes() -
Uses of AdditionalIndex 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 AdditionalIndexModifier and TypeMethodDescriptionAdditionalIndexesSwitch.caseAdditionalIndex(AdditionalIndex object) Returns the result of interpreting the object as an instance of 'Additional Index'.