Uses of Interface
com._1c.g5.v8.dt.v8help.model.V8HelpPage
Packages that use V8HelpPage
Package
Description
-
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help
Methods in com._1c.g5.v8.dt.v8help that return V8HelpPageModifier and TypeMethodDescriptionstatic V8HelpPage
V8HelpUtil.getPageByHostLink
(V8HelpBook helpBook, String host, String link) FindV8HelpPage
by given host and linkMethods in com._1c.g5.v8.dt.v8help with parameters of type V8HelpPageModifier and TypeMethodDescriptionstatic V8HelpEntry
V8HelpUtil.getEntryByPage
(V8HelpBook helpBook, V8HelpPage page) FindV8HelpEntry
by givenV8HelpPage
-
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help.model
Methods in com._1c.g5.v8.dt.v8help.model that return V8HelpPageModifier and TypeMethodDescriptionV8HelpFactory.createV8HelpPage()
Returns a new object of class 'Page'.V8HelpEntry.getPage()
Returns the value of the 'Page' reference.Methods in com._1c.g5.v8.dt.v8help.model that return types with arguments of type V8HelpPageModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<V8HelpPage>
V8HelpBook.getPages()
Returns the value of the 'Pages' containment reference list.Methods in com._1c.g5.v8.dt.v8help.model with parameters of type V8HelpPageModifier and TypeMethodDescriptionvoid
V8HelpEntry.setPage
(V8HelpPage value) Sets the value of the 'Page
' reference. -
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help.model.impl
Classes in com._1c.g5.v8.dt.v8help.model.impl that implement V8HelpPageModifier and TypeClassDescriptionclass
An implementation of the model object 'Page'.Fields in com._1c.g5.v8.dt.v8help.model.impl declared as V8HelpPageModifier and TypeFieldDescriptionprotected V8HelpPage
V8HelpEntryImpl.page
The cached value of the 'Page
' reference.Fields in com._1c.g5.v8.dt.v8help.model.impl with type parameters of type V8HelpPageModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<V8HelpPage>
V8HelpBookImpl.pages
The cached value of the 'Pages
' containment reference list.Methods in com._1c.g5.v8.dt.v8help.model.impl that return V8HelpPageModifier and TypeMethodDescriptionV8HelpEntryImpl.basicGetPage()
V8HelpFactoryImpl.createV8HelpPage()
V8HelpEntryImpl.getPage()
Methods in com._1c.g5.v8.dt.v8help.model.impl that return types with arguments of type V8HelpPageModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<V8HelpPage>
V8HelpBookImpl.getPages()
Methods in com._1c.g5.v8.dt.v8help.model.impl with parameters of type V8HelpPage -
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help.model.util
Methods in com._1c.g5.v8.dt.v8help.model.util with parameters of type V8HelpPageModifier and TypeMethodDescriptionV8HelpSwitch.caseV8HelpPage
(V8HelpPage object) Returns the result of interpreting the object as an instance of 'Page'.