Revision 24782

View differences:

branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/gui/command/CommandStackDialog.java
17 17
import javax.swing.table.DefaultTableCellRenderer;
18 18
import javax.swing.table.TableColumn;
19 19

  
20
import org.gvsig.fmap.data.feature.CommandsRecord;
21
import org.gvsig.fmap.data.feature.impl.commands.implementation.FeatureDeleteCommand;
22
import org.gvsig.fmap.data.feature.impl.commands.implementation.FeatureInsertCommand;
20
import org.gvsig.fmap.dal.feature.CommandsRecord;
21
import org.gvsig.fmap.dal.feature.impl.commands.implementation.FeatureDeleteCommand;
22
import org.gvsig.fmap.dal.feature.impl.commands.implementation.FeatureInsertCommand;
23 23
import org.gvsig.gui.beans.DefaultBean;
24 24
import org.gvsig.tools.observer.Observable;
25 25
import org.gvsig.tools.observer.Observer;
26
import org.gvsig.tools.observer.WeakReferencingObservable;
26 27

  
27 28
import com.iver.andami.PluginServices;
28 29
import com.iver.andami.ui.mdiManager.IWindowListener;
......
308 309
		}
309 310
		return jScrollPane;
310 311
	}
311
	public void update(Observable observable, Object notification) {
312
	public void update(WeakReferencingObservable observable, Object notification) {
312 313
		commandRepaint();
314
	}
313 315

  
314
	}
315 316
}  //  @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff