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 interface
Clipboardable
Insert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement Flexible Modifier and Type Class Description class
Border
class
Box
class
Group
Insert the type's description here.class
Line
class
Macro
Insert the type's description here.class
Port
Insert the type's description here.class
Record
Insert the type's description here.class
Template
Graphical representation of templates.class
TextBox
Methods in com.cosylab.vdct.graphics.objects that return Flexible Modifier and Type Method Description Flexible
Border. copyToGroup(Object dsId, String group)
Flexible
Box. copyToGroup(Object dsId, String group)
Flexible
Flexible. copyToGroup(Object dsId, String group)
Returns the copied instance or null if the object cannot be copied.Flexible
Group. copyToGroup(Object dsId, String group)
Insert the method's description here.Flexible
Line. copyToGroup(Object dsId, String group)
Flexible
Macro. copyToGroup(Object dsId, String group)
Flexible
Port. copyToGroup(Object dsId, String group)
Flexible
Record. copyToGroup(Object dsId, String group)
Insert the method's description here.Flexible
Template. copyToGroup(Object dsId, String group)
Flexible
TextBox. 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.
-