Uses of Class
com.cosylab.vdct.vdb.VDBMacro
-
Packages that use VDBMacro Package Description com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of VDBMacro in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics with parameters of type VDBMacro Modifier and Type Method Description MacroDrawingSurface. createMacro(VDBMacro vdbMacro)Insert the method's description here. -
Uses of VDBMacro in com.cosylab.vdct.graphics.objects
Fields in com.cosylab.vdct.graphics.objects declared as VDBMacro Modifier and Type Field Description protected VDBMacroMacro. dataMethods in com.cosylab.vdct.graphics.objects that return VDBMacro Modifier and Type Method Description VDBMacroMacro. getData()Returns the data.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBMacro Modifier and Type Method Description EPICSLinkTemplate. addMacroField(VDBMacro macro)Constructors in com.cosylab.vdct.graphics.objects with parameters of type VDBMacro Constructor Description Macro(VDBMacro data, ContainerObject parent, int x, int y)Insert the method's description here. -
Uses of VDBMacro in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as VDBMacro Modifier and Type Field Description protected VDBMacroCreateTemplateMacroAction. macroprotected VDBMacroRenameTemplateMacroAction. macroConstructors in com.cosylab.vdct.undo with parameters of type VDBMacro Constructor Description CreateTemplateMacroAction(VDBTemplate object, VDBMacro macro)Insert the method's description here.DeleteTemplateMacroAction(VDBTemplate object, VDBMacro macro)DeleteAction constructor comment.MacroValueChangeAction(VDBMacro macro, String oldValue, String newValue)Insert the method's description here.RenameTemplateMacroAction(VDBTemplate object, VDBMacro macro, String oldName, String newName)Insert the method's description here. -
Uses of VDBMacro in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as VDBMacro Modifier and Type Field Description protected VDBMacroVDBTemplateMacro. macroMethods in com.cosylab.vdct.vdb that return VDBMacro Modifier and Type Method Description VDBMacroVDBTemplate. addMacro()VDBMacroVDBTemplate. addMacro(String name)static VDBMacroVDBData. copyVDBMacro(VDBMacro source)Creates a copy of the VDBMacro object.VDBMacroVDBTemplateMacro. getMacro()Returns the macro.Methods in com.cosylab.vdct.vdb with parameters of type VDBMacro Modifier and Type Method Description voidVDBTemplate. addMacro(VDBMacro vdbMacro)static VDBMacroVDBData. copyVDBMacro(VDBMacro source)Creates a copy of the VDBMacro object.voidVDBTemplate. removeMacro(VDBMacro macro)voidVDBTemplate. renameMacro(VDBMacro macro, String newName)voidVDBTemplateMacro. setMacro(VDBMacro macro)Sets the macro.Constructors in com.cosylab.vdct.vdb with parameters of type VDBMacro Constructor Description MacroDescriptionProperty(VDBMacro macro)ConstructorVDBTemplateMacro(VDBTemplateInstance templateInstance, VDBMacro macro)
-