Uses of Class
com.cosylab.vdct.plugin.PluginContext
-
Packages that use PluginContext Package Description com.cosylab.vdct.plugin com.cosylab.vdct.plugins -
-
Uses of PluginContext in com.cosylab.vdct.plugin
Methods in com.cosylab.vdct.plugin with parameters of type PluginContext Modifier and Type Method Description void
Plugin. init(Properties properties, PluginContext context)
Insert the method's description here. -
Uses of PluginContext in com.cosylab.vdct.plugins
Methods in com.cosylab.vdct.plugins with parameters of type PluginContext Modifier and Type Method Description void
ApplicationRunnerPlugin. init(Properties properties, PluginContext context)
Insert the method's description here.void
CosyBeansPlugin. init(Properties properties, PluginContext context)
Insert the method's description here.void
DebugSimulator. init(Properties properties, PluginContext context)
Insert the method's description here.void
ExportSimulator. init(Properties properties, PluginContext context)
Insert the method's description here.void
LinkTypeConfig. init(Properties properties, PluginContext context)
void
MenuPluginExample. init(Properties properties, PluginContext context)
Insert the method's description here.void
NameConfigExample. init(Properties properties, PluginContext context)
void
PopupPluginRecordHandlerExample. init(Properties properties, PluginContext context)
Insert the method's description here.
-