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 void
LinkCommand. 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 void
DrawingSurface. linkCommand(VisibleObject linkObject, LinkSource linkData)
Insert the method's description here.void
DsManager. linkCommand(VisibleObject linkObject, LinkSource linkData)
void
LinkCommandInterface. 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 LinkSource
LinkManagerObject. getTargetLink()
Returns the targetLink.Methods in com.cosylab.vdct.graphics.objects with parameters of type LinkSource Modifier and Type Method Description void
LinkManagerObject. 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 class
VDBFieldData
This type was created in VisualAge.class
VDBMacro
RO property of macro represented on HL (template instance is parent)class
VDBPort
RO property of port represented on HL (template instance is parent)class
VDBTemplateMacro
class
VDBTemplatePort
Methods in com.cosylab.vdct.vdb with parameters of type LinkSource Modifier and Type Method Description static String
LinkProperties. getOptions(LinkSource fd)
This method was created in VisualAge.static String
LinkProperties. getTarget(LinkSource fd)
Insert the method's description here.static int
LinkProperties. getType(LinkSource fd)
Insert the method's description here.void
LinkProperties. 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.
-