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 voidPluginManagerDialog. pluginAdded(PluginObject plugin)voidPluginManagerDialog. 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 voidPluginManager. addPlugin(PluginObject plugin)Insert the method's description here.voidPluginListener. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginsMenu. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginUIManager. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginListener. pluginRemoved(PluginObject plugin)Insert the method's description here.voidPluginsMenu. pluginRemoved(PluginObject plugin)Insert the method's description here.voidPluginUIManager. pluginRemoved(PluginObject plugin)Insert the method's description here.voidPluginManager. 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 voidPluginLinkTypeConfigManager. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginNameConfigManager. pluginAdded(PluginObject plugin)voidPluginLinkTypeConfigManager. pluginRemoved(PluginObject plugin)Insert the method's description here.voidPluginNameConfigManager. 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 voidDebugStartMenu. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginDebugManager. pluginAdded(PluginObject plugin)Insert the method's description here.voidDebugStartMenu. pluginRemoved(PluginObject plugin)Insert the method's description here.voidPluginDebugManager. 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 voidExportMenu. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginExportManager. pluginAdded(PluginObject plugin)Insert the method's description here.voidExportMenu. pluginRemoved(PluginObject plugin)Insert the method's description here.voidPluginExportManager. 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 voidPluginMenuManager. pluginAdded(PluginObject plugin)Insert the method's description here.voidToolsMenu. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginMenuManager. pluginRemoved(PluginObject plugin)Insert the method's description here.voidToolsMenu. 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 voidPluginPopupManager. pluginAdded(PluginObject plugin)Insert the method's description here.voidPluginPopupManager. pluginRemoved(PluginObject plugin)Insert the method's description here.
-