Uses of Class
com._1c.g5.v8.dt.eventhandlers.model.ExtensionMethodContainer
-
Packages that use ExtensionMethodContainer Package Description com._1c.g5.v8.dt.eventhandlers.model com._1c.g5.v8.dt.eventhandlers.services com._1c.g5.v8.dt.eventhandlers.ui.providers -
-
Uses of ExtensionMethodContainer in com._1c.g5.v8.dt.eventhandlers.model
Methods in com._1c.g5.v8.dt.eventhandlers.model that return types with arguments of type ExtensionMethodContainer Modifier and Type Method Description Collection<ExtensionMethodContainer>SetBreakpointsDialogResult. getExtensionHandlers()Returns extension handlers.Collection<ExtensionMethodContainer>HandlerContainer. getExtensions()Returns extensions. -
Uses of ExtensionMethodContainer in com._1c.g5.v8.dt.eventhandlers.services
Methods in com._1c.g5.v8.dt.eventhandlers.services with parameters of type ExtensionMethodContainer Modifier and Type Method Description static StringNameProvider. getFullHandlerName(ExtensionMethodContainer container)Returns full extension method name of given extension method container. -
Uses of ExtensionMethodContainer in com._1c.g5.v8.dt.eventhandlers.ui.providers
Methods in com._1c.g5.v8.dt.eventhandlers.ui.providers that return types with arguments of type ExtensionMethodContainer Modifier and Type Method Description protected Collection<ExtensionMethodContainer>AbstractExtensionHandlersProvidingContentProvider. getExtensions(HandlerContainer element)Returns extensions of given element.Methods in com._1c.g5.v8.dt.eventhandlers.ui.providers with parameters of type ExtensionMethodContainer Modifier and Type Method Description protected org.eclipse.swt.graphics.ImageAbstractEventHandlersStyledLabelProvider. getExtensionHandlerImage(ExtensionMethodContainer extensionMethodContainer)Returns extension method image.
-