Uses of Class
com.cosylab.vdct.plugin.PluginObject
-
-
Uses of PluginObject in com.cosylab.vdct
Methods in com.cosylab.vdct with parameters of type PluginObject Modifier and Type Method Description void
PluginManagerDialog. pluginAdded(PluginObject plugin)
void
PluginManagerDialog. pluginRemoved(PluginObject plugin)
-
Uses of PluginObject in com.cosylab.vdct.plugin
Methods in com.cosylab.vdct.plugin with parameters of type PluginObject Modifier and Type Method Description void
PluginManager. addPlugin(PluginObject plugin)
Insert the method's description here.void
PluginListener. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginsMenu. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginUIManager. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginListener. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
PluginsMenu. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
PluginUIManager. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
PluginManager. removePlugin(PluginObject plugin)
Insert the method's description here. -
Uses of PluginObject in com.cosylab.vdct.plugin.config
Methods in com.cosylab.vdct.plugin.config with parameters of type PluginObject Modifier and Type Method Description void
PluginLinkTypeConfigManager. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginNameConfigManager. pluginAdded(PluginObject plugin)
void
PluginLinkTypeConfigManager. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
PluginNameConfigManager. pluginRemoved(PluginObject plugin)
-
Uses of PluginObject in com.cosylab.vdct.plugin.debug
Methods in com.cosylab.vdct.plugin.debug with parameters of type PluginObject Modifier and Type Method Description void
DebugStartMenu. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginDebugManager. pluginAdded(PluginObject plugin)
Insert the method's description here.void
DebugStartMenu. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
PluginDebugManager. pluginRemoved(PluginObject plugin)
Insert the method's description here. -
Uses of PluginObject in com.cosylab.vdct.plugin.export
Methods in com.cosylab.vdct.plugin.export with parameters of type PluginObject Modifier and Type Method Description void
ExportMenu. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginExportManager. pluginAdded(PluginObject plugin)
Insert the method's description here.void
ExportMenu. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
PluginExportManager. pluginRemoved(PluginObject plugin)
Insert the method's description here. -
Uses of PluginObject in com.cosylab.vdct.plugin.menu
Methods in com.cosylab.vdct.plugin.menu with parameters of type PluginObject Modifier and Type Method Description void
PluginMenuManager. pluginAdded(PluginObject plugin)
Insert the method's description here.void
ToolsMenu. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginMenuManager. pluginRemoved(PluginObject plugin)
Insert the method's description here.void
ToolsMenu. pluginRemoved(PluginObject plugin)
Insert the method's description here. -
Uses of PluginObject in com.cosylab.vdct.plugin.popup
Methods in com.cosylab.vdct.plugin.popup with parameters of type PluginObject Modifier and Type Method Description void
PluginPopupManager. pluginAdded(PluginObject plugin)
Insert the method's description here.void
PluginPopupManager. pluginRemoved(PluginObject plugin)
Insert the method's description here.
-