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 voidDrawingSurface. 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 VDBPortPort. dataMethods in com.cosylab.vdct.graphics.objects that return VDBPort Modifier and Type Method Description VDBPortPort. getData()Returns the data.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBPort Modifier and Type Method Description EPICSLinkTemplate. addPortField(VDBPort port)StringNamingContext. 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 VDBPortCreateTemplatePortAction. portprotected VDBPortRenameTemplatePortAction. portConstructors 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 VDBPortVDBTemplatePort. portMethods in com.cosylab.vdct.vdb that return VDBPort Modifier and Type Method Description VDBPortVDBTemplate. addPort()VDBPortVDBTemplate. addPort(String name)static VDBPortVDBData. copyVDBPort(VDBPort source)VDBPortVDBTemplatePort. getPort()Returns the port.Methods in com.cosylab.vdct.vdb with parameters of type VDBPort Modifier and Type Method Description voidVDBTemplate. addPort(VDBPort vdbPort)static VDBPortVDBData. copyVDBPort(VDBPort source)voidVDBTemplate. removePort(VDBPort port)voidVDBTemplate. renamePort(VDBPort port, String newName)voidVDBTemplatePort. 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)
-