Uses of Interface
com.e1c.g5.v8.dt.check.settings.INamedElement
-
Packages that use INamedElement Package Description com._1c.g5.v8.dt.ui.validation com.e1c.g5.v8.dt.check.settings -
-
Uses of INamedElement in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return INamedElement Modifier and Type Method Description INamedElement
IChecksTreeNode. getValue()
Returns the value of the node -
Uses of INamedElement in com.e1c.g5.v8.dt.check.settings
Subinterfaces of INamedElement in com.e1c.g5.v8.dt.check.settings Modifier and Type Interface Description interface
ICheckCategory
Check category.interface
ICheckDescription
Check description.interface
ICheckSettings
Check 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 formINamedElement
Collection<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
-