com.alveole.studio.web.designer.graph
Class CurrentClipboard

java.lang.Object
  extended by com.alveole.studio.web.designer.graph.CurrentClipboard

public class CurrentClipboard
extends java.lang.Object

This class represents currently selection data placed in clipboard.

Author:
sylvain

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

selectedNodes

public java.util.List<NodeContainer> selectedNodes
Selected nodes.


selectedLinks

public java.util.List<NodeLink> selectedLinks
Selected links.


cut

public boolean cut
Clipboard action type: may be copy or cut.

Constructor Detail

CurrentClipboard

public CurrentClipboard()