fr.umlv.unitex
Class MultipleSelection
java.lang.Object
fr.umlv.unitex.MultipleSelection
public class MultipleSelection
- extends java.lang.Object
This class is used to create a clipboard content from a vector of selected boxes.
- Author:
- Sébastien Paumier
Constructor Summary |
MultipleSelection(java.util.ArrayList v,
boolean graphBoxes)
Creates a new MultipleSelection from a GraphBox vector |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleSelection
public MultipleSelection(java.util.ArrayList v,
boolean graphBoxes)
- Creates a new
MultipleSelection
from a GraphBox
vector
- Parameters:
v
-
multipleSelectionGraphBoxes
public void multipleSelectionGraphBoxes(java.util.ArrayList v)
multipleSelectionFstGraphBoxes
public void multipleSelectionFstGraphBoxes(java.util.ArrayList v)
- Creates a new
MultipleSelection
from a FstGraphBox
vector
- Parameters:
v
- just indicates that the objects are FstGraphBox
. The value of this
parameter is not taken into account