Пример #1
0
 /**
  * constructor for editable details of a set of Layers
  *
  * @param data the Layers themselves
  */
 public MoveInfo(final Move data) {
   super(data, data.getName(), "Move");
 }