Uses of Interface
com._1c.g5.v8.dt.addin.model.AddIn
-
Packages that use AddIn Package Description com._1c.g5.v8.dt.addin.model com._1c.g5.v8.dt.addin.model.impl com._1c.g5.v8.dt.addin.model.util -
-
Uses of AddIn in com._1c.g5.v8.dt.addin.model
Methods in com._1c.g5.v8.dt.addin.model that return AddIn Modifier and Type Method Description AddIn
AddInFactory. createAddIn()
Returns a new object of class 'Add In'. -
Uses of AddIn in com._1c.g5.v8.dt.addin.model.impl
Classes in com._1c.g5.v8.dt.addin.model.impl that implement AddIn Modifier and Type Class Description class
AddInImpl
An implementation of the model object 'Add In'.Methods in com._1c.g5.v8.dt.addin.model.impl that return AddIn Modifier and Type Method Description AddIn
AddInFactoryImpl. createAddIn()
-
Uses of AddIn in com._1c.g5.v8.dt.addin.model.util
Methods in com._1c.g5.v8.dt.addin.model.util with parameters of type AddIn Modifier and Type Method Description T
AddInSwitch. caseAddIn(AddIn object)
Returns the result of interpreting the object as an instance of 'Add In'.
-