Uses of Interface
com.e1c.g5.v8.dt.check.settings.INamedElement
Packages that use INamedElement
Package
Description
-
Uses of INamedElement in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation that return INamedElementMethods in com._1c.g5.v8.dt.internal.ui.validation with parameters of type INamedElement -
Uses of INamedElement in com._1c.g5.v8.dt.testing.check
Methods in com._1c.g5.v8.dt.testing.check that return types with arguments of type INamedElement -
Uses of INamedElement in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return INamedElement -
Uses of INamedElement in com.e1c.g5.v8.dt.check.settings
Subinterfaces of INamedElement in com.e1c.g5.v8.dt.check.settingsModifier and TypeInterfaceDescriptioninterface
Check category.interface
Check description.interface
Check description with settngs.Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type INamedElementModifier and TypeMethodDescriptionICheckProvider.getCategories()
Gets all registered categories, in form of the plain collectionICheckRepository.getChildren
(INamedElement parent, org.eclipse.core.resources.IProject project) Returns children elements of the check tree.ICheckRepository.getPath
(INamedElement element) Returns path formINamedElement
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 INamedElementModifier and TypeMethodDescriptionICheckRepository.getChildren
(INamedElement parent, org.eclipse.core.resources.IProject project) Returns children elements of the check tree.ICheckRepository.getPath
(INamedElement element) Returns path formINamedElement
-
Uses of INamedElement in com.e1c.g5.v8.dt.internal.check.legacy
Methods in com.e1c.g5.v8.dt.internal.check.legacy that return types with arguments of type INamedElement -
Uses of INamedElement in com.e1c.g5.v8.dt.internal.check.repository
Methods in com.e1c.g5.v8.dt.internal.check.repository that return types with arguments of type INamedElementModifier and TypeMethodDescriptionExtensionCheckProvider.getCategories()
CheckRepository.getChildren
(INamedElement element, org.eclipse.core.resources.IProject project) CheckRepository.getPath
(INamedElement element) CheckRepository.getRootElements
(org.eclipse.core.resources.IProject project) Methods in com.e1c.g5.v8.dt.internal.check.repository with parameters of type INamedElementModifier and TypeMethodDescriptionCheckRepository.getChildren
(INamedElement element, org.eclipse.core.resources.IProject project) CheckRepository.getPath
(INamedElement element) -
Uses of INamedElement in com.e1c.g5.v8.dt.internal.check.settings
Classes in com.e1c.g5.v8.dt.internal.check.settings that implement INamedElementModifier and TypeClassDescriptionclass
Check category.class
Immutable implementation forICheckDescription
.class
Base implementation forICheckSettings
.