fr.umlv.unitex
Class MultipleSelection

java.lang.Object
  extended by 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
 
Method Summary
 void multipleSelectionFstGraphBoxes(java.util.ArrayList v)
          Creates a new MultipleSelection from a FstGraphBox vector
 void multipleSelectionGraphBoxes(java.util.ArrayList v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleSelection

public MultipleSelection(java.util.ArrayList v,
                         boolean graphBoxes)
Creates a new MultipleSelection from a GraphBox vector

Parameters:
v -
Method Detail

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