Uses of Class
com._1c.g5.v8.dt.ui.util.Labeler
Packages that use Labeler
-
Uses of Labeler in com._1c.g5.v8.dt.ui.util
Methods in com._1c.g5.v8.dt.ui.util that return LabelerModifier and TypeMethodDescriptionFilter building label path elements with the given predicate.static Labeler
Returns label builder for the given object and path separator.static Labeler
Returns label builder for the given object and path separator.Labeler.skipCommonNode()
Skip 1C:Enterprise Navigator "Common" node.Stop label path bulding after path element will be instance of the given class.Stop label path bulding after path element will be instance of the given class.Stop label path bulding after path element will satisfy the given predicate.Labeler.stopBefore
(Class<?> stopBefore) Stop label path bulding when path element will be instance of the given class.Labeler.stopBefore
(Predicate<Object> stopBefore) Stop label path bulding when path element will satisfy the given predicate.