Uses of Class
com.cosylab.vdct.vdb.VDBPort
-
Packages that use VDBPort Package Description com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of VDBPort in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics with parameters of type VDBPort Modifier and Type Method Description void
DrawingSurface. createPort(VDBPort vdbPort)
Insert the method's description here. -
Uses of VDBPort in com.cosylab.vdct.graphics.objects
Fields in com.cosylab.vdct.graphics.objects declared as VDBPort Modifier and Type Field Description protected VDBPort
Port. data
Methods in com.cosylab.vdct.graphics.objects that return VDBPort Modifier and Type Method Description VDBPort
Port. getData()
Returns the data.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBPort Modifier and Type Method Description EPICSLink
Template. addPortField(VDBPort port)
String
NamingContext. resolvePort(VDBPort port)
Recursively resolves macros/portsConstructors in com.cosylab.vdct.graphics.objects with parameters of type VDBPort Constructor Description Port(VDBPort data, ContainerObject parent, int x, int y)
Insert the method's description here. -
Uses of VDBPort in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as VDBPort Modifier and Type Field Description protected VDBPort
CreateTemplatePortAction. port
protected VDBPort
RenameTemplatePortAction. port
Constructors in com.cosylab.vdct.undo with parameters of type VDBPort Constructor Description CreateTemplatePortAction(VDBTemplate object, VDBPort port)
Insert the method's description here.DeleteTemplatePortAction(VDBTemplate object, VDBPort port)
DeleteAction constructor comment.PortValueChangeAction(VDBPort port, String oldValue, String newValue)
Insert the method's description here.RenameTemplatePortAction(VDBTemplate object, VDBPort port, String oldName, String newName)
Insert the method's description here. -
Uses of VDBPort in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as VDBPort Modifier and Type Field Description protected VDBPort
VDBTemplatePort. port
Methods in com.cosylab.vdct.vdb that return VDBPort Modifier and Type Method Description VDBPort
VDBTemplate. addPort()
VDBPort
VDBTemplate. addPort(String name)
static VDBPort
VDBData. copyVDBPort(VDBPort source)
VDBPort
VDBTemplatePort. getPort()
Returns the port.Methods in com.cosylab.vdct.vdb with parameters of type VDBPort Modifier and Type Method Description void
VDBTemplate. addPort(VDBPort vdbPort)
static VDBPort
VDBData. copyVDBPort(VDBPort source)
void
VDBTemplate. removePort(VDBPort port)
void
VDBTemplate. renamePort(VDBPort port, String newName)
void
VDBTemplatePort. setPort(VDBPort port)
Sets the port.Constructors in com.cosylab.vdct.vdb with parameters of type VDBPort Constructor Description PortDescriptionProperty(VDBPort port)
ConstructorVDBTemplatePort(VDBTemplateInstance templateInstance, VDBPort port)
-