Uses of Interface
com.cosylab.vdct.graphics.objects.Flexible
-
Packages that use Flexible Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo -
-
Uses of Flexible in com.cosylab.vdct.graphics.objects
Subinterfaces of Flexible in com.cosylab.vdct.graphics.objects Modifier and Type Interface Description interfaceClipboardableInsert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement Flexible Modifier and Type Class Description classBorderclassBoxclassGroupInsert the type's description here.classLineclassMacroInsert the type's description here.classPortInsert the type's description here.classRecordInsert the type's description here.classTemplateGraphical representation of templates.classTextBoxMethods in com.cosylab.vdct.graphics.objects that return Flexible Modifier and Type Method Description FlexibleBorder. copyToGroup(Object dsId, String group)FlexibleBox. copyToGroup(Object dsId, String group)FlexibleFlexible. copyToGroup(Object dsId, String group)Returns the copied instance or null if the object cannot be copied.FlexibleGroup. copyToGroup(Object dsId, String group)Insert the method's description here.FlexibleLine. copyToGroup(Object dsId, String group)FlexibleMacro. copyToGroup(Object dsId, String group)FlexiblePort. copyToGroup(Object dsId, String group)FlexibleRecord. copyToGroup(Object dsId, String group)Insert the method's description here.FlexibleTemplate. copyToGroup(Object dsId, String group)FlexibleTextBox. copyToGroup(Object dsId, String group) -
Uses of Flexible in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type Flexible Constructor Description MoveToGroupAction(Flexible object, String oldGroup, String newGroup, Object dsId)Insert the method's description here.RenameAction(Object dsId, Flexible object, String oldName, String newName)Insert the method's description here.
-