Uses of Interface
com._1c.g5.v8.dt.v8help.model.V8HelpEntry
Packages that use V8HelpEntry
Package
Description
-
Uses of V8HelpEntry in com._1c.g5.v8.dt.v8help
Methods in com._1c.g5.v8.dt.v8help that return V8HelpEntryModifier and TypeMethodDescriptionstatic 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 V8HelpEntryModifier and TypeMethodDescriptionV8HelpFactory.createV8HelpEntry()
Returns a new object of class 'Entry'.Methods in com._1c.g5.v8.dt.v8help.model that return types with arguments of type V8HelpEntryModifier and TypeMethodDescriptionorg.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 V8HelpEntryModifier and TypeClassDescriptionclass
An implementation of the model object 'Entry'.Fields in com._1c.g5.v8.dt.v8help.model.impl with type parameters of type V8HelpEntryModifier and TypeFieldDescriptionprotected 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 V8HelpEntryMethods in com._1c.g5.v8.dt.v8help.model.impl that return types with arguments of type V8HelpEntryModifier and TypeMethodDescriptionorg.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 V8HelpEntryModifier and TypeMethodDescriptionV8HelpSwitch.caseV8HelpEntry
(V8HelpEntry object) Returns the result of interpreting the object as an instance of 'Entry'.