Uses of Interface
com.cosylab.vdct.plugin.Plugin
-
-
Uses of Plugin in com.cosylab.vdct.plugin
Methods in com.cosylab.vdct.plugin that return Plugin Modifier and Type Method Description PluginPluginObject. getPlugin()Insert the method's description here.static PluginPluginObject. loadPlugin(String className)Insert the method's description here. -
Uses of Plugin in com.cosylab.vdct.plugin.config
Subinterfaces of Plugin in com.cosylab.vdct.plugin.config Modifier and Type Interface Description interfaceLinkTypeConfigPluginInsert the type's description here.interfaceNameConfigPlugin -
Uses of Plugin in com.cosylab.vdct.plugin.debug
Subinterfaces of Plugin in com.cosylab.vdct.plugin.debug Modifier and Type Interface Description interfaceDebugPluginNarrow interface to be added Creation date: (7.12.2001 19:09:18) -
Uses of Plugin in com.cosylab.vdct.plugin.export
Subinterfaces of Plugin in com.cosylab.vdct.plugin.export Modifier and Type Interface Description interfaceExportPluginInsert the type's description here. -
Uses of Plugin in com.cosylab.vdct.plugin.menu
Subinterfaces of Plugin in com.cosylab.vdct.plugin.menu Modifier and Type Interface Description interfaceMenuPluginInsert the type's description here. -
Uses of Plugin in com.cosylab.vdct.plugin.popup
Subinterfaces of Plugin in com.cosylab.vdct.plugin.popup Modifier and Type Interface Description interfaceContextPopupPluginInsert the type's description here. -
Uses of Plugin in com.cosylab.vdct.plugins
Classes in com.cosylab.vdct.plugins that implement Plugin Modifier and Type Class Description classApplicationRunnerPluginApplication runner plugin, runs external applications from the VDCT.classCosyBeansPluginCosyBeans VisualDCT popup plugin.classDebugSimulatorInsert the type's description here.classExportSimulatorInsert the type's description here.classLinkTypeConfigA default LinkTypeConfig plugin.classMenuPluginExampleExample of simple menu plugin.classNameConfigExampleThis NameConfigPlugin example checks the record names using a pattern loaded from an xml file.classPopupPluginRecordHandlerExampleExample of simple context sensitive popup menu handling record objects.
-