Revision 21299 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/commands/EditableFeatureSource.java

View differences:

EditableFeatureSource.java
42 42

  
43 43
import java.awt.Image;
44 44

  
45
import org.gvsig.fmap.drivers.exceptions.EditionCommandException;
46
import org.gvsig.fmap.drivers.writing.commands.CommandRecord;
45
import org.gvsig.data.commands.CommandsRecord;
47 46

  
48 47
import com.iver.cit.gvsig.project.documents.layout.fframes.IFFrame;
49 48

  
......
84 83
     * Undo the last command added.
85 84
     * @throws EditionCommandException
86 85
     */
87
    void undo() throws EditionCommandException;
86
    void undo();
88 87
    /**
89 88
     * Redo the last command undid.
90 89
     * @throws EditionCommandException
91 90
     */
92
    void redo() throws EditionCommandException;
91
    void redo();
93 92
    /**
94 93
     * Returns if there are more commands to undo
95 94
     *
......
191 190
     *
192 191
     * @return CommandRecord.
193 192
     */
194
    CommandRecord getCommandRecord();
193
    CommandsRecord getCommandRecord();
195 194
}

Also available in: Unified diff