Uses of Interface
com.e1c.g5.v8.dt.check.settings.INamedElement
- 
Packages that use INamedElement Package Description com._1c.g5.v8.dt.testing.check com._1c.g5.v8.dt.ui.validation com.e1c.g5.v8.dt.check.settings 
- 
- 
Uses of INamedElement in com._1c.g5.v8.dt.testing.checkMethods in com._1c.g5.v8.dt.testing.check that return types with arguments of type INamedElement Modifier and Type Method Description Collection<INamedElement>TestCheckProvider. getCategories()
- 
Uses of INamedElement in com._1c.g5.v8.dt.ui.validationMethods in com._1c.g5.v8.dt.ui.validation that return INamedElement Modifier and Type Method Description INamedElementIChecksTreeNode. getValue()Returns the value of the node
- 
Uses of INamedElement in com.e1c.g5.v8.dt.check.settingsSubinterfaces of INamedElement in com.e1c.g5.v8.dt.check.settings Modifier and Type Interface Description interfaceICheckCategoryCheck category.interfaceICheckDescriptionCheck description.interfaceICheckSettingsCheck description with settngs.Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type INamedElement Modifier and Type Method Description Collection<INamedElement>ICheckProvider. getCategories()Gets all registered categories, in form of the plain collectionCollection<INamedElement>ICheckRepository. getChildren(INamedElement parent, org.eclipse.core.resources.IProject project)Returns children elements of the check tree.List<INamedElement>ICheckRepository. getPath(INamedElement element)Returns path formINamedElementCollection<INamedElement>ICheckRepository. getRootElements(org.eclipse.core.resources.IProject project)Returns top level elements.Methods in com.e1c.g5.v8.dt.check.settings with parameters of type INamedElement Modifier and Type Method Description Collection<INamedElement>ICheckRepository. getChildren(INamedElement parent, org.eclipse.core.resources.IProject project)Returns children elements of the check tree.List<INamedElement>ICheckRepository. getPath(INamedElement element)Returns path formINamedElement
 
-