Revision 29598 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/gui/ObjectSelectionStep.java

View differences:

ObjectSelectionStep.java
1
package com.iver.cit.gvsig.project.documents.gui;
1
package org.gvsig.app.project.documents.gui;
2 2

  
3
import com.iver.utiles.swing.objectSelection.ObjectSelection;
4
import com.iver.utiles.swing.wizard.Step;
5
import com.iver.utiles.swing.wizard.WizardControl;
3
import org.gvsig.utils.swing.objectSelection.ObjectSelection;
4
import org.gvsig.utils.swing.wizard.Step;
5
import org.gvsig.utils.swing.wizard.WizardControl;
6 6

  
7 7

  
8 8
/**
......
15 15
    private WizardControl w;
16 16

  
17 17
	/**
18
	 * @see com.iver.utiles.swing.wizard.Step#init(com.iver.utiles.swing.wizard.Wizard)
18
	 * @see org.gvsig.utils.swing.wizard.Step#init(org.gvsig.utils.swing.wizard.Wizard)
19 19
	 */
20 20
	public void init(WizardControl w) {
21 21
		this.w = w;
22 22
	}
23 23

  
24 24
	/**
25
	 * @see com.iver.utiles.swing.objectSelection.ObjectSelection#seleccion()
25
	 * @see org.gvsig.utils.swing.objectSelection.ObjectSelection#seleccion()
26 26
	 */
27 27
	protected void seleccion() {
28 28
		if (w != null) {

Also available in: Unified diff