Project

General

Profile

Download (660 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.taxeditor.editor.view.media.handler;
10
import eu.etaxonomy.taxeditor.editor.view.media.operation.MoveMediaInListOperation;
11

    
12
/**
13
 *
14
 * @author p.ciardelli
15
 * @created 11.08.2009
16
 * @version 1.0
17
 */
18
public class MoveImageDownInListHandler extends AbstractMoveImageHandler{
19

    
20
    @Override
21
    public int moveImageOperation() {
22
        return MoveMediaInListOperation.DOWN;
23
    }
24

    
25
}
(6-6/7)