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 V8HelpEntryV8HelpUtil. getEntryByPage(V8HelpBook helpBook, V8HelpPage page)FindV8HelpEntryby 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 V8HelpEntryV8HelpFactory. 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 classV8HelpEntryImplAn 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. 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 V8HelpEntry Modifier and Type Method Description V8HelpEntryV8HelpFactoryImpl. 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 TV8HelpSwitch. caseV8HelpEntry(V8HelpEntry object)Returns the result of interpreting the object as an instance of 'Entry'.
-