|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alveole.studio.web.designer.graph.CurrentClipboard
public class CurrentClipboard
This class represents currently selection data placed in clipboard.
| Field Summary | |
|---|---|
boolean |
cut
Clipboard action type: may be copy or cut. |
java.util.List<NodeLink> |
selectedLinks
Selected links. |
java.util.List<NodeContainer> |
selectedNodes
Selected nodes. |
| Constructor Summary | |
|---|---|
CurrentClipboard()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<NodeContainer> selectedNodes
public java.util.List<NodeLink> selectedLinks
public boolean cut
| Constructor Detail |
|---|
public CurrentClipboard()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||