Uses of Interface
com._1c.g5.v8.dt.v8help.model.V8HelpPage
-
Packages that use V8HelpPage Package Description com._1c.g5.v8.dt.v8help com._1c.g5.v8.dt.v8help.model com._1c.g5.v8.dt.v8help.model.impl com._1c.g5.v8.dt.v8help.model.util -
-
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help
Methods in com._1c.g5.v8.dt.v8help that return V8HelpPage Modifier and Type Method Description static V8HelpPageV8HelpUtil. getPageByHostLink(V8HelpBook helpBook, String host, String link)FindV8HelpPageby given host and linkMethods in com._1c.g5.v8.dt.v8help with parameters of type V8HelpPage Modifier and Type Method Description static V8HelpEntryV8HelpUtil. getEntryByPage(V8HelpBook helpBook, V8HelpPage page)FindV8HelpEntryby givenV8HelpPage -
Uses of V8HelpPage in com._1c.g5.v8.dt.v8help.model
Methods in com._1c.g5.v8.dt.v8help.model that return V8HelpPage Modifier and Type Method Description V8HelpPageV8HelpFactory. createV8HelpPage()Returns a new object of class 'Page'.V8HelpPageV8HelpEntry. getPage()Returns the value of the 'Page' reference.Methods in com._1c.g5.v8.dt.v8help.model that return types with arguments of type V8HelpPage Modifier and Type Method Description org.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 V8HelpPage Modifier and Type Method Description voidV8HelpEntry. 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 V8HelpPage Modifier and Type Class Description classV8HelpPageImplAn implementation of the model object 'Page'.Fields in com._1c.g5.v8.dt.v8help.model.impl declared as V8HelpPage Modifier and Type Field Description protected V8HelpPageV8HelpEntryImpl. pageThe cached value of the 'Page' reference.Fields in com._1c.g5.v8.dt.v8help.model.impl with type parameters of type V8HelpPage Modifier and Type Field Description protected 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 V8HelpPage Modifier and Type Method Description V8HelpPageV8HelpEntryImpl. basicGetPage()V8HelpPageV8HelpFactoryImpl. createV8HelpPage()V8HelpPageV8HelpEntryImpl. getPage()Methods in com._1c.g5.v8.dt.v8help.model.impl that return types with arguments of type V8HelpPage Modifier and Type Method Description org.eclipse.emf.common.util.EList<V8HelpPage>V8HelpBookImpl. getPages()Methods in com._1c.g5.v8.dt.v8help.model.impl with parameters of type V8HelpPage Modifier and Type Method Description voidV8HelpEntryImpl. setPage(V8HelpPage newPage) -
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 V8HelpPage Modifier and Type Method Description TV8HelpSwitch. caseV8HelpPage(V8HelpPage object)Returns the result of interpreting the object as an instance of 'Page'.
-