|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.SelectionCopy
public class SelectionCopy
Used internally in the implementation of copy/paste functions.
Constructor Summary | |
---|---|
SelectionCopy(DiagramItemList items,
DiagramItemList originalItems,
GroupList groups)
Initializes a new instance of the SelectionCopy class. |
Method Summary | |
---|---|
GroupList |
getGroups()
Gets the underlying collection of groups. |
DiagramItemList |
getItems()
Gets the underlying collection of items. |
DiagramItemList |
getOriginalItems()
Gets a collection of the original items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionCopy(DiagramItemList items, DiagramItemList originalItems, GroupList groups)
items
- A collection containing the item copies.originalItems
- A collection containing the original items.groups
- A collection containing the group copies.Method Detail |
---|
public GroupList getGroups()
public DiagramItemList getItems()
public DiagramItemList getOriginalItems()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |