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 Macro
DrawingSurface. 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 VDBMacro
Macro. data
Methods in com.cosylab.vdct.graphics.objects that return VDBMacro Modifier and Type Method Description VDBMacro
Macro. getData()
Returns the data.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBMacro Modifier and Type Method Description EPICSLink
Template. 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 VDBMacro
CreateTemplateMacroAction. macro
protected VDBMacro
RenameTemplateMacroAction. macro
Constructors 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 VDBMacro
VDBTemplateMacro. macro
Methods in com.cosylab.vdct.vdb that return VDBMacro Modifier and Type Method Description VDBMacro
VDBTemplate. addMacro()
VDBMacro
VDBTemplate. addMacro(String name)
static VDBMacro
VDBData. copyVDBMacro(VDBMacro source)
Creates a copy of the VDBMacro object.VDBMacro
VDBTemplateMacro. getMacro()
Returns the macro.Methods in com.cosylab.vdct.vdb with parameters of type VDBMacro Modifier and Type Method Description void
VDBTemplate. addMacro(VDBMacro vdbMacro)
static VDBMacro
VDBData. copyVDBMacro(VDBMacro source)
Creates a copy of the VDBMacro object.void
VDBTemplate. removeMacro(VDBMacro macro)
void
VDBTemplate. renameMacro(VDBMacro macro, String newName)
void
VDBTemplateMacro. 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)
-