Revision 21358 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/LayoutContext.java

View differences:

LayoutContext.java
8 8

  
9 9
import com.iver.andami.PluginServices;
10 10
import com.iver.cit.gvsig.project.documents.exceptions.SaveException;
11
import com.iver.cit.gvsig.project.documents.layout.commands.DefaultEditableFeatureSource;
12 11
import com.iver.cit.gvsig.project.documents.layout.commands.FrameCommandsRecord;
13 12
import com.iver.cit.gvsig.project.documents.layout.commands.FrameManager;
14 13
import com.iver.cit.gvsig.project.documents.layout.fframes.FFrameGroup;
......
175 174
	 * Returns the EditableFeatureSource, is the control of all change in the FFrames of Layout.
176 175
	 * @return EditableFatureSource.
177 176
	 */
178
    public FrameCommandsRecord getEFS() {
177
    public FrameCommandsRecord getFrameCommandsRecord() {
179 178
        return fcr;
180 179
    }
181 180
    /**

Also available in: Unified diff