Uses of Interface
com._1c.g5.v8.dt.v8help.model.V8HelpEntry
-
Packages that use V8HelpEntry 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 V8HelpEntry in com._1c.g5.v8.dt.v8help
Methods in com._1c.g5.v8.dt.v8help that return V8HelpEntry Modifier and Type Method Description static V8HelpEntry
V8HelpUtil. getEntryByPage(V8HelpBook helpBook, V8HelpPage page)
FindV8HelpEntry
by givenV8HelpPage
-
Uses of V8HelpEntry in com._1c.g5.v8.dt.v8help.model
Methods in com._1c.g5.v8.dt.v8help.model that return V8HelpEntry Modifier and Type Method Description V8HelpEntry
V8HelpFactory. createV8HelpEntry()
Returns a new object of class 'Entry'.Methods in com._1c.g5.v8.dt.v8help.model that return types with arguments of type V8HelpEntry Modifier and Type Method Description org.eclipse.emf.common.util.EList<V8HelpEntry>
V8HelpBook. getEntries()
Returns the value of the 'Entries' containment reference list.org.eclipse.emf.common.util.EList<V8HelpEntry>
V8HelpEntry. getEntries()
Returns the value of the 'Entries' containment reference list. -
Uses of V8HelpEntry in com._1c.g5.v8.dt.v8help.model.impl
Classes in com._1c.g5.v8.dt.v8help.model.impl that implement V8HelpEntry Modifier and Type Class Description class
V8HelpEntryImpl
An implementation of the model object 'Entry'.Fields in com._1c.g5.v8.dt.v8help.model.impl with type parameters of type V8HelpEntry Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<V8HelpEntry>
V8HelpBookImpl. entries
The cached value of the 'Entries
' containment reference list.protected org.eclipse.emf.common.util.EList<V8HelpEntry>
V8HelpEntryImpl. entries
The cached value of the 'Entries
' containment reference list.Methods in com._1c.g5.v8.dt.v8help.model.impl that return V8HelpEntry Modifier and Type Method Description V8HelpEntry
V8HelpFactoryImpl. createV8HelpEntry()
Methods in com._1c.g5.v8.dt.v8help.model.impl that return types with arguments of type V8HelpEntry Modifier and Type Method Description org.eclipse.emf.common.util.EList<V8HelpEntry>
V8HelpBookImpl. getEntries()
org.eclipse.emf.common.util.EList<V8HelpEntry>
V8HelpEntryImpl. getEntries()
-
Uses of V8HelpEntry in com._1c.g5.v8.dt.v8help.model.util
Methods in com._1c.g5.v8.dt.v8help.model.util with parameters of type V8HelpEntry Modifier and Type Method Description T
V8HelpSwitch. caseV8HelpEntry(V8HelpEntry object)
Returns the result of interpreting the object as an instance of 'Entry'.
-