Revision 6877 trunk/libraries/libUI/src/org/gvsig/gui/beans/wizard/WizardAndami.java

View differences:

WizardAndami.java
10 10
import jwizardcomponent.FinishAction;
11 11

  
12 12
import com.iver.andami.PluginServices;
13
import com.iver.andami.ui.mdiManager.View;
13
import com.iver.andami.ui.mdiManager.IWindow;
14 14
import com.iver.andami.ui.mdiManager.ViewInfo;
15 15

  
16
public class WizardAndami extends JPanel implements View {
16
public class WizardAndami extends JPanel implements IWindow {
17 17
	ViewInfo viewInfo = null;
18 18
	WizardPanelWithLogo wizardPanel;
19 19

  
......
21 21
	// lo mantengo por ahora.
22 22
	private class CloseAction extends FinishAction
23 23
	{
24
		View v;
25
		public CloseAction(View view)
24
		IWindow v;
25
		public CloseAction(IWindow view)
26 26
		{
27 27
			super(wizardPanel.getWizardComponents());
28 28
			v = view;
......
35 35
	private class CloseAction2 extends CancelAction
36 36
	{
37 37

  
38
		View v;
39
		public CloseAction2(View view)
38
		IWindow v;
39
		public CloseAction2(IWindow view)
40 40
		{
41 41
			super(wizardPanel.getWizardComponents());
42 42
			v = view;

Also available in: Unified diff