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 SummaryNested Classes Modifier and Type Class Description static classResourcesContentProvider.ResourceItem
 - 
Field SummaryFields Modifier and Type Field Description static intCALC_COL_INDEXstatic intEXPR_COL_INDEXstatic intFIELD_COL_INDEX
 - 
Constructor SummaryConstructors Constructor Description ResourcesContentProvider(IV8Project v8project, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager)Constructor
 - 
Method SummaryAll 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.AbstractDcsContentProviderdispose, getElements, inputChanged
 
- 
 
- 
- 
- 
Field Detail- 
FIELD_COL_INDEXpublic static final int FIELD_COL_INDEX - See Also:
- Constant Field Values
 
 - 
EXPR_COL_INDEXpublic static final int EXPR_COL_INDEX - See Also:
- Constant Field Values
 
 - 
CALC_COL_INDEXpublic static final int CALC_COL_INDEX - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ResourcesContentProviderpublic ResourcesContentProvider(IV8Project v8project, IBmModel bmModel, IMdTypeIndex mdTypeIndex, IBmEmfIndexManager emfIndexManager) Constructor- Parameters:
- projectParameters- the project parameters
- mdTypeIndex- The MD type index. May not be- null
- emfIndexManger- The EMF index manager. May not be- null
 
 
- 
 - 
Method Detail- 
getElementsprotected Collection<?> getElements(DataCompositionSchema input) Description copied from class:AbstractDcsContentProviderReturns elements by the given input object.- Specified by:
- getElementsin class- AbstractDcsContentProvider
- Parameters:
- input- the input object.
- Returns:
- elements
 
 
- 
 
-