Uses of Interface
com.cosylab.vdct.graphics.objects.LinkSource
-
Packages that use LinkSource Package Description com.cosylab.vdct.events.commands com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.vdb -
-
Uses of LinkSource in com.cosylab.vdct.events.commands
Methods in com.cosylab.vdct.events.commands with parameters of type LinkSource Modifier and Type Method Description voidLinkCommand. setData(VisibleObject obj, LinkSource field)Insert the method's description here. -
Uses of LinkSource in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics with parameters of type LinkSource Modifier and Type Method Description voidDrawingSurface. linkCommand(VisibleObject linkObject, LinkSource linkData)Insert the method's description here.voidDsManager. linkCommand(VisibleObject linkObject, LinkSource linkData)voidLinkCommandInterface. linkCommand(VisibleObject linkObject, LinkSource linkData) -
Uses of LinkSource in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return LinkSource Modifier and Type Method Description LinkSourceLinkManagerObject. getTargetLink()Returns the targetLink.Methods in com.cosylab.vdct.graphics.objects with parameters of type LinkSource Modifier and Type Method Description voidLinkManagerObject. setTargetLink(LinkSource targetLink)Sets the targetLink. -
Uses of LinkSource in com.cosylab.vdct.vdb
Classes in com.cosylab.vdct.vdb that implement LinkSource Modifier and Type Class Description classVDBFieldDataThis type was created in VisualAge.classVDBMacroRO property of macro represented on HL (template instance is parent)classVDBPortRO property of port represented on HL (template instance is parent)classVDBTemplateMacroclassVDBTemplatePortMethods in com.cosylab.vdct.vdb with parameters of type LinkSource Modifier and Type Method Description static StringLinkProperties. getOptions(LinkSource fd)This method was created in VisualAge.static StringLinkProperties. getTarget(LinkSource fd)Insert the method's description here.static intLinkProperties. getType(LinkSource fd)Insert the method's description here.voidLinkProperties. update(LinkSource fd)Insert the method's description here.Constructors in com.cosylab.vdct.vdb with parameters of type LinkSource Constructor Description LinkProperties(LinkSource fd)Insert the method's description here.
-