Revision 6877 trunk/extensions/extWMS/src/com/iver/cit/gvsig/gui/dialogs/WMSPropsDialog.java

View differences:

WMSPropsDialog.java
55 55
import javax.swing.tree.TreePath;
56 56

  
57 57
import com.iver.andami.PluginServices;
58
import com.iver.andami.ui.mdiManager.View;
58
import com.iver.andami.ui.mdiManager.IWindow;
59 59
import com.iver.andami.ui.mdiManager.ViewInfo;
60 60
import com.iver.cit.gvsig.fmap.DriverException;
61 61
import com.iver.cit.gvsig.fmap.MapControl;
......
76 76
 * @author jaume - jaume.dominguez@iver.es
77 77
 *
78 78
 */
79
public class WMSPropsDialog extends JPanel implements View {
79
public class WMSPropsDialog extends JPanel implements IWindow {
80 80
	JDialog dlg = null;  //  @jve:decl-index=0:visual-constraint="10,20"
81 81
	private JPanel buttonsPanel = null;
82 82
	//private FLyrDefault fLayer = null;

Also available in: Unified diff