Uses of Class
com.cosylab.vdct.graphics.objects.Group
-
Packages that use Group Package Description com.cosylab.vdct.find com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.plugin.export com.cosylab.vdct.plugins com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of Group in com.cosylab.vdct.find
Methods in com.cosylab.vdct.find with parameters of type Group Modifier and Type Method Description protected voidFindPanel. runFind(Group base, com.cosylab.vdct.find.FindFilter[] filters)Recursive search beginning for objects matching each filter in the filters array. -
Uses of Group in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics that return Group Modifier and Type Method Description GroupDrawingSurface. getViewGroup()Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type Group Modifier and Type Method Description static HashMapDrawingSurface. applyVisualData(Object dsId, boolean importDB, Group group, DBData dbData, VDBData vdbData)Insert the method's description here.voidDrawingSurface. moveToGroup(Group group)Insert the method's description here. -
Uses of Group in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return Group Modifier and Type Method Description static GroupGroup. createGroup(Object dsId, String name)Insert the method's description here.static GroupGroup. getClipboard()Insert the method's description here.static GroupGroup. getRoot()Returns the root group currently displayed by active drawing surface, or null in there are no drawing surfaces open.static GroupGroup. getRoot(Object id)Methods in com.cosylab.vdct.graphics.objects with parameters of type Group Modifier and Type Method Description static VectorLinkMoverUtilities. getAllConnectors(Group group)Returns a vector of all connectors in the group.VectorLinkMoverUtilities. isMousePositionLinkMovable(int x, int y, Group viewGroup)Returns the vector containing the connectors which are moved when the links are dragged.static MapTemplate. preparePorts(Group group, Map substitutions, NameManipulator namer)Insert the method's description herestatic voidGroup. save(Object dsId, Group group2save, File file, boolean export)Insert the method's description here.static voidGroup. save(Object dsId, Group group2save, File file, NamingContext renamer, boolean export)Insert the method's description here.static voidGroup. setRoot(Object dsId, Group newRoot)Constructors in com.cosylab.vdct.graphics.objects with parameters of type Group Constructor Description Border(String name, Group parent)Border(String parName, Group parentGroup, boolean useHashtable)Box(String parName, Group parentGroup, int posX, int posY, int posX2, int posY2)Line(String parName, Group parentGroup, int posX, int posY, int posX2, int posY2)TextBox(String parName, Group parentGroup, int posX, int posY, int posX2, int posY2) -
Uses of Group in com.cosylab.vdct.plugin.export
Methods in com.cosylab.vdct.plugin.export with parameters of type Group Modifier and Type Method Description voidExportPlugin. export(Group mainGroup)Insert the method's description here. -
Uses of Group in com.cosylab.vdct.plugins
Methods in com.cosylab.vdct.plugins with parameters of type Group Modifier and Type Method Description voidExportSimulator. export(Group mainGroup)Insert the method's description here. -
Uses of Group in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type Group Constructor Description ImportAction(HashMap importedVisibleObjects, Group parent) -
Uses of Group in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as Group Modifier and Type Field Description protected GroupVDBTemplate. groupMethods in com.cosylab.vdct.vdb that return Group Modifier and Type Method Description GroupVDBTemplate. getGroup()Returns the group.Methods in com.cosylab.vdct.vdb with parameters of type Group Modifier and Type Method Description voidVDBTemplate. setGroup(Group group)Sets the group.
-