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 Plugin
PluginObject. getPlugin()
Insert the method's description here.static Plugin
PluginObject. 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 interface
LinkTypeConfigPlugin
Insert the type's description here.interface
NameConfigPlugin
-
Uses of Plugin in com.cosylab.vdct.plugin.debug
Subinterfaces of Plugin in com.cosylab.vdct.plugin.debug Modifier and Type Interface Description interface
DebugPlugin
Narrow 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 interface
ExportPlugin
Insert 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 interface
MenuPlugin
Insert 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 interface
ContextPopupPlugin
Insert 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 class
ApplicationRunnerPlugin
Application runner plugin, runs external applications from the VDCT.class
CosyBeansPlugin
CosyBeans VisualDCT popup plugin.class
DebugSimulator
Insert the type's description here.class
ExportSimulator
Insert the type's description here.class
LinkTypeConfig
A default LinkTypeConfig plugin.class
MenuPluginExample
Example of simple menu plugin.class
NameConfigExample
This NameConfigPlugin example checks the record names using a pattern loaded from an xml file.class
PopupPluginRecordHandlerExample
Example of simple context sensitive popup menu handling record objects.
-