Revision 9532 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/gui/Layout.java

View differences:

Layout.java
256 256
    /**
257 257
     * Mestra el di?logo de propiedades del Layout.
258 258
     */
259
    public void showFProperties() {
259
    public boolean showFProperties() {
260 260
        if (map == null) {
261 261
            map = new ProjectMap();
262 262
            map.setModel(this);
......
265 265

  
266 266
        m_propertiesLayout = new MapProperties(map);
267 267
        PluginServices.getMDIManager().addWindow(m_propertiesLayout);
268
        return m_propertiesLayout.isAccepted();
268 269
    }
269 270

  
270 271
    /**
......
550 551
    public Object getWindowModel() {
551 552
        return map;
552 553
    }
553

  
554
    public ProjectMap getModel() {
555
    	return map;
556
    }
554 557
    /**
555 558
     * @see com.iver.cit.gvsig.fmap.ExtentListener#extentChanged(com.iver.cit.gvsig.fmap.ExtentEvent)
556 559
     */

Also available in: Unified diff