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.v8helpMethods in com._1c.g5.v8.dt.v8help that return V8HelpPageModifier and TypeMethodDescriptionstatic V8HelpPageV8HelpUtil.getPageByHostLink(V8HelpBook helpBook, String host, String link) FindV8HelpPageby given host and linkMethods in com._1c.g5.v8.dt.v8help with parameters of type V8HelpPageModifier and TypeMethodDescriptionstatic V8HelpEntryV8HelpUtil.getEntryByPage(V8HelpBook helpBook, V8HelpPage page) FindV8HelpEntryby givenV8HelpPage
- 
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help.modelMethods 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 TypeMethodDescriptionvoidV8HelpEntry.setPage(V8HelpPage value) Sets the value of the 'Page' reference.
- 
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help.model.implClasses in com._1c.g5.v8.dt.v8help.model.impl that implement V8HelpPageModifier and TypeClassDescriptionclassAn implementation of the model object 'Page'.Fields in com._1c.g5.v8.dt.v8help.model.impl declared as V8HelpPageModifier and TypeFieldDescriptionprotected V8HelpPageV8HelpEntryImpl.pageThe 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.pagesThe 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.utilMethods 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'.