Class ResourcesContentProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.ui.AbstractDcsContentProvider
-
- com._1c.g5.v8.dt.dcs.ui.resources.ResourcesContentProvider
-
- All Implemented Interfaces:
IContentProvider,IStructuredContentProvider
public class ResourcesContentProvider extends AbstractDcsContentProvider
ContentProvider ресурсов
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResourcesContentProvider.ResourceItem
-
Field Summary
Fields Modifier and Type Field Description static intCALC_COL_INDEXstatic intEXPR_COL_INDEXstatic intFIELD_COL_INDEX
-
Constructor Summary
Constructors Constructor Description ResourcesContentProvider(IV8Project v8project, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<?>getElements(DataCompositionSchema input)Returns elements by the given input object.-
Methods inherited from class com._1c.g5.v8.dt.dcs.ui.AbstractDcsContentProvider
dispose, getElements, inputChanged
-
-
-
-
Field Detail
-
FIELD_COL_INDEX
public static final int FIELD_COL_INDEX
- See Also:
- Constant Field Values
-
EXPR_COL_INDEX
public static final int EXPR_COL_INDEX
- See Also:
- Constant Field Values
-
CALC_COL_INDEX
public static final int CALC_COL_INDEX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourcesContentProvider
public ResourcesContentProvider(IV8Project v8project, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager)
Constructor- Parameters:
projectParameters- the project parametersmdTypeIndex- The MD type index. May not benullemfIndexManger- The EMF index manager. May not benull
-
-
Method Detail
-
getElements
protected Collection<?> getElements(DataCompositionSchema input)
Description copied from class:AbstractDcsContentProviderReturns elements by the given input object.- Specified by:
getElementsin classAbstractDcsContentProvider- Parameters:
input- the input object.- Returns:
- elements
-
-