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 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 V8HelpPage Modifier and Type Method Description static 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 V8HelpPage Modifier and Type Method Description V8HelpPage
V8HelpFactory. createV8HelpPage()
Returns a new object of class 'Page'.V8HelpPage
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 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 void
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 V8HelpPage Modifier and Type Class Description class
V8HelpPageImpl
An 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 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 V8HelpPage Modifier and Type Field Description protected 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 V8HelpPage Modifier and Type Method Description V8HelpPage
V8HelpEntryImpl. basicGetPage()
V8HelpPage
V8HelpFactoryImpl. createV8HelpPage()
V8HelpPage
V8HelpEntryImpl. 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 void
V8HelpEntryImpl. 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 T
V8HelpSwitch. caseV8HelpPage(V8HelpPage object)
Returns the result of interpreting the object as an instance of 'Page'.
-