Revision 3535 branches/gvSIG_WMSv2/extensions/extWMS/src/com/iver/cit/gvsig/gui/wizards/WMSWizard.java

View differences:

WMSWizard.java
595 595
	}
596 596

  
597 597

  
598
	/* (non-Javadoc)
599
	 * @see com.iver.cit.gvsig.gui.WizardPanel#initWizard()
600
	 */
601 598
	public void initWizard() {
602 599
		dataSource = new WMSWizardData();
603 600
	}
604 601

  
605
	/* (non-Javadoc)
606
	 * @see com.iver.cit.gvsig.gui.WizardPanel#execute()
607
	 */
608 602
	public void execute() {
603
       
609 604
	}
610 605

  
611 606
	/**
......
617 612
		return wmsParamsPanel.getLayersQuery();
618 613
	}
619 614
	
620
    /* (non-Javadoc)
621
     * @see com.iver.cit.gvsig.gui.WizardPanel#getLayer()
622
     */
623
    public FLayer getLayer() {
615
    public FLayer _getLayer() {
624 616
        View v = (View) PluginServices.getMDIManager().getActiveView();
625 617
        if (true) {
626 618
            FLayers l = new FLayers(v.getMapControl().getMapContext(), null);
......
644 636
            return _getLayer();
645 637
        
646 638
    }
647
    /* (non-Javadoc)
648
     * @see com.iver.cit.gvsig.gui.WizardPanel#getLayer()
649
     */
650
    public FLayer _getLayer() {
639

  
640
    public FLayer getLayer() {
651 641
        FLyrWMS layer = new FLyrWMS();
652 642
        layer.setHost(getHost());
653 643
        layer.setFullExtent(getLayersRectangle());

Also available in: Unified diff