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.v8helpMethods in com._1c.g5.v8.dt.v8help that return V8HelpEntryModifier and TypeMethodDescriptionstatic V8HelpEntryV8HelpUtil.getEntryByPage(V8HelpBook helpBook, V8HelpPage page) FindV8HelpEntryby givenV8HelpPage
- 
Uses of V8HelpEntry in com._1c.g5.v8.dt.v8help.modelMethods 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.implClasses in com._1c.g5.v8.dt.v8help.model.impl that implement V8HelpEntryModifier and TypeClassDescriptionclassAn 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.entriesThe cached value of the 'Entries' containment reference list.protected org.eclipse.emf.common.util.EList<V8HelpEntry>V8HelpEntryImpl.entriesThe 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.utilMethods 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'.