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 void
FindPanel. 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 Group
DrawingSurface. getViewGroup()
Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type Group Modifier and Type Method Description static HashMap
DrawingSurface. applyVisualData(Object dsId, boolean importDB, Group group, DBData dbData, VDBData vdbData)
Insert the method's description here.void
DrawingSurface. 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 Group
Group. createGroup(Object dsId, String name)
Insert the method's description here.static Group
Group. getClipboard()
Insert the method's description here.static Group
Group. getRoot()
Returns the root group currently displayed by active drawing surface, or null in there are no drawing surfaces open.static Group
Group. getRoot(Object id)
Methods in com.cosylab.vdct.graphics.objects with parameters of type Group Modifier and Type Method Description static Vector
LinkMoverUtilities. getAllConnectors(Group group)
Returns a vector of all connectors in the group.Vector
LinkMoverUtilities. isMousePositionLinkMovable(int x, int y, Group viewGroup)
Returns the vector containing the connectors which are moved when the links are dragged.static Map
Template. preparePorts(Group group, Map substitutions, NameManipulator namer)
Insert the method's description herestatic void
Group. save(Object dsId, Group group2save, File file, boolean export)
Insert the method's description here.static void
Group. save(Object dsId, Group group2save, File file, NamingContext renamer, boolean export)
Insert the method's description here.static void
Group. 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 void
ExportPlugin. 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 void
ExportSimulator. 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 Group
VDBTemplate. group
Methods in com.cosylab.vdct.vdb that return Group Modifier and Type Method Description Group
VDBTemplate. getGroup()
Returns the group.Methods in com.cosylab.vdct.vdb with parameters of type Group Modifier and Type Method Description void
VDBTemplate. setGroup(Group group)
Sets the group.
-